Skip to content

Agent Reliability Harness v9.3.0

Choose a tag to compare

@SUNRNEHUI SUNRNEHUI released this 27 Aug 09:16
· 3 commits to main since this release
dcf9c01

Agent Reliability Harness v9.3.0 is the cumulative public release after v9.1.0. It combines the open Skill layout and proportional execution policy from v9.2 with versioned public contracts, cross-platform hardening, and a redesigned bilingual GitHub landing page.

Highlights

  • One canonical Skill package: installable source now lives under skills/agent-reliability-harness/, with repository-only tests and legacy material kept outside the runtime package.
  • Proportional execution: confirmed micro work may stay parent-direct, ordinary implementation uses one bounded worker, and complex work is parallel only across independent ownership boundaries.
  • Stable routing history: new runs use progress-bounded-v3; sealed progress-bounded-v2 and cost-aware-v1 maps remain readable without reinterpretation.
  • Public machine contracts: five Draft 2020-12 schemas cover Portable v2, Audited run state, acceptance registry, worker results, and arh-status-v1.
  • Automation output: status.py --json provides a versioned projection, while --require-high-confidence restores the strict exit gate without changing default human output.
  • Cross-platform integrity: canonical JSON and digest anchors use deterministic UTF-8 plus LF bytes; CI now covers Python 3.10 through 3.14, macOS 3.14, and Windows 3.14.
  • GitHub presentation: English and Chinese README pages now include truthful badges, quick start, mode comparison, Mermaid flow, documentation navigation, and aligned release history.

Install

npx skills add https://github.com/SUNRNEHUI/agent-reliability-harness --skill "agent-reliability-harness"

Compatibility

  • Portable Contract v2 and legacy handoff-v1 artifacts remain supported.
  • Human status output remains the default; JSON output is opt-in.
  • No license is asserted because the repository does not currently include a license file.

Verification

  • 108 unit tests passed; 1 opt-in installed-package test was verified separately.
  • 14 runtime behavior checks passed.
  • 16 adversarial protocol regression checks passed.
  • Five schemas, canonical package build/check, Skill discovery, README parity, version sync, and diff checks passed.
  • PR checks: 16/16 successful.
  • Merged main checks: 8/8 successful, including Windows and macOS Python 3.14.