get_recent_decisions
Get a Markdown summary of architectural and technical decisions from the past N days, filterable by module or repository.
Instructions
Returns architectural and technical decisions from the past N days as a Markdown string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to look back (default: 30). | |
| module | No | Optional relative path to filter decisions by affected module. | |
| repo | No | Optional absolute path to the repository to scope results. |