Skip to main content
ClaudeWave
Slash Command154 repo starsupdated 3mo ago

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.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/severity1/claude-code-auto-memory/HEAD/commands/calibrate.md -o ~/.claude/commands/calibrate.md
Then start a new Claude Code session; the slash command loads automatically.

calibrate.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.