You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/agents/bug-fixing-implementer-agent.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ If the bug requires SCSS, theme wiring, or style-test changes, do not implement
114
114
- Do not update `README.md` — the `component-readme-agent` handles that.
115
115
- Do not create migration schematics — the `migration-agent` handles that.
116
116
- Do not update `CHANGELOG.md` — the `changelog-agent` handles that.
117
-
- Do not modify `package.json`, `package-lock.json`, or any other dependency manifest or lock file. If a dependency change appears truly necessary, ask for approval first. Never commit `package-lock.json` unless you have been explicitly approved to introduce a new dependency — committing unintended lock file changes can break builds.
117
+
- 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.
Copy file name to clipboardExpand all lines: .github/agents/bug-fixing-orchestrator-agent.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ You do NOT write tests, production code, or detailed implementation instructions
68
68
- Do not write tests or production code
69
69
- Do not specify exact test cases, exact implementations, or exact file changes
70
70
- Do not over-constrain the handoff prompts — give scope and root cause, not specs
71
-
- Do not modify `package.json`, `package-lock.json`, or any other dependency manifest or lock file. If a dependency change appears truly necessary, ask for approval first. Never commit `package-lock.json` unless you have been explicitly approved to introduce a new dependency — committing unintended lock file changes can break builds.
71
+
- 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.
Copy file name to clipboardExpand all lines: .github/agents/changelog-agent.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ You update `CHANGELOG.md` at the repository root for Ignite UI for Angular. Only
17
17
## What You Do NOT Do
18
18
19
19
- Do not modify production source code.
20
-
- Do not modify `package.json`, `package-lock.json`, or any other dependency manifest or lock file. If a dependency change appears truly necessary, ask for approval first. Never commit `package-lock.json` unless you have been explicitly approved to introduce a new dependency — committing unintended lock file changes can break builds.
Copy file name to clipboardExpand all lines: .github/agents/component-readme-agent.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,6 @@ You do not implement production code, write tests, write migrations, or update `
35
35
- Do not rewrite the whole README if only one area changed.
36
36
- Do not update `CHANGELOG.md`.
37
37
- Do not document private/internal implementation details.
38
-
- Do not modify `package.json`, `package-lock.json`, or any other dependency manifest or lock file. If a dependency change appears truly necessary, ask for approval first. Never commit `package-lock.json` unless you have been explicitly approved to introduce a new dependency — committing unintended lock file changes can break builds.
Copy file name to clipboardExpand all lines: .github/agents/demo-sample-agent.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ You do not implement the library change itself, create new samples or demo folde
40
40
- Do not update component `README.md`.
41
41
- Do not update `CHANGELOG.md`.
42
42
- Do not create migrations.
43
-
- Do not modify `package.json`, `package-lock.json`, or any other dependency manifest or lock file. If a dependency change appears truly necessary, ask for approval first. Never commit `package-lock.json` unless you have been explicitly approved to introduce a new dependency — committing unintended lock file changes can break builds.
43
+
- 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.
Copy file name to clipboardExpand all lines: .github/agents/feature-implementer-agent.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ Update component agent skills if you need to guide other agents on how to use th
119
119
- Do not update `README.md` — the `component-readme-agent` handles that.
120
120
- Do not create migration schematics — the `migration-agent` handles that.
121
121
- Do not update `CHANGELOG.md` — the `changelog-agent` handles that.
122
-
- Do not modify `package.json`, `package-lock.json`, or any other dependency manifest or lock file. If a dependency change appears truly necessary, ask for approval first. Never commit `package-lock.json` unless you have been explicitly approved to introduce a new dependency — committing unintended lock file changes can break builds.
122
+
- 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.
Copy file name to clipboardExpand all lines: .github/agents/feature-orchestrator-agent.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ You do NOT write tests, production code, or detailed acceptance criteria. Each s
65
65
- Do not write detailed acceptance criteria that downstream agents must encode literally
66
66
- Do not specify exact test cases, exact implementations, or exact file changes
67
67
- Do not over-constrain the handoff prompts — give scope, not specs
68
-
- Do not modify `package.json`, `package-lock.json`, or any other dependency manifest or lock file. If a dependency change appears truly necessary, ask for approval first. Never commit `package-lock.json` unless you have been explicitly approved to introduce a new dependency — committing unintended lock file changes can break builds.
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.
69
69
70
70
---
71
71
@@ -188,17 +188,15 @@ Use agents in this order:
188
188
Only invoke `demo-sample-agent` if the user explicitly requested a demo/sample update.
189
189
If the user declined, skip that handoff and continue with the remaining agents.
190
190
191
-
If the feature is purely theming or styling, route directly from `tdd-test-writer-agent` to `theming-styles-agent` and skip the general
192
-
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.
193
192
194
193
### Step 5 — Verify Completeness
195
194
196
195
After all agents finish, check:
197
196
198
197
- Were all affected areas covered?
199
198
- Were public exports updated?
200
-
- Were theming and style changes delegated when SCSS or theme wiring was
201
-
affected?
199
+
- Were theming and style changes delegated when SCSS or theme wiring was affected?
Copy file name to clipboardExpand all lines: .github/agents/migration-agent.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ You create **`ng update` migration schematics** for breaking changes in Ignite U
31
31
32
32
## What You Do NOT Do
33
33
34
-
- Do not modify `package.json`, `package-lock.json`, or any other dependency manifest or lock file. If a dependency change appears truly necessary, ask for approval first. Never commit `package-lock.json` unless you have been explicitly approved to introduce a new dependency — committing unintended lock file changes can break builds.
34
+
- 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.
Copy file name to clipboardExpand all lines: .github/agents/tdd-test-writer-agent.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,8 @@ Do not add extra scenarios unless they are explicitly requested, clearly require
56
56
- No execution-order dependency.
57
57
6.**Never write production code.**
58
58
- Only test code in this phase to ensure the test does not give false negatives. The test MUST fail if the functionality is missing, or not behaving as intended.
59
-
7.**Never modify dependency files.**
60
-
-`package.json`, `package-lock.json`, `yarn.lock`, `pnpm-lock.yaml`, and similar manifest or lock files are off-limits. If a dependency change appears truly necessary, ask for approval first. Never commit `package-lock.json` unless you have been explicitly approved to introduce a new dependency — committing unintended lock file changes can break builds.
59
+
7.**Do not modify dependency files.**
60
+
-Do not modify dependency manifests or lock files (`package.json`, `package-lock.json`, `yarn.lock`, `pnpm-lock.yaml`, etc.). Ask for approval first if a dependency change is truly required.
Copy file name to clipboardExpand all lines: .github/agents/theming-styles-agent.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ If the task is purely documentation or planning, say clearly that style validati
122
122
- Do not update component `README.md`.
123
123
- Do not create migrations.
124
124
- Do not update `CHANGELOG.md`.
125
-
- Do not modify `package.json`, `package-lock.json`, or any other dependency manifest or lock file. If a dependency change appears truly necessary, ask for approval first. Never commit `package-lock.json` unless you have been explicitly approved to introduce a new dependency — committing unintended lock file changes can break builds.
125
+
- 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.
0 commit comments