fix(loop): address planner and reviewer architecture defects

- Fix B-1: Correct Mermaid sequence diagram syntax (fi -> end) in SKILL.md and PLAN_LOOP.md
- Fix B-2: Force target agent exclusion from active reviewers in run_loop.sh and correct creator session role in registry
- Fix B-3 & B-4: Integrate WAIT_TIMEOUT deadline inside wait_for_job
- Fix M-3: Update CHANGES_DIFF to use dynamic cumulative git diff
- Fix M-2: Resolve verdict string parsing and substring collisions
This commit is contained in:
2026-07-16 08:28:57 +09:00
parent bacf139447
commit 0f970b97fa
3 changed files with 370 additions and 120 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ sequenceDiagram
end
else Self-Planning
Loop->>Dev: notify direct task execution (Self-planned)
fi
end
Loop->>Dev: delegate code implementation
Dev-->>Loop: code modification complete