statelesslisted
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 |