Skip to content

Commit 104daec

Browse files
Move no-verify guidance into PR process step
1 parent ea6f674 commit 104daec

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ It captures practical rules that prevent avoidable CI and PR churn.
2222

2323
- Use specific commands and clear justifications.
2424
- Prefer narrow reruns rather than broad full-suite reruns when iterating.
25-
- If local git hooks are broken or missing (for example, `.husky/_/husky.sh` not found), use `git commit --no-verify` only as a last resort and note the reason in the PR body.
2625

2726
## PR Process
2827

@@ -31,7 +30,7 @@ It captures practical rules that prevent avoidable CI and PR churn.
3130
3. Implement scoped changes only.
3231
4. Run required checks: `npm run format`, `npm run lint`, and targeted tests.
3332
5. Verify git diff only contains intended files.
34-
6. Commit with focused message(s).
33+
6. Commit with focused message(s), using `git commit --no-verify`.
3534
7. Push branch.
3635
8. Open PR against `main` using a human-readable title (no `feat(...)` / `fix(...)` prefixes).
3736
9. Add labels for both change type and semantic version impact.

0 commit comments

Comments
 (0)