Skip to content

writ review

Review the latest run in the current project:

Terminal window
writ review

This is the normal review command after writ connect or writ issue.

Name an agent to review its latest connected session:

Terminal window
writ review codex

Use claude, codex, cursor, or opencode.

You can also name a writ or an exact run ID:

Terminal window
writ review bug-fixer
writ review <run-id>

Without a target, Writ selects the run with the most recent recorded activity.

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
Terminal window
writ review codex \
--where actor=holder \
--where status=blocked

The header meters cover the complete run. Filters change only the transcript lines.

Terminal window
writ review --web

The 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:

Terminal window
writ review codex --web --addr localhost:9000

Use writ record to export, witness, or independently verify a signed record.