fix: clarify wording in implementation steps for code review process

This commit is contained in:
Matt Pocock
2026-08-21 11:56:33 +01:00
parent 163b780f98
commit 5b15a47f2d
+1 -1
View File
@@ -28,7 +28,7 @@ Communication to and from subagents should be sparse. Communicate primarily thro
6. If this changes the **frontier** of available tickets, kick off more **implementer subagents** to work on the new tickets. This allows for maximum concurrency.
7. Once all tickets are complete, run /code-review on the PR branch. Fix all issues raised by the code review in an **implementer subagent**.
7. Once all tickets are complete, run /code-review on the PR branch. Fix all issues raised by the code review in a single **implementer subagent**.
8. Mark the PR as ready for review.