veto_patterns_list
Retrieve stored coding patterns with optional prefix filtering to find conventions for naming, testing, or code categories.
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.". |