Skip to content

Commit 90a6446

Browse files
docs(agents.md): prevent modification of dependency manifests and lock files
1 parent 80429bb commit 90a6446

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,15 @@ css-naming-convention.md ← CSS naming rules
5757
- Add or update `ng update` migrations for true breaking changes such as removals, renames, moved entry points, selector changes, or incompatible default-behavior changes.
5858
- Update the component `README.md` when the public API surface changes.
5959
- Update relevant Agent skills if a change is significant and/or you need to tell other agents how to use the newly introduced feature.
60-
- Consider demo/sample updates in `src/app/` for user-visible changes.
60+
- Consider demo/sample updates in `src/app/` only for explicitly requested user-visible changes.
6161
- Update `CHANGELOG.md` for new features, deprecations, breaking changes, and notable user-visible fixes when they fit the existing changelog section structure.
6262

6363
### Never
6464

6565
- Skip steps in the implementation.
6666
- Commit secrets, tokens, or credentials.
6767
- Introduce `eval()` or dynamic code execution.
68+
- Modify `package.json`, `package-lock.json`, or any other dependency manifest or lock file.
6869

6970
### Ask First
7071

0 commit comments

Comments
 (0)