mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 14:50:13 -04:00
fix: only mark plan step complete when all assigned workers receive LGTM
This commit is contained in:
parent
f7d3e1bd73
commit
71905bda32
1 changed files with 2 additions and 1 deletions
|
|
@ -242,7 +242,8 @@ When multiple risk tags are present, take the union of all mandatory reviewers.
|
||||||
### Git flow
|
### Git flow
|
||||||
|
|
||||||
Workers signal `RFR` when done. You control commits:
|
Workers signal `RFR` when done. You control commits:
|
||||||
- `LGTM` → worker commits → **update the plan file: mark the completed step as `- [x]`**
|
- `LGTM` → worker commits
|
||||||
|
- **Mark a step `- [x]` in the plan file only when every worker assigned to that step has received LGTM** — a single worker committing does not complete a step
|
||||||
- `REVISE` → worker fixes and resubmits with `RFR`
|
- `REVISE` → worker fixes and resubmits with `RFR`
|
||||||
- Merge worktree branches after individual validation
|
- Merge worktree branches after individual validation
|
||||||
- On Tier 2+: merge each worker's branch after validation, resolve conflicts if branches overlap
|
- On Tier 2+: merge each worker's branch after validation, resolve conflicts if branches overlap
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue