agent/cmd/core-agent
Snider 4e69daf2da feat: replace initServices() with core.New() service conclave
Services are now registered during Core construction:
  core.New(
      core.WithService(agentic.Register),
      core.WithService(monitor.Register),
      core.WithService(brain.Register),
  )

- Remove initServices() closure — services created once in conclave
- Commands use c.ServiceStartup()/c.ServiceShutdown() for lifecycle
- Service instances retrieved via c.Config() for MCP tool registration
- run/orchestrator reduced to ServiceStartup + block + ServiceShutdown
- run/task uses conclave's agentic instance

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-24 16:33:04 +00:00
..
forge.go feat(agent): background runner, slim status, Docker dispatch, stopwatch, CLI fixes 2026-03-23 12:53:33 +00:00
main.go feat: replace initServices() with core.New() service conclave 2026-03-24 16:33:04 +00:00
update.go feat(update): version injection via ldflags, park update command 2026-03-23 16:50:54 +00:00
workspace.go feat: workspace CLI commands — list, clean, dispatch stub 2026-03-22 15:45:16 +00:00