5 lines
260 B
Markdown
5 lines
260 B
Markdown
- 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.
|