dev #11
No reviewers
Labels
No labels
needs-review
needs-review
needs-review
needs-review
needs-review
needs-review
needs-review
athena
athena-gemini
audit
clotho
clotho-gemini
codex
darbs-claude
security
wiki
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: core/mcp#11
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
writeStatus("running") was after cmd.Start(), so rapid sequential dispatches all saw 0 running. Now writes status immediately after the concurrency check passes, before spawning. Updates with PID after start. Reverts to "failed" if spawn fails. Co-Authored-By: Virgil <virgil@lethean.io>DispatchInput now accepts Pipeline []PipelineStep for follow-up steps. On agent completion, the next step auto-dispatches with {{.Findings}} replaced by the previous agent's output. Enables: dispatch(review) → auto(fix with findings) → auto(verify) WorkspaceStatus stores NextSteps for the completion handler. Co-Authored-By: Virgil <virgil@lethean.io>