- NO
Co-authored-bytrailer in any commit message. Ever. - If a tool auto-injects
Co-authored-by, strip it before committing. - Verify with:
git log -1 --format="%B" | grep -i co-author— must be empty.
- Default branch:
develop - Never push to
maindirectly - Always PR to
develop - Conventional commit format:
feat:,fix:,chore:,docs: - No co-author, no signed-off-by unless explicitly requested
- Follow CLAUDE.md conventions
- No
unwrap()in production code tracingfor all logging- Tests alongside source files