Skip to content

Commit 3a2926d

Browse files
feat(agents): agents improvements
1 parent 5132c7e commit 3a2926d

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tools:
1212

1313
# Implementer — GREEN + REFACTOR Phases
1414

15-
You write **production code**, for Ignite UI for Angular to make failing tests pass, then refactor for quality.
15+
You write **production code** for Ignite UI for Angular to make failing tests pass, then refactor for quality.
1616

1717
---
1818

@@ -94,11 +94,10 @@ Add JSDoc on every new or changed public member:
9494

9595
## Component README Update
9696

97-
**This step is mandatory when the public API surface changes.** Do not skip it.
98-
9997
1. Open `projects/igniteui-angular/<component>/README.md`.
10098
2. Read the existing content to understand the current structure and style.
10199
3. For every new or changed public member (input, output, method, type, enum), add or update its entry in the README:
100+
- Search best section to add information about the new member.
102101
- Add new inputs/outputs to the properties table or list.
103102
- Add new methods to the methods section.
104103
- Add new types/enums/interfaces to the types section.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ You are responsible for ensuring the work is complete across all affected areas,
6161
## Key Repository Paths
6262

6363
```
64-
projects/igniteui-angular/<component>/src/ ← source + tests
65-
projects/igniteui-angular/<component>/index.ts ← public barrel
66-
projects/igniteui-angular/test-utils/ ← shared test helpers
67-
projects/igniteui-angular/migrations/ ← migration schematics
68-
CHANGELOG.md ← root changelog
69-
src/app/<component>/ ← demo pages
70-
src/app/app.routes.ts ← demo routing
64+
projects/igniteui-angular/<component>/src/ ← source + tests
65+
projects/igniteui-angular/<component>/index.ts ← public barrel
66+
projects/igniteui-angular/<component>/README.md ← component documentation
67+
projects/igniteui-angular/test-utils/ ← shared test helpers
68+
projects/igniteui-angular/migrations/ ← migration schematics
69+
CHANGELOG.md ← root changelog
70+
src/app/<component>/ ← demo pages
7171
```
7272

7373
---

0 commit comments

Comments
 (0)