You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to use claude-mem selectively, but today project control appears to be mainly opt-out through CLAUDE_MEM_EXCLUDED_PROJECTS.
That works for a small number of excluded projects, but it becomes hard to manage when I only want memory capture for a few high-value projects. It also creates quota risk: if claude-mem is enabled globally, any new or noisy project can start generating observations/summaries unless I remember to add it to the exclusion list.
Describe the solution you'd like
Add an opt-in project marker mode. When marker mode is enabled, claude-mem would only run hooks for a session if the current working directory, or one of its parent directories, contains the marker file.
Describe alternatives you've considered
Use CLAUDE_MEM_EXCLUDED_PROJECTS: works, but it is opt-out and easy to forget for new/noisy projects.
Disable the plugin globally
Patch hook commands locally with a wrapper script: brittle
Additional context
Add any other context or screenshots about the feature request here.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I want to use
claude-memselectively, but today project control appears to be mainly opt-out throughCLAUDE_MEM_EXCLUDED_PROJECTS.That works for a small number of excluded projects, but it becomes hard to manage when I only want memory capture for a few high-value projects. It also creates quota risk: if
claude-memis enabled globally, any new or noisy project can start generating observations/summaries unless I remember to add it to the exclusion list.Describe the solution you'd like
Add an opt-in project marker mode. When marker mode is enabled, claude-mem would only run hooks for a session if the current working directory, or one of its parent directories, contains the marker file.
Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions