You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today the general role's prompt tells the worker to run codedeck run --role reviewer itself. Whether the review happens therefore depends on the model following prose, and the reviewer runs inside the worker's turn.
Proposal
Move the dispatch into CodeDeck itself. When a general session reaches a terminal completed state, the daemon starts the reviewer (per the reviewer role binding) against the worker's worktree/diff.
Context
Today the
generalrole's prompt tells the worker to runcodedeck run --role revieweritself. Whether the review happens therefore depends on the model following prose, and the reviewer runs inside the worker's turn.Proposal
Move the dispatch into CodeDeck itself. When a
generalsession reaches a terminalcompletedstate, the daemon starts the reviewer (per thereviewerrole binding) against the worker's worktree/diff.parentId = <general session id>and the samerunId. feat(agents): Draw the run canvas as a real dispatch tree #121 added the lineage edge, so the run canvas will draw the reviewer under the worker automatically.generalprompt, and update the prose tests that pin it.failed/stopped?Generated by Claude Code