docs: prefer hook-based validation workflow

This commit is contained in:
2026-03-11 13:22:21 +04:00
parent 6fb4f2a395
commit 015298281c

View File

@@ -44,6 +44,8 @@ Boundary rules:
- One ticket at a time, small commits
- Before implementation: re-check ticket/spec and assumptions
- Do not commit without explicit user approval
- Use pre-commit and pre-push hooks as the default validation path
- Run manual checks selectively for targeted validation or when hooks do not cover the relevant risk
- Run Codex review before merge (`codex review --base origin/main`)
## Communication