get_decision_timeline
Retrieve a chronological timeline of architectural decisions for a project, symbol, or file. Shows creation and invalidation dates for each decision entry.
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. Read-only. Use to review decision history. Returns JSON: { timeline: [{ id, title, type, created_at, valid_until }], count }.
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) |