Trace captures AI coding sessions as git-native checkpoints.
Note: Trace is surfaced through hawk as
hawk trace .... The commands below usetracefor brevity; prefix withhawkwhen running inside hawk.
trace enable
# Work with your AI coding assistant — checkpoints are captured automatically
trace statustrace session list
trace session info <session-id>trace investigate <session-id>trace checkpoint list <session-id>
trace checkpoint rewind <session-id> --checkpoint 3trace session resume <session-id>trace session export <session-id> --format jsontrace fork <session-id> --checkpoint 3trace session replay <session-id>Trace works with:
- Claude Code
- Codex CLI
- Gemini CLI
- Cursor
- GitHub Copilot CLI
- Any MCP-compatible agent
See the main README for full documentation.