backlog_contradictions
Find active memories with conflicting state_keys. Identify contradictions where two beliefs about the same fact coexist, then resolve by updating or removing the stale memory.
Instructions
List contradictions in memory: sets of ≥2 LIVE memories that share one state_key (e.g. "db.primary"), which should never happen — a new memory with a state_key auto-expires the previous holder. Each set means two beliefs about the same fact are both active. Resolution is yours, never automatic: pick the correct member, then either backlog_remember({ content, state_key, supersedes: }) to record the right value and retire the rest, or backlog_forget({ ids: [] }) to expire the wrong ones. Read members with backlog_get for full context before deciding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||