src/superclaude/commands/save.md
/sc:save [--type session|learnings|context|all] [--summarize] [--checkpoint]
Key behaviors:
/sc:save
# Saves current session discoveries and context to Serena MCP
# Automatically creates checkpoint if session exceeds 30 minutes
/sc:save --type all --checkpoint
# Complete session preservation with recovery checkpoint
# Includes all learnings, context, and progress for session restoration
/sc:save --summarize
# Creates session summary with discovery documentation
# Updates cross-session learning patterns and project insights
/sc:save --type learnings
# Saves only new patterns and insights discovered during session
# Updates project understanding without full session preservation
Will:
Will Not: