List recorded decisions and contradictions
memorysync_decisionsRetrieve past decisions and conflicting memories to surface superseded choices before proposing architectural changes.
Instructions
Return memories that record decisions, along with any that contradict each other, so a superseded choice is visible rather than silently competing with the current one. Call this before proposing an architectural change, to check whether the question was already settled and why. This surfaces conflict between stored facts; memorysync_search returns matches without telling you when two of them disagree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Maximum decisions to return. Defaults to 10 if omitted. | |
| query | No | Optional topic filter, for example 'caching'. Omit to list recent decisions across all areas. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decisions | No | Recorded decisions, newest first. |