Skip to content

Commit ea6f674

Browse files
Document broken hook fallback in AGENTS
1 parent 890cda7 commit ea6f674

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ 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.
2526

2627
## PR Process
2728

0 commit comments

Comments
 (0)