get_decision_timeline
Retrieve chronological timeline of architectural decisions for projects, symbols, or files, tracking when decisions were made and invalidated.
Instructions
Chronological timeline of decisions for a project, symbol, or file. Shows when decisions were made and invalidated — like git log but for architectural decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_id | No | Filter timeline to decisions about this symbol | |
| file_path | No | Filter timeline to decisions about this file | |
| limit | No | Max entries (default: 100) |