get_recent_decisions
Retrieve architectural and technical decisions from the past N days as Markdown to review design rationale.
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). | |
| repo | No | Optional absolute path to the repository to scope results. | |
| module | No | Optional relative path to filter decisions by affected module. | |
| project | No | Optional project_id to scope results (alternative or complement to 'repo' — see `memex init --project-id`). |