save
Save current session work to project memory. Updates MEMORY.md with completed tasks, decisions, and discoveries from this session.
Compress project memory. Archives older entries from MEMORY.md into archive.md to keep the hot layer lean. Run when memory-loop warns about file size.
> /plugin marketplace add yucai0302/memory-loop > /plugin install memory-loop@memory-loop
How it fires
How this command gets triggered: by you, by Claude, or both.
/compressContext preview
What this command does when you run it.
Compress project memory. Archives older entries from MEMORY.md into archive.md to keep the hot layer lean. Run when memory-loop warns about file size.
description: "Compress project memory. Archives older entries from MEMORY.md into archive.md to keep the hot layer lean. Run when memory-loop warns about file size."
Invoke the `memory-compressor` agent to compress `.claude/memory/MEMORY.md`.
The agent will: 1. Read the current memory and schema compression settings 2. Move older Decisions and Completed entries to `.claude/memory/archive.md` 3. Rewrite MEMORY.md keeping only recent high-value entries 4. Report what was archived
Persistent project-scoped memory for Claude Code. Auto-loads on session start, structured by schema, hot/cold layered.
Save current session work to project memory. Updates MEMORY.md with completed tasks, decisions, and discoveries from this session.
Show project memory status: file size, section counts, and whether compression is recommended.