Skip to content

Commit af27883

Browse files
Update AGENTS.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4caca87 commit af27883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ css-naming-convention.md ← CSS naming rules
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. 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+
- 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 make dependency changes — committing unintended lock file changes can break builds.
6969

7070
### Ask First
7171

0 commit comments

Comments
 (0)