@ruah-dev/watch
Watch (Lite)
Can I show someone what this session did?
Convert raw, messy agent sessions into beautiful, self-contained HTML replays. Includes interactive turn timelines, syntax-highlighted diffs, and automatic privacy redaction. Zero server required.
See it
Quick start
Up and running in seconds
@ruah-dev/watch
$ ruah watch render --latest --out replay.html
# wrote replay.html (redacted)Features
01Single-command replay generation (ruah watch render --latest)
02Automated privacy redaction (--redact strips paths, tokens, emails)
03Syntax-highlighted diff view for Edit and Write tool calls
04Turn-by-turn token, cost, and latency meter
05Embedded verification verdict block from Ruah Verify
06Zero server & zero external CDN dependencies (<500KB bundle)
1
HTML file
on
Redact default
0
Server
Command Reference
Commands
ruah watch render <session.jsonl>Render static HTML replay from transcriptruah watch render --latestRender most recent Claude Code session in workspaceruah watch render --redactEnable strict redaction for paths, secrets, & emailsruah watch render --out <file.html>Specify output HTML pathEcosystem
Part of the ruah toolchain
CLI Router
@ruah-dev/cli
One command. Every agent tool.
Guard
@ruah-dev/guard
Can I trust the agent not to do damage — in any harness, with proof?
Verify
@ruah-dev/verify
Did the agent actually finish?
Optimizer
@ruah-dev/opt
Where did my tokens go?
Eval
@ruah-dev/eval
Same task — which executor wins, and what did it cost?
Converter
@ruah-dev/conv
How do I make this API agent-sized?
Orchestrator
@ruah-dev/orch
Parallel agents. Zero collisions.