feat: Selective forgetting (GDPR-compliant data deletion) #283
Replies: 1 comment
-
|
Well, that prevents me to use this project seriously as well. Please consider implementing memory management capabilities. The current append-only approach works for short-term use but creates "memory rot" that reduces reliability over time. Both capture AND curation are essential for sustainable memory systems. This affects any project that evolves - which is most software projects. Why This Matters: The progressive disclosure system makes this worse - bad memories get buried but never removed. When Claude searches for current information, it finds outdated context that actively misleads the AI. Existing Issues:
Current Workarounds: Users must resort to:
Cheers! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Add the ability to selectively delete observations, sessions, and prompts by topic, date range, project, or custom criteria.
Problem
Users may need to delete specific data for various reasons:
Currently, there's no granular deletion capability.
Proposed Solution
1. CLI Commands
2. Web Viewer UI
Add "Manage Data" section in settings:
3. MCP Tool
{ "tool": "forget", "params": { "query": "client credentials", "project": "client-xyz", "date_before": "2024-06-01", "dry_run": true } }4. Deletion Workflow
5. Cascade Handling
When deleting observations:
Privacy Features
Use Cases
🤖 Generated with Claude Code
Beta Was this translation helpful? Give feedback.
All reactions