Govern Memory
govern_memoryDelete, reject, or mark curated memories stale. Preview affected IDs with dry run, then confirm destructive actions with an explicit reason.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| reason | Yes | ||
| dry_run | Yes | ||
| affected | Yes |