Review
@stateless/reviewv2026.06.17.2
01README
Human-in-the-loop review canvas — serve a local web form the human gates while the agent keeps working. list mode renders a long candidate list as a curation grid (configurable option-scale + per-item comment) for migrations, triage, and cleanup approvals; doc mode is a pastebin-style markdown editor (editor left, live preview right, optional approve/revise/reject verdict) for reviewing generated docs and gating publishes. Detached serve / status / collect / stop lifecycle; every save dual-writes JSON + markdown + a timestamped append-log, and collect records the result into the data model for workflow consumption. Python-stdlib server bundled; private networks only (URL-token guarded).
02Models
review.tsv2026.06.17.2
fn serve()
Start (detached) the review canvas for one session and record its URL.
fn status()
Health-check a session: server alive? has the human saved yet?
fn collect()
Read the human
fn stop()
Stop a session
fn restart()
Re-bake any `path`-backed doc content from disk into the spec, then
Resources
session— A canvas session — URL/token/pid of the served form and its output paths.
03Previous Versions
2026.06.17.1
2026.06.16.1
2026.06.12.9
2026.06.12.8
2026.06.12.7
2026.06.12.6
2026.06.12.5
2026.06.12.4
2026.06.12.3
2026.06.12.2
2026.06.12.1
04Stats
A
100 / 100
Downloads
11
Archive size
42.5 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels