compress
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.
Show project memory status: file size, section counts, and whether compression is recommended.
> /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.
/statusContext preview
What this command does when you run it.
Show project memory status: file size, section counts, and whether compression is recommended.
description: "Show project memory status: file size, section counts, and whether compression is recommended."
Read `.claude/memory/MEMORY.md` and `.claude/memory/schema.yaml`, then report:
1. Current MEMORY.md character count vs compression threshold 2. Number of entries in each section vs max_items limits 3. Whether archive.md exists and how large it is 4. A recommendation: "Memory is healthy" or "Compression recommended — run /memory-loop:compress"
Keep the report concise, one line per section.
Persistent project-scoped memory for Claude Code. Auto-loads on session start, structured by schema, hot/cold layered.
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.
Save current session work to project memory. Updates MEMORY.md with completed tasks, decisions, and discoveries from this session.