cli/pkg/framework
Snider 9e602207d8 refactor(core): decompose Core into serviceManager + messageBus (#215)
Extract two focused, unexported components from the Core "god object":

- serviceManager: owns service registry, lifecycle tracking (startables/
  stoppables), and service lock
- messageBus: owns IPC action dispatch, query handling, and task handling

All public API methods on Core become one-line delegation wrappers.
Zero consumer changes — no files outside pkg/framework/core/ modified.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 12:03:48 +00:00
..
core refactor(core): decompose Core into serviceManager + messageBus (#215) 2026-02-04 12:03:48 +00:00
framework.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00