agent/cmd/core-agent
Snider 909bb3bb6c feat: services own their commands — main.go is 132 lines
Commands moved to their owning services:
- agentic: run/task, run/orchestrator, prep, status, prompt, extract
- mcp: mcp, serve (in core/mcp OnStartup)
- main.go: version, check, env (app-level only)

ServiceStartup before Cli().Run() — services register commands in OnStartup.
ServiceShutdown on exit.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-24 21:24:29 +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: services own their commands — main.go is 132 lines 2026-03-24 21:24:29 +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