This commit is contained in:
Harivansh Rathi 2026-03-29 17:41:23 -04:00
parent 961cbd68be
commit c391a98300
2 changed files with 10 additions and 0 deletions

View file

@ -16,6 +16,11 @@
<rule>Never use em dashes - use hyphens or colons instead</rule>
</style>
<git>
<rule>Never sign your name on commits</rule>
<rule>Do not add Co-authored-by, Signed-off-by, or any other personal or assistant attribution to commit messages</rule>
</git>
<epistemology>
<principle priority="critical">Assumptions are the worst enemy</principle>
<rule>Never guess or assume numerical values - performance metrics, benchmarks, timings, memory usage, etc.</rule>