mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-06-30 18:45:34 +02:00
14 lines
569 B
Plaintext
14 lines
569 B
Plaintext
<code_path_rules>
|
|
Source-code routing. Each rule is tagged `[FILE]` (literal path) or `[GLOB]` (pattern). All paths are repository-relative.
|
|
|
|
How to apply (focus rules):
|
|
- For `[FILE]` entries — delegate analysis to the `task` tool.
|
|
- For `[GLOB]` entries — use the `glob` tool to enumerate matches, then delegate analysis of every match to the `task` tool.
|
|
|
|
Avoid — out of scope. Skip entirely; the tool layer will block any access attempts.
|
|
{{CODE_RULES_AVOID}}
|
|
|
|
Focus — priority work assignments. Analyze every entry.
|
|
{{CODE_RULES_FOCUS}}
|
|
</code_path_rules>
|