Skip to content

Commit f4f70df

Browse files
fix(agents): correct order of agents in feature orchestrator
1 parent 25e9d97 commit f4f70df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/agents/feature-orchestrator-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ Use agents in this order:
154154
1. **`tdd-test-writer-agent`** — decides what tests to write
155155
2. **`feature-implementer-agent`** — independently implements the real feature contract
156156
3. **`component-readme-agent`** — updates affected component `README.md` files
157-
3. **`migration-agent`** — only if breaking changes exist
158-
4. **`changelog-agent`** — updates CHANGELOG.md
157+
4. **`migration-agent`** — only if breaking changes exist
158+
5. **`changelog-agent`** — updates CHANGELOG.md
159159

160160
### Step 4 — Verify Completeness
161161

0 commit comments

Comments
 (0)