trace_concern
Map how a selected architectural concern—like error recovery or streaming—is implemented across all modules, revealing cross-layer patterns.
Instructions
Trace a specific architectural concern across all modules. Shows how one concept (e.g., 'prompt cache', 'error recovery', 'streaming') is handled at different layers of Claude Code's architecture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concern | Yes | The architectural concern to trace (e.g., 'prompt cache', 'error recovery', 'abort signal', 'streaming', 'retry'). |