match_rules
Match a file path to applicable review rules and merge them into a prompt section for the host LLM.
Instructions
Return applicable review rules for a file path, merged into a prompt_section for the host LLM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path to match rules against | |
| repo | No | Repo path, default: cwd |