Skip to main content
Autter works with Claude Code by checkpointing the edits Claude makes and turning them into Git authorship data.

What you get

  • Automatic attribution for Claude Code edits
  • Prompt-backed context in autter show-prompt when the storage backend has it
  • Line-level authorship in autter blame
  • Commit summaries in autter stats

Set up Claude Code

1

Install Autter

Install the CLI on the machine that runs Claude Code.
2

Refresh the hooks

Run:
autter install-hooks
3

Restart Claude Code

Restart the agent so it picks up the new checkpoint integration.
4

Confirm attribution

Make a small edit, then run autter status and autter stats HEAD.

Useful commands

autter blame src/service.ts
autter stats HEAD
autter show-prompt <id>

Troubleshooting

Fix missing attribution, startup issues, and local-only mode problems.