mcp/pkg
Snider 1d46159340 feat(agentic): pipeline chaining — review→fix→verify in one dispatch
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>
2026-03-22 07:46:44 +00:00
..
mcp feat(agentic): pipeline chaining — review→fix→verify in one dispatch 2026-03-22 07:46:44 +00:00