Skip to content

Commit 99f32a0

Browse files
committed
Auto-commit from sys76
AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+)
1 parent 741184c commit 99f32a0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,9 @@ def test_slot_emits_signal(qtbot, mocker):
133133
- If no conventions file exists, recommend creating `docs/conventions.md` and propose concrete project-specific conventions based on the codebase.
134134
- Write the saved report for Claude Code as the primary reader.
135135
- At the top of the report, suggest Claude use the `superpowers:receiving-code-review` skill.
136+
## Review Orchestrator Note
137+
138+
- Full `review-orchestrator` sweeps now run selected child reviews with bounded parallelism by default, currently up to `8` in parallel after planning, preflight, and shared research complete.
139+
- The shared-research phase can legitimately take around `10` minutes on larger or research-heavy repos before child reviews start, so treat that as normal unless heartbeats stop or no artifact activity appears beyond that window.
140+
- Expect a top-level sweep index under `docs/review-orchestrator/` plus one `*-execution.json` manifest inside each selected review folder while the sweep is running.
141+
- Do not describe sweep child reviews as running “one at a time” unless the sweep was explicitly configured down to serial execution.

0 commit comments

Comments
 (0)