get_decision_log
Retrieve past architectural decisions to avoid re-debating settled topics before proposing changes.
Instructions
Check past architectural decisions before proposing changes. Prevents re-debating settled decisions. Call this when you are unsure why something was built a certain way, or before making a significant architectural choice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of decisions to return (default 20, max 100) | |
| feature_slug | No | Optional feature slug to filter decisions. This may be an adapter-defined composite slug (for example "web--authentication" or "mcp-server--context-delivery"). |