for Claude Code

A simpler way
to use coding agents.

v0.1.47 · 165 MB · June 18, 2026 · Apple silicon
Lodestarbriefscode review
lodestar
turn-model redesign
removing the stall timers…
brief pipeline retry
It's asking how to fail.
path-index resolver
Bare names now open.
nightjar
credit ledger
Backfilled 1,204 rows.
make the retry feed the error back in
The retry now refeeds the rejected output before it fails.
finished just now
brief.py catches a parse failure, injects the error and the raw attempt into a second call, then raises on the second miss.
heads upThe second attempt has no token-limit guard
make the retry feed the error back
 
● I'll feed the error and the failed
  attempt back, then fail loud.
  ⎯ Edited brief.py (+24 −3)
  ⎯ Edited prompts/brief.md (+11)
 
● Done. The retry now refeeds the
  rejected output before failing.
 
Read

Three lines, not
three thousand.

Each turn becomes a gist, one body line, and a heads-up if something's off. Every fact links back to the moment it happened.

refactor the path resolver to handle bare names
Bare filenames now resolve through the index — no more full-path requirement.
finished 3m ago
pathindex.py strips directory prefixes and falls back to a suffix match when the exact key misses. Five call sites updated.
Reply

It drafts your answer.

When the agent asks a question, the brief translates it and drafts replies you can send with one click.

next steps
The retry feeds the error back, but should it also cap the second attempt's input length?
Yes — truncate the failed output to 4,000 chars before the retry call.
No cap. If it's too long the model will say so.
Review

A standing code review
of every session.

After each edited turn, the session's net changes are reviewed against your own standing rules. Fixed issues disappear.

this session's code changes · reviewed 2m ago
Retry has no token-limit guard on the second attempt
The error string and the failed raw output are concatenated into the retry prompt without a length check — a verbose failure could exceed the model's context window.
“Failures are loud on purpose. Never smooth over.”your words · CLAUDE.md
Unused classify_turn import left behind

Stop reading transcripts.
Start reading briefs.

Download for macOS