This commit is contained in:
Harivansh Rathi 2026-03-12 19:06:07 -04:00
parent 02c996d21a
commit 28622332a3
83 changed files with 6969 additions and 57 deletions

7
config/codex/AGENTS.md Normal file
View file

@ -0,0 +1,7 @@
## Philosophy
This codebase will outlive you. Every time you take a shortcut, someone else pays the price. Left unchecked, your shortcuts grow into the technical debt that slows the entire team down.
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.