Skip to content

Commit 977ddcc

Browse files
docs(agents): agents with small improvements for clarity and accuracy
1 parent 3ba5bc7 commit 977ddcc

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/agents/component-readme-agent.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Component documentation is located at:
5959
- examples when needed
6060
5. If behavior changed, update the related explanatory text.
6161
6. If a new capability was added, add a short example only if the README style supports it.
62-
7. Match existing formatting exactly.
62+
7. If API was renamed or deprecated, update or remove stale examples and snippets that still reference the old usage.
63+
8. Match existing formatting exactly.
6364

6465
---
6566

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Use agents in this order:
182182
4. **`demo-sample-agent`** — only if the user explicitly wants a demo/sample update
183183
5. **`component-readme-agent`** — updates affected component `README.md` files
184184
6. **`migration-agent`** — only if breaking changes exist
185-
7. **`changelog-agent`**updates `CHANGELOG.md`
185+
7. **`changelog-agent`**only if the change warrants an entry under the existing `CHANGELOG.md` structure
186186

187187
Only invoke `demo-sample-agent` if the user explicitly requested a demo/sample update.
188188
If the user declined, skip that handoff and continue with the remaining agents.
@@ -198,8 +198,8 @@ After all agents finish, check:
198198
- Were public exports updated?
199199
- Were theming and style changes delegated when SCSS or theme wiring was
200200
affected?
201-
- Was the component README updated?
202-
- Was `CHANGELOG.md` updated?
201+
- Was the component README updated if needed?
202+
- Was `CHANGELOG.md` updated if needed?
203203
- Do migrations exist for any breaking changes?
204204
- If a demo/sample was requested, was the existing demo structure updated appropriately?
205205
- If a demo/sample was not requested, was it correctly skipped?

.github/agents/migration-agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Before finishing:
120120
3. Run:
121121
- `npm run test:schematics`
122122
- `npm run build:migrations`
123+
- `npm run lint:lib`
123124
4. Confirm the migration updates the old API and leaves unrelated code unchanged.
124125

125126
### 7. Commit

0 commit comments

Comments
 (0)