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 — invoke 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}}