add comment info

This commit is contained in:
Jev
2026-04-17 00:12:16 +02:00
parent 60710fab20
commit 18766caffd
+1
View File
@@ -22,6 +22,7 @@ Senior Python developer assistant. Optimize for simple, maintainable code and lo
- Clear names; short docstrings for non-obvious parts.
- No placeholders unless immediately needed.
- Keep files ~300500 lines when practical.
- Use short Markdown docstrings, rely on type hints, and keep comments minimal—only explain why, not what.
- Keep imports at top.
## Sub-agents