govern_memory
Manage curated memories with auditable delete, reject, or stale actions. Preview changes via dry-run, then confirm with reason to keep mutations traceable and reversible.
Instructions
Auditably delete, reject, or mark curated memories stale. Use dry_run=true first to preview affected IDs. Non-dry-run mutations require confirm_destructive=true and an explicit reason. This never deletes raw archive data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Curated memory IDs to mutate. Use dry_run=true first to preview. | |
| actor | No | Actor initiating the mutation, e.g. user, codex, claude. | |
| action | Yes | Governance action: delete, reject, stale, or acknowledge-pattern. | |
| reason | No | Explicit user-visible reason for the mutation. | |
| dry_run | No | Preview affected memories without writing status changes or audit events. | |
| project | No | Project name filter. Defaults to the MCP process current project. | |
| acknowledge_pattern | No | Pattern id required when action is acknowledge-pattern, e.g. override_previous_instructions. | |
| confirm_destructive | No | Required true for non-dry-run destructive governance mutations. |