calibrate
The calibrate command forces a complete recalibration of all CLAUDE.md memory files by analyzing tracked source files and updating auto-managed sections while preserving manually edited content. Use this command when memory files become outdated, after significant codebase changes, or to synchronize all documentation with current source code state.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/severity1/claude-code-auto-memory/HEAD/commands/calibrate.md -o ~/.claude/commands/calibrate.mdcalibrate.md
Force a full recalibration of CLAUDE.md memory files. Invoke the `memory-processor` skill to: 1. Analyze all tracked source files 2. Update all auto-managed sections 3. Preserve manual content Report a summary of all updates made.
Orchestrates CLAUDE.md updates for changed files
Initialize CLAUDE.md memory structure for project with interactive wizard
Show CLAUDE.md memory sync status
Sync CLAUDE.md with manual file changes detected by git
This skill should be used when the user asks to "initialize auto-memory", "create CLAUDE.md", "set up project memory", or runs the /auto-memory:init command. Analyzes codebase structure and generates CLAUDE.md files using the exact template format with AUTO-MANAGED markers.
Process file changes and update CLAUDE.md memory sections. Use when the memory-updater agent needs to analyze dirty files, update AUTO-MANAGED sections, verify content removal, or detect stale commands. Invoked after file edits to keep project memory in sync.