alphacrack/readme2demo

Run a repo's README in a hardened Docker sandbox, replay it in a fresh container, and fail CI when it breaks.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
anthropic-api-keyAnthropic API key (metered billing). One secret drives both the sandboxed agent and the planner/distiller/tutorial passes. Pass a repo secret; prefer a dedicated low-limit key.yes
repo-urlhttps URL of the repo to verify (github.com / gitlab.com). Defaults to the repository running the workflow. URL mode clones the remote default branch HEAD — see the header comment.no${{ github.server_url }}/${{ github.repository }}
budget-usdAbort the run if agent cost exceeds this many USD.no5
skip-video"true" to skip the VHS demo video render. Saves wall-clock time; the render itself costs no API money.nofalse
timeoutAgent wall-clock timeout in seconds. Empty means readme2demo's own default applies.no""
namedescription
verified"true" when the fresh-container replay passed, "false" when the run completed unverified. Empty when the pipeline itself failed.
run-dirAbsolute path (on the runner) to the runs/<run-id> directory holding manifest.json and all artifacts. Empty if the run failed before a run directory was created.