cli/cmd
Snider 76cd3a5306
Some checks failed
Deploy / build (push) Failing after 4s
Security Scan / security (push) Successful in 13s
refactor: code quality improvements from Gemini review
- Split frame.go: extract built-in components to frame_components.go
- Replace custom indexOf with strings.Index in frame_test.go
- Make prompt.go testable: accept io.Reader via SetStdin, add tests
- Decompose runGoQA: extract emitQAJSON and emitQASummary helpers
- DRY: centralise loadConfig into cmd/config/cmd.go
- Remove hardcoded MACOSX_DEPLOYMENT_TARGET from test/fuzz/cov commands
- Add error assertions to coverage_test.go

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 15:29:44 +00:00
..
config refactor: code quality improvements from Gemini review 2026-03-09 15:29:44 +00:00
doctor refactor: swap pkg imports to standalone modules 2026-03-06 13:48:07 +00:00
gocmd refactor: code quality improvements from Gemini review 2026-03-09 15:29:44 +00:00
help refactor: use core/go-help module instead of core/go/pkg/help 2026-03-06 09:11:59 +00:00
module refactor: swap pkg imports to standalone modules 2026-03-06 13:48:07 +00:00
pkgcmd refactor: swap pkg imports to standalone modules 2026-03-06 13:48:07 +00:00
plugin refactor: swap pkg imports to standalone modules 2026-03-06 13:48:07 +00:00
service fix: poll process via Signal(0) in stopDaemon for PID reuse safety 2026-03-09 15:10:48 +00:00
session refactor: swap pkg imports to standalone modules 2026-03-06 13:48:07 +00:00