Files
droid_rules/.factory/rules/code.md
abhishekbhakat 9b35a38728 Enhance droid documentation and coding rules:
- Update coder and reviewer descriptions to clarify subagent roles.
- Improve coding rules for modularity and project structure.
- Add new semantic code search skill documentation for ColGREP.
- Introduce rules skill for accessing project coding conventions.
2026-02-16 16:16:26 +05:30

7 lines
364 B
Markdown

# Code Rules
1. Never use emojis in the code. Use ASCII characters as much as possible.
Kaomojis are also fine to make it fun but do not use emojis.
2. Keep files under 300 lines. Create nested folders/files for modularity. If someone runs `tree --gitignore` they should see a well structured project. And it should be self explanatory about where to find what.