veto_patterns_list
Retrieve stored coding patterns by prefix to access specific categories like naming or testing conventions.
Instructions
Returns stored coding patterns. Filter by prefix to get patterns in a specific category (e.g. prefix="naming." for all naming conventions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max patterns to return (default 20). | |
| prefix | No | Optional prefix filter. Example: "code." or "naming." or "testing.". |