query_architecture
Search the Claude Code architecture knowledge base to understand module implementations, patterns, and decisions using natural language queries with adjustable depth.
Instructions
Search the Claude Code architecture knowledge base. Returns relevant module analysis at the requested depth level. Use this to understand how specific features, patterns, or subsystems are implemented.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language query about Claude Code architecture (e.g., 'how does context trimming work', 'permission system', 'streaming tool execution') | |
| depth | No | Level of detail: 'brief' = module overview (fast), 'standard' = architecture + key decisions, 'deep' = full module content | |
| modules | No | Optional: limit search to specific module IDs (e.g., ['M02', 'M06']). If omitted, searches all modules. |