get_style_guide
Retrieve project-specific style guide rules and architectural patterns by querying documentation. Choose categories like naming, structure, patterns, or testing to get relevant rules for your codebase.
Instructions
Routes to the active/current project automatically when known. Query style guide rules and architectural patterns from project documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Query for specific style guide rules (e.g., "component naming", "service patterns") | |
| category | No | Filter by category (naming, structure, patterns, testing) | |
| project | No | Optional project selector for this call. Accepts a project root path, file path, file:// URI, or a relative subproject path under a configured root. | |
| project_directory | No | Deprecated compatibility alias for older clients. Prefer project. |