From context-recovery
Manually save current work context before a long operation or before ending a session.
How this command is triggered — by the user, by Claude, or both
Slash command
/context-recovery:context-saveThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /context-save Manually save current work context before a long operation or before ending a session. ## Usage ## What it does 1. Reads current transcript and generates a structured `.claude/CONTEXT.md` 2. Updates `.claude/TODO.md` with current timestamp 3. Backs up transcript to `.claude/logs/transcript_backups/` 4. Logs the save event ## When to use - Before a long-running task - Before ending your work session - Before triggering `/compact` manually - When switching to a different project ## Notes This command invokes the PreCompact handler with `--backup --generate-context`. T...
Manually save current work context before a long operation or before ending a session.
/context-save
.claude/CONTEXT.md.claude/TODO.md with current timestamp.claude/logs/transcript_backups//compact manuallyThis command invokes the PreCompact handler with --backup --generate-context.
The saved context will be automatically injected by /context-restore or on session resume.
/context-restore — View and restore saved context/compact — Trigger context compaction (PreCompact hook fires automatically on auto-compact)npx claudepluginhub wxhou/context-recovery --plugin context-recovery/context-saveCompacts session or saves full handoff to .handoff/ file with progress summary, git state, and next steps when context pressure detected.
/context-saveCaptures and saves semantic project context from root path with configurable type (minimal/standard/comprehensive), format (json/markdown/vector), and tags. Supports vector DB integration and compression.