get_inferred_rules
Retrieve inferred design rules from your codebase patterns, such as spacing, color, typography, naming, and components. Filter by category to uncover implicit conventions.
Instructions
Get the design rules inferred from your codebase patterns. Read-only, no side effects. Returns JSON with a list of rules including category, pattern, and confidence, or an error if no rules have been generated yet. Pass category to filter: spacing, color, typography, border-radius, naming, components. Pass empty string to get all. Use this to understand implicit conventions the codebase follows. For explicit design token values, use get_token. For source conflicts, use get_conflicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes |