veto_pattern_store
Store or update coding patterns observed in your codebase, with confidence scores that rise on repeated observation. Key patterns by category and name for future reference.
Instructions
Stores or updates a coding pattern observed in the codebase. Patterns are keyed by category.pattern-name and confidence increases with repeated observation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confidence | No | Confidence score 0.0–1.0 (default 1.0). Increases automatically on repeated observation. | |
| pattern_key | Yes | Pattern identifier in category.pattern-name format. Example: "code.async-pattern" or "naming.variable-case". | |
| pattern_val | Yes | The observed pattern value. Example: "async/await with try/catch, no raw Promise chains". |