Review
@stateless/reviewv2026.06.12.9
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
@stateless/reviewv2026.06.12.9review.ts
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's saved result from disk and record it as a `result`
fn stop()
Stop a session's server via its token-authenticated /shutdown
fn restart()
Stop (if running) and start a session's server again from its saved
Resources
session(infinite)— A canvas session — URL/token/pid of the served form and its output paths.
result(infinite)— A collected review result — the human's saved decisions/edits plus a summary.
03Previous Versions
2026.06.12.8Jun 12, 2026
2026.06.12.7Jun 12, 2026
2026.06.12.6Jun 12, 2026
2026.06.12.5Jun 12, 2026
2026.06.12.4Jun 12, 2026
2026.06.12.3Jun 12, 2026
2026.06.12.2Jun 12, 2026
2026.06.12.1Jun 12, 2026
04Stats
A
100 / 100
Downloads
0
Archive size
33.9 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