resolve
Resolve ·writes · non-destructive · idempotent · closed-world
Mark a memory as resolved (commitment done, blocker cleared, decision acted on).
Sets status=‘resolved’ and opens the next occurrence if the memory is recurring.
Returns: str
Source: backend/src/engram/mcp/tools/accountability.py
Parameters
The ID of the memory to resolve
Optional note explaining why/how this was resolved
If True and this is a recurring commitment, stop the series
unresolve
Unresolve ·writes · non-destructive · idempotent · closed-world
Reopen a previously resolved memory (undo an accidental or premature resolve).
Restores status to ‘open’.
Returns: str
Source: backend/src/engram/mcp/tools/accountability.py
Parameters
The ID of the memory to reopen
Optional explanation for why this is being reopened