Skip to content

Release 2.1.142 (2026-07-15)

Features

  • add GitHubTransport relay over refs/vergil/pr-workflow (#2372) Add GitHubTransport(Transport) carrying pr-workflow.json across filesystems via the reserved ref refs/vergil/pr-workflow/. read() fetches the ref and parses the payload (None when absent); write() builds a single-file commit out-of-band with git plumbing (hash-object -> mktree -> commit-tree) and force-pushes the SHA straight to the ref, never running git commit and never touching HEAD/index/worktree so it stays freeze-neutral under the epic #146 report-ready freeze; delete() removes the ref (no-op when absent). Adds git.read_output_stdin for plumbing that reads its payload from stdin. Ref #2366

CI Evidence: All gates passed — full audit bundle available. Download →