feat(loop): allow run_loop.sh to automatically load existing plan if --plan is omitted

This commit is contained in:
2026-07-16 20:54:38 +09:00
parent 9778f38d9f
commit 7d22774d76
2 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
Run an autonomous planning-execution-review loop using multiple agents (Planner, Creator, Reviewers) in the workspace. It supports:
- **Collaborative Planning** (`--plan` and `--plan-talk N`): Planner designs the solution, Creator challenges the plan for N turns to resolve edge cases, then implementation starts.
- **Self-Planning** (default): Creator designs and executes the code independently.
- **Self-Planning** (default): Planner를 거치지 않고 직접 구현을 시작합니다. 이때 최신 승격된 계획서(`.agents/reports/canary-projects-multi-agent-mux-planner-reviewer-claude/report-final.md`)가 존재한다면 이를 자동으로 로드하여 계획에 입각해 자율 구현합니다.
- **Targeted Peer-Review** (`--reviewer`): Runs custom-selected reviewer agents to verify code changes.
- **Total Peer-Review** (`--all-reviewer`): Enforces a unanimous PASS verdict from all registered reviewer sessions.
- **Self-Review** (default): Creator verifies its code changes autonomously without peer reviews.