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.
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
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.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user