Skip to content

Commit c608c47

Browse files
Update AGENTS.md (#1236)
1 parent f349b9c commit c608c47

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

AGENTS.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,17 @@ It captures practical rules that prevent avoidable CI and PR churn.
2929
2. Create a branch prefixed with `codex/`.
3030
3. Implement scoped changes only.
3131
4. Run required checks: `npm run format`, `npm run lint`, and targeted tests.
32-
5. Verify git diff only contains intended files. If changes are still being discussed, share the diff and get user approval before committing or pushing.
33-
6. Commit with focused message(s), using `git commit --no-verify`.
34-
7. Push branch. Ask for explicit user permission before any force push.
35-
8. Open PR against `main` using a human-readable title (no `feat(...)` / `fix(...)` prefixes).
36-
9. Before posting any comment on GitHub issues or PRs, share the proposed message with the user and get explicit approval.
32+
5. Verify git diff only contains intended files.
33+
6. Never commit, push, or post on GitHub (issues, PRs, or comments) without first sharing the proposed diff/message and getting explicit user approval.
34+
7. Commit with focused message(s), using `git commit --no-verify`.
35+
8. Push branch. Ask for explicit user permission before any force push.
36+
9. Open PR against `main` using a human-readable title (no `feat(...)` / `fix(...)` prefixes).
3737
10. Add labels for both change type and semantic version impact.
3838
11. Ensure PR body includes:
3939
- summary of changes
4040
- verification commands run
4141
- test results summary
42+
- if semver impact is not `major`, evidence that the change is not breaking
4243
- `Closes #<issue>`
4344

4445
## Labels

0 commit comments

Comments
 (0)