|
6 | 6 | - search/codebase |
7 | 7 | - search/changes |
8 | 8 | - read/problems |
| 9 | + - web |
9 | 10 | agents: |
10 | 11 | - tdd-test-writer-agent |
11 | 12 | - feature-implementer-agent |
@@ -64,6 +65,7 @@ You do NOT write tests, production code, or detailed acceptance criteria. Each s |
64 | 65 | - Do not write detailed acceptance criteria that downstream agents must encode literally |
65 | 66 | - Do not specify exact test cases, exact implementations, or exact file changes |
66 | 67 | - Do not over-constrain the handoff prompts — give scope, not specs |
| 68 | +- Do not modify dependency manifests or lock files (`package.json`, `package-lock.json`, etc.). Ask for approval first if a dependency change is truly required. |
67 | 69 |
|
68 | 70 | --- |
69 | 71 |
|
@@ -186,24 +188,22 @@ Use agents in this order: |
186 | 188 | 4. **`demo-sample-agent`** — only if the user explicitly wants a demo/sample update |
187 | 189 | 5. **`component-readme-agent`** — updates affected component `README.md` files |
188 | 190 | 6. **`migration-agent`** — only if breaking changes exist |
189 | | -7. **`changelog-agent`** — updates `CHANGELOG.md` |
| 191 | +7. **`changelog-agent`** — only if the change warrants an entry under the existing `CHANGELOG.md` structure |
190 | 192 |
|
191 | 193 | Only invoke `demo-sample-agent` if the user explicitly requested a demo/sample update. |
192 | 194 | If the user declined, skip that handoff and continue with the remaining agents. |
193 | 195 |
|
194 | | -If the feature is purely theming or styling, route directly from `tdd-test-writer-agent` to `theming-styles-agent` and skip the general |
195 | | -implementer. |
| 196 | +If the feature is purely theming or styling, route directly from `tdd-test-writer-agent` to `theming-styles-agent` and skip the general implementer. |
196 | 197 |
|
197 | 198 | ### Step 5 — Verify Completeness |
198 | 199 |
|
199 | 200 | After all agents finish, check: |
200 | 201 |
|
201 | 202 | - Were all affected areas covered? |
202 | 203 | - Were public exports updated? |
203 | | -- Were theming and style changes delegated when SCSS or theme wiring was |
204 | | - affected? |
205 | | -- Was the component README updated? |
206 | | -- Was `CHANGELOG.md` updated? |
| 204 | +- Were theming and style changes delegated when SCSS or theme wiring was affected? |
| 205 | +- Was the component README updated if needed? |
| 206 | +- Was `CHANGELOG.md` updated if needed? |
207 | 207 | - Do migrations exist for any breaking changes? |
208 | 208 | - If a demo/sample was requested, was the existing demo structure updated appropriately? |
209 | 209 | - If a demo/sample was not requested, was it correctly skipped? |
|
0 commit comments