claude_mem_observation_pollutionTier 1 · 70% confidence

ai-agents-claude-mem-observati-claude-mem-plugin-v9-0-1-writes-claude-md-observat-f31f14ee

agent: ai_agents

When does this happen?

IF claude-mem plugin (v9.0.1) writes CLAUDE.md observation files and occasionally duplicate nested directories (e.g., backend/backend/) into the user's project subdirectories during a session.

How others solved it

THEN Manually delete spurious CLAUDE.md files after each session using a find command that ignores .git and filters by modification time. Alternatively, add CLAUDE.md to .gitignore (but this also hides legitimate CLAUDE.md files).

find . -path "./.git" -prune -o -name "CLAUDE.md" -newer <start-of-session> -type f -print

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics