Claude Code Context Analyzer
Local SQLite analytics for Claude Code CLI when native stats are missing.
Your agent writes down why, in the repo, so everyone else's agents can find it without asking you.
Grep for unapproved agent decisions before they break production, solving the vanished transcript problem.
Engineering teams using AI coding agents like Claude Code
Aider · Cursor · Git blame
The reasoning was in a transcript on my laptop. Claude Code deletes those after 30 days by default. Two of my projects lost their whole history that way.
Grepathy distills transcripts locally into markdown committed with the code. Decisions only, never your messages, no server.
List every decision nobody approved:
grep -rn "agent-initiated" .ai/why/
Ran a blind eval before shipping, published it including the misses (REPORT.md). Agents with Grepathy answered the "why" questions right. Baseline agents made up confident wrong answers.Local SQLite analytics for Claude Code CLI when native stats are missing.
Parses transcript JSONL to show true 1M context % when claudeline caps out.
Live status bar flags wasted tokens while the agent runs, not just after.
Single gist script parsing local JSONL when no official Claude analytics exist.
Visual decision trees beat text prompts for UI/UX choices, but needs multi-agent AI tooling to shine.
Reads ~/.claude/ JSONL directly instead of terminal scraping, works with Kitty and iTerm2.