Skip to content
THE WORK AFTER THE RUN PRE-ALPHA

Better agent sessions
start with a sharper repo.

Your agent’s retries, re-reads and wrong turns are evidence.
Repohone turns them into fixes for the environment you control.

Illustrative data. No installation. No session access.

01 / READ YOUR SESSIONS02 / FIND THE FRICTION03 / FIX THE SOURCE
repohone / acme/apiILLUSTRATIVE EXAMPLE
FINDING / 01high severity

A parameter name.
Six failed attempts.

The agent passed a URL where the tool expected owner/name. Make the expected format explicit.

mcp:github/create_issue~8,400 tokens
Proposed descriptionEXAMPLE
− "repo": { "type": "string" }
+ "repo": {
+   "type": "string",
+   "description": "Use owner/name, e.g. acme/api. Not a URL."
+ }

Third-party tool? A local proxy override is the intended fix.

Your next run deserves
what you learned from the last.

A better tool description. A missing project map. One clear instruction. Small edits can remove a recurring source of friction.

01

Read the trail.

Start with the local coding-agent sessions you already ran. The current CLI scans Claude Code transcripts, read-only.

NO INSTRUMENTATION
02

Find the pattern.

Deterministic rules surface retries, repeated reads and tool failures. Rank the friction by estimated cost and recurrence.

RULES, NOT GUESSWORK
03

Sharpen the source.

The desktop workflow is being built around reviewable edits to instructions, tool descriptions and local proxy overrides.

REVIEW BEFORE APPLYING

The evidence is yours.
It stays that way.

Transcripts can contain your source code, prompts and secrets. Keeping analysis on your machine is a product constraint.

Read-only ingestion
Agent session directories stay untouched. Repohone reads the work you have already done.
Deterministic detection
No model calls to find friction. The core analysis needs no API key.
Optional means explicit
The planned wording assistant uses your own key, only when requested. Detection stays local.

An instrument in the making.

The local Rust CLI and React interface are in development. The UI demo uses sample data; it does not scan your machine or apply fixes. There is no desktop download here yet.

Open the UI demo
Available in source
Local CLI scanning for Claude Code
Ready to explore
Desktop UI with illustrative findings
Planned
Connected desktop workflow, Codex and Gemini ingestion