/reload
Fully load memory files into the current conversation context.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/reload
Context preview
What this command does when you run it.
Fully load memory files into the current conversation context.
Command definition
reload.md/reload -- Load Memory into Context
Fully load memory files into the current conversation context.
SessionStart hooks inject a brief summary automatically, but `/reload` does the **full read** -- loading actual file contents so Claude can reference specific details.
Steps
1. **Read MEMORY.md** -- Scan all index entries (usually auto-loaded, but confirm) 2. **Read task file** -- Load `memory/todo-status.md` for current task status 3. **Read recent changes** -- Load files updated in the last 24 hours (up to 3 files) 4. **Report** -- "Loaded. {N} index entries, {M} pending tasks, recently changed: {summary}"
Targeted Reload
If the user specifies a topic:
- Only load the file(s) related to that topic
- Example: "reload blog" -> only load blog-related memory files
Notes
- This is a **read** operation -- it doesn't modify any files
- Use when switching to a topic that needs detailed context
- Useful after long conversations where early context was compressed
Claude Code 的記憶系統 | A memory system built with hooks + markdown. Zero dependencies.
Repo: HelloRuru/claude-memory-engine
Other commands on claude-memory-engine.
bb-pause
Pause the SessionEnd auto-commit hook when refactoring core engine files.
compact-guide
Help decide when to use `/compact` based on the current conversation state.
correct
Review the error notebook — flip through past corrections before working

