This commit is contained in:
2026-07-19 17:35:20 -04:00
parent 4fd41d4489
commit 335f85270f
4 changed files with 108 additions and 65 deletions
+4
View File
@@ -0,0 +1,4 @@
- Prefer concise, readable code over clever one-liners
- No unnecessary comments — code should be self-documenting
- Docker-friendly: no hardcoded paths, use env vars for config
- Use the git subagent to handle git operations and generating commit messages.