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