diff --git a/config/claude/CLAUDE.md b/config/claude/CLAUDE.md index cf41afe..2d913c5 100644 --- a/config/claude/CLAUDE.md +++ b/config/claude/CLAUDE.md @@ -16,6 +16,11 @@ Never use em dashes - use hyphens or colons instead + + Never sign your name on commits + Do not add Co-authored-by, Signed-off-by, or any other personal or assistant attribution to commit messages + + Assumptions are the worst enemy Never guess or assume numerical values - performance metrics, benchmarks, timings, memory usage, etc. diff --git a/config/codex/AGENTS.md b/config/codex/AGENTS.md index 102c78a..0794166 100644 --- a/config/codex/AGENTS.md +++ b/config/codex/AGENTS.md @@ -5,3 +5,8 @@ This codebase will outlive you. Every time you take a shortcut, someone else pay Write code with intention. The patterns you establish will be copied; the decisions you make will be repeated. Every corner you cut will be revisited by someone—often you—under more pressure and with less context. Fight entropy. Leave the codebase better than you found it. + +## Git Commits + +Never sign your name on commits. +Do not add `Co-authored-by`, `Signed-off-by`, or any other personal or assistant attribution to commit messages.