Commit 2352603
fix(qodo): narrow Layer 3 guard trigger to continuation marker only
Qodo round 2 flagged commands/delegate.md RE-INVOCATION GUARD as too
broad: the "most recent tool call was ExitPlanMode" heuristic could
misroute a fresh task invocation after a prior plan-mode exit, causing
it to skip Stage 0 and re-execute a stale plan.
Narrowed to match the Layer 2 fix (d3d0b6a): guard now triggers only
on the deterministic Stop-hook continuation marker ("PLAN ALREADY
APPROVED" / "continuing to STAGE 1"). Also added explicit tool
whitelist (Agent, TaskCreate/TaskUpdate/TaskGet, TeamCreate/SendMessage)
for consistency with the orchestrator stub exception path.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d3d0b6a commit 2352603
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments