reticle report reads this project’s most recent session from .reticle/ and says how many of its claims held, how many failed, how many came back unknown and who can act on each, and how many proved nothing. It reads the journal on disk, so no daemon has to be running.
Arguments and flags
What it prints
An unknown is never counted as held. It is Reticle saying it could not tell, and the owner beside it says what to do next.
As a Claude Code Stop hook
With --hook it prints nothing when a claim held or nothing in the tree changed, and otherwise one line, such as Reticle: not verified. 3 claims: 1 failed, 2 unknown. It prints Claude Code’s systemMessage shape and always exits 0: you see the line when the agent stops, and the agent is never blocked by it. reticle init --hooks adds it for you, merged into whatever .claude/settings.json already holds. By hand:
A session last written more than an hour ago does not count as this turn, so a morning drive cannot answer for an afternoon edit. If you want the stop blocked until the change is verified, use reticle gate --hook instead.Last modified on September 25, 2026