|
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 |
|
@@ -181,24 +183,22 @@ Use agents in this order: |
181 | 183 | 4. **`demo-sample-agent`** — only if the user explicitly wants a demo/sample update |
182 | 184 | 5. **`component-readme-agent`** — updates affected component `README.md` files |
183 | 185 | 6. **`migration-agent`** — only if breaking changes exist |
184 | | -7. **`changelog-agent`** — updates `CHANGELOG.md` |
| 186 | +7. **`changelog-agent`** — only if the change warrants an entry under the existing `CHANGELOG.md` structure |
185 | 187 |
|
186 | 188 | Only invoke `demo-sample-agent` if the user explicitly requested a demo/sample update. |
187 | 189 | If the user declined, skip that handoff and continue with the remaining agents. |
188 | 190 |
|
189 | | -If the feature is purely theming or styling, route directly from `tdd-test-writer-agent` to `theming-styles-agent` and skip the general |
190 | | -implementer. |
| 191 | +If the feature is purely theming or styling, route directly from `tdd-test-writer-agent` to `theming-styles-agent` and skip the general implementer. |
191 | 192 |
|
192 | 193 | ### Step 5 — Verify Completeness |
193 | 194 |
|
194 | 195 | After all agents finish, check: |
195 | 196 |
|
196 | 197 | - Were all affected areas covered? |
197 | 198 | - Were public exports updated? |
198 | | -- Were theming and style changes delegated when SCSS or theme wiring was |
199 | | - affected? |
200 | | -- Was the component README updated? |
201 | | -- Was `CHANGELOG.md` updated? |
| 199 | +- Were theming and style changes delegated when SCSS or theme wiring was affected? |
| 200 | +- Was the component README updated if needed? |
| 201 | +- Was `CHANGELOG.md` updated if needed? |
202 | 202 | - Do migrations exist for any breaking changes? |
203 | 203 | - If a demo/sample was requested, was the existing demo structure updated appropriately? |
204 | 204 | - If a demo/sample was not requested, was it correctly skipped? |
|
0 commit comments