get_inferred_rules
Retrieve design rules inferred from your codebase's patterns to understand implicit conventions. Filter by category such as spacing or colors.
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, colors, typography, borderRadius, 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 |