veto_patterns_list
Retrieve coding patterns by category using a prefix filter. Get naming conventions, testing rules, or any stored patterns to enforce consistency.
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.". |