Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 12:38
6d2ac78

The GitHub Action release: readme2demo can now sit in CI and turn "the
README quietly broke" into a red X. Runnable walkthrough of everything
below: docs/whats-new-0.7.0.md.

Added

  • GitHub Action (#157): a repo-root composite action — install, build the
    sandbox image, run the pipeline, fail the check when the fresh-container
    replay doesn't pass. Artifacts and a job summary included; url mode until
    local-path ingestion (#74) unlocks PR-head verification. Self-test via
    workflow_dispatch.
  • report exit codes signal the verdict (#158): 0 verified, 1 completed but
    unverified, 2 stage failed — CI can gate on the exit code alone.
  • report --markdown (#159): a GitHub-flavored job summary (verified badge
    line, stage table with per-stage cost, artifact list) for
    $GITHUB_STEP_SUMMARY.
  • Every run mints badge.json (#156): a shields.io endpoint file, written
    before the tutorial LLM pass so nothing can suppress an unverified run's
    red badge. Hosting tracked in #63.

Fixed

  • The suite is portable on Windows: the POSIX executable-bit test skips on
    NTFS (assertions untouched on POSIX) and artifact reads pin UTF-8 instead
    of trusting the locale (#154, thanks @innovationty).
  • A docker-socket test reached the real docker run probe and stalled the
    suite 60s per run whenever Docker Desktop was half-up; the probe is now
    monkeypatched and the suite stays under a second (#155).