← ClaudeAtlas

statelesslisted

Inspect and turn off Claude Code's auto memory, the notes Claude writes itself per repo under ~/.claude/projects/<project>/memory/. Use when: 'make Claude stateless', 'stop Claude remembering', 'disable auto memory', 'turn off auto-memory', 'purge/clear/delete auto memory', 'wipe what Claude saved about this repo', 'does Claude have saved memories'. Actions: status (default, memory + settings across all scopes), disable (autoMemoryEnabled:false + CLAUDE_CODE_DISABLE_AUTO_MEMORY), purge (destructive delete, confirm-gated). Auto-memory only, not CLAUDE.md/rules (use /claude-memory:audit) and not transcripts/history.
melodic-software/claude-code-plugins · ★ 15 · AI & Automation · score 73
Install: claude install-skill melodic-software/claude-code-plugins
## Auto-memory snapshot ```! bash "${CLAUDE_PLUGIN_ROOT}/skills/stateless/scripts/scope-report.sh" || echo "(snapshot unavailable — run the scope-report script manually)" ``` # Stateless Inspect and disable Claude Code **auto memory**, the store Claude writes for itself, one directory per repo (`~/.claude/projects/<project>/memory/`, relocatable via `autoMemoryDirectory`). Governs auto-memory only. Not in scope: CLAUDE.md / CLAUDE.local.md / `.claude/rules/` (use `/claude-memory:audit`), transcripts, history, or shell snapshots. For the official full per-project wipe, use `claude project purge`. What it does and does not delete is quoted verbatim in [reference/official-guidance.md](reference/official-guidance.md); the deletion plan and flags live in the [claude-directory doc](https://code.claude.com/docs/en/claude-directory). Criteria and exact doc quotes live in [reference/official-guidance.md](reference/official-guidance.md); re-fetch the source pages listed there if a fact is load-bearing before you act. ## Scope | Entity | Location | This skill | |--------|----------|-----------| | Auto-memory store | `~/.claude/projects/<project>/memory/` (or `autoMemoryDirectory`) | Yes. Status / disable / purge | | `autoMemoryEnabled` setting | any settings scope | Yes. Reads and writes | | `CLAUDE_CODE_DISABLE_AUTO_MEMORY` | OS env or settings `env` block | Yes. Reads and writes | | CLAUDE.md / `.claude/rules/` | repo + user | No. Use `/claude-memory:audit` | | CLAUDE.local.md |