get_adr_context
Fetch consolidated architectural decision context including summaries, diagrams, timeline data, and code links from the ADR Aggregator.
Instructions
Fetch ADR context from ADR Aggregator including summaries, diagrams, timeline data, and code links. Useful for getting a consolidated view of architectural decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_depth | No | Knowledge graph depth (Team tier) | |
| projectPath | No | Project path (defaults to PROJECT_PATH) | |
| include_diagrams | No | Include Mermaid diagrams (Pro+ tier) | |
| include_research | No | Include research context (Pro+ tier) | |
| include_timeline | No | Include timeline data | |
| staleness_filter | No | Filter by staleness level | all |
| include_code_links | No | Include code links (Pro+ tier) |