cli/pkg/framework
Snider eba9c950bb fix(core): address review feedback from Gemini and Copilot
- Move locked check inside mutex in registerService to fix TOCTOU race
- Add mutex guards to enableLock and applyLock methods
- Replace fmt.Errorf with errors.Join in action() for correct error
  aggregation (consistent with queryAll and lifecycle methods)
- Add TestMessageBus_Action_Bad for error aggregation coverage

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 12:23:14 +00:00
..
core fix(core): address review feedback from Gemini and Copilot 2026-02-04 12:23:14 +00:00
framework.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00