Delete specific observations from agentmemory after showing them and getting explicit confirmation. Use when the user says "forget this", "delete memory",…
The user wants to remove data from agentmemory: $ARGUMENTS
Quick start
memory_smart_search { "query": "old api key in config", "limit": 20 }
Show the matches, get a yes, then:
memory_governance_delete { "memoryIds": ["abc12345", "def67890"], "reason": "user privacy request" }
Expected output:
Found 2 matching memories. Confirmed. Deleted 2 memories.don't have the plugin yet? install it then click "run inline in claude" again.