writ review
Review the latest run in the current project:
writ reviewThis is the normal review command after writ connect or writ issue.
Select a run
Section titled “Select a run”Name an agent to review its latest connected session:
writ review codexUse claude, codex, cursor, or opencode.
You can also name a writ or an exact run ID:
writ review bug-fixerwrit review <run-id>Without a target, Writ selects the run with the most recent recorded activity.
Filter the transcript
Section titled “Filter the transcript”Use --where more than once to combine filters with AND.
| Form | Example |
|---|---|
type=<entry type> |
--where type=tool_call |
actor=<actor> |
--where actor=judge |
status=<status> |
--where status=blocked |
text~<text> |
--where text~pytest |
seq>=<number> |
--where seq>=40 |
seq<=<number> |
--where seq<=80 |
writ review codex \ --where actor=holder \ --where status=blockedThe header meters cover the complete run. Filters change only the transcript lines.
Use the local browser view
Section titled “Use the local browser view”writ review --webThe default address is http://localhost:8321. The page refreshes while the
run is active. It is read-only. It loads no scripts or external assets.
Use --addr to select another listen address:
writ review codex --web --addr localhost:9000Use writ record to export, witness, or independently verify
a signed record.