go-scm/agentci
Snider 10c9e23e04
Some checks failed
Security Scan / security (pull_request) Failing after 9s
Test / test (pull_request) Successful in 1m44s
fix(dx): repair build, update CLAUDE.md, add tests for untested paths
- Fix cmd/forge build failure: remove extra locales.FS arg from
  RegisterCommands (signature takes single CommandRegistration)
- Update CLAUDE.md error handling section to document coreerr.E()
  pattern (was outdated log.E/fmt.Errorf reference)
- Add security_test.go for agentci: SanitizePath, EscapeShellArg,
  SecureSSHCommand, MaskToken (coverage 56% → 68%)
- Add provider_handlers_test.go for pkg/api: category filter, nil
  guards, manifest/verify/sign bad requests (coverage 31% → 52%)
- Audit confirms: no fmt.Errorf or os.ReadFile/WriteFile in production
  code (only in test files)

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 08:49:55 +00:00
..
clotho.go feat: restore agentci, git, and jobrunner packages 2026-02-21 19:27:35 +00:00
config.go refactor: replace fmt.Errorf/errors.New with coreerr.E() 2026-03-16 20:37:25 +00:00
config_test.go refactor: update import path from go-config to core/config 2026-03-14 10:26:01 +00:00
security.go refactor: replace fmt.Errorf/errors.New with coreerr.E() 2026-03-16 20:37:25 +00:00
security_test.go fix(dx): repair build, update CLAUDE.md, add tests for untested paths 2026-03-17 08:49:55 +00:00