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:
@@ -13,6 +13,7 @@ Do not try to use comments to work around the linter (ruff) or type checker (ty)
|
||||
Chances are Makefiles are present read and use them. If doesn't exist then create it.
|
||||
Run formatting after done with changes.
|
||||
Never use `sys.path` or `pathlib` for resources. Use `importlib.resources`.
|
||||
Fetch version from pyproject.toml using `importlib.metadata`.
|
||||
|
||||
## Some rules to configure in ruff
|
||||
|
||||
|
||||
Reference in New Issue
Block a user