agent/pkg
Snider 42788a2a88 refactor(dispatch): use go-process for agent spawning
Replace raw exec.Command with go-process.StartWithOptions for all agent
spawning (dispatch, queue, resume). Uses pipes for output capture instead
of file descriptor redirect — fixes Claude Code's empty log issue.

Shared spawnAgent() helper eliminates duplication across 3 files.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 17:52:55 +00:00
..
agentic refactor(dispatch): use go-process for agent spawning 2026-03-16 17:52:55 +00:00
brain fix: messaging routes use auth.api, fix InboxInput schema 2026-03-16 15:11:10 +00:00
jobrunner feat: merge go-agent + go-agentic + php-devops into unified agent repo 2026-03-06 15:23:00 +00:00
lifecycle feat: merge go-agent + go-agentic + php-devops into unified agent repo 2026-03-06 15:23:00 +00:00
loop refactor: update MCP import to core/mcp 2026-03-09 18:40:52 +00:00
orchestrator refactor: update import path from go-config to core/config 2026-03-14 10:22:39 +00:00
plugin test: add Claude plugin contract verification suite 2026-03-06 16:06:05 +00:00
workspace test: add contract verification for php-devops wishlist 2026-03-06 15:30:30 +00:00