Automatic reasoning traces for AI-assisted coding. Every change documented with context. Code review that finally makes sense.
$ pip install anubis-vcs
One command adds Anubis as an MCP server. Zero configuration.
Work normally. Anubis captures checkpoints with reasoning as you go.
Claude Code reads context directly. Pick up exactly where you left off.
# Initialize in any git repo
anubis init
# Connect to Claude Code via MCP
claude mcp add anubis -- anubis-mcp
# Create checkpoints with reasoning
anubis checkpoint "Refactoring auth" -r "JWT approach - sessions don't scale"
# View checkpoint history
anubis log
→ 3f8a2b1 (10 min ago) Refactoring auth
Reasoning: JWT approach - sessions don't scale
# Claude Code can now access checkpoints directly!