Skip to main content
ClaudeWave
Slash Command154 estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/severity1/claude-code-auto-memory/HEAD/commands/calibrate.md -o ~/.claude/commands/calibrate.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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.