get_recent_decisions
Retrieve architectural and technical decisions from the past N days, with optional filtering by repository or module, output as Markdown.
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. |