backlog_forget
Retract obsolete or incorrect memories by soft-expiring them, preventing recall while keeping an auditable record. Use expired flag to hard-delete already-expired memories.
Instructions
Retract memories — soft-expire them so recall stops returning them (the record stays auditable in the viewer). Use when knowledge is wrong or obsolete and there is no replacement (if there IS a replacement, use backlog_remember with supersedes instead). expired:true garbage-collects already-expired memories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Specific MEMO- ids to forget. | |
| home | No | Select the document home for this call. Overrides bridge defaults: global uses the user-wide home; project uses project_root or the bridge project. | |
| layer | No | Forget all memories in a layer. | |
| context | No | Forget all memories scoped to this context (e.g. "FLDR-0001"). | |
| expired | No | GC mode: hard-delete memories that are already expired. | |
| older_than | No | Forget memories created before this ISO date/datetime. | |
| project_root | No | Project root for this call. Overrides the bridge project root and selects the project home. |