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
feat(execution): execution_approved wake reason + self-approval fallback
- Emit an 'execution_approved' wake for the return-assignee agent when
the execution workflow completes, so the executor gets a clean
acknowledgement cycle instead of silently leaving the issue done
- Update renderPaperclipWakePrompt to produce a distinct prompt when
lastDecisionOutcome === 'approved' (tell the agent the work was
accepted and to wrap up handoff notes)
- Add 'execution_approved' to shouldResetTaskSessionForWake and
describeSessionResetReason so the new wake type resets the task
session consistently with other workflow transitions
- Fix selectStageParticipant to fall back to the full participant pool
when excluding the return assignee would produce an empty set — lets
an executor self-approve when the execution policy lists only that
participant on the stage
- Add a regression test for the self-approval fallback
0 commit comments