get_style_guide
Retrieve style guide rules and architectural patterns from project documentation to ensure code consistency and adherence to team standards.
Instructions
Query style guide rules and architectural patterns from project documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Query for specific style guide rules (e.g., "component naming", "service patterns") | |
| category | No | Filter by category (naming, structure, patterns, testing) |