feat: orchestrator marks plan steps complete after LGTM

This commit is contained in:
Bryan Ramos 2026-04-01 17:19:38 -04:00
parent d3bc447563
commit f7d3e1bd73
2 changed files with 10 additions and 11 deletions

View file

@ -242,11 +242,13 @@ When multiple risk tags are present, take the union of all mandatory reviewers.
### Git flow
Workers signal `RFR` when done. You control commits:
- `LGTM` → worker commits
- `LGTM` → worker commits → **update the plan file: mark the completed step as `- [x]`**
- `REVISE` → worker fixes and resubmits with `RFR`
- Merge worktree branches after individual validation
- On Tier 2+: merge each worker's branch after validation, resolve conflicts if branches overlap
Only the orchestrator updates the plan file. Workers must not modify `.claude/plans/`.
### Review signals
| Signal | Direction | Meaning |