go-infra/cmd
Snider ec1a591b71 fix(coderabbit): address review findings
- Truncate response body in error messages to 256 bytes to prevent
  sensitive data leakage from upstream APIs (client.go)
- Replace unchecked strings.Split index with safe repoShortName helper
  to prevent potential panic (cmd/monitor)
- Fix test assertions to match coreerr.E error format after prior refactor

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 16:24:37 +00:00
..
monitor fix(coderabbit): address review findings 2026-03-17 16:24:37 +00:00
prod refactor: replace fmt.Errorf and errors.New with coreerr.E from go-log 2026-03-16 20:38:10 +00:00