analytics over your claude code session transcripts
Project description
absolutelyright
analytics over your claude code session transcripts.
claude code keeps a jsonl transcript of every session under ~/.claude/projects/.
absolutelyright separates what you actually typed from harness noise (tool results,
slash-command expansions, subagent sidechains) and tells you things like:
- your most-repeated literal prompts (everyone has a "make the PR description not suck")
- how often you open with
no/wait/stop/actually - where your prompts, interrupts, and output tokens go, per project
- which tools claude leans on, and what hours you really work
install
uv tool install absolutelyright
usage
absolutelyright report # the whole picture, human-formatted
absolutelyright prompts --pretty # most-repeated literal prompts
absolutelyright hours --pretty # prompts by local hour of day
absolutelyright overview --days 7 # recent only
machine-readable by default — lists are ndjson, single results are one json object — so output pipes straight into jq or an agent:
absolutelyright projects | jq -r '.project'
note: claude code prunes local transcripts (30 days by default, see
cleanupPeriodDays), so absolutelyright sees a rolling window, not all time.
library
from absolutelyright import load_sessions, repeated_prompts
sessions = load_sessions(days=30)
for text, count in repeated_prompts(sessions, top=10):
print(count, text)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file absolutelyright-0.2.0a10.tar.gz.
File metadata
- Download URL: absolutelyright-0.2.0a10.tar.gz
- Upload date:
- Size: 32.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.11 {"installer":{"name":"uv","version":"0.11.11","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b6402d637e4d9ed36b474a3c90717903101fd5c155add7169f22b5ea883489a
|
|
| MD5 |
170c1dad59c7f55512ea671a9fade315
|
|
| BLAKE2b-256 |
afa09968e81d20a34135e5a4fd21394befe7598e43c8145526e2189a6e8d05eb
|
File details
Details for the file absolutelyright-0.2.0a10-py3-none-any.whl.
File metadata
- Download URL: absolutelyright-0.2.0a10-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.11 {"installer":{"name":"uv","version":"0.11.11","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acf03b3cc94e5d0fad2a8d94bb4ffc30d4f5224f5750f047b729195ce0815d99
|
|
| MD5 |
b40e3d6f241f2ea010eaa0d21ecb98d8
|
|
| BLAKE2b-256 |
3c8693a2c91c7fc6c24d700af620b02ab83bb846cd6b47e4a153c2b7f0a80854
|