Skip to content

RunCase Interchange v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 03:03
· 4 commits to main since this release

RunCase Interchange 0.1.0

This prerelease is the portable contract shared by Runtime Evolution Workbench and Workflow Environment Factory. It is useful on its own when a producer and consumer need to exchange a Run, a resettable Case, or an objective Score without sharing a database or execution service.

Included

  • JSON Schema 2020-12 contracts for agent.run.v1, workflow.case.v1, and workflow.score.v1.
  • A Node CLI that validates one file or a directory and returns stable process exit codes.
  • Valid examples covering observed Runs, managed Runs, code Cases, Issue-to-PR Cases, successful Scores, and infrastructure errors.
  • A language-neutral schema ZIP and an installable npm tarball. The package is not published to the public npm registry.

Install and verify

Download runcase-interchange-0.1.0.tgz, runcase-interchange-schemas-0.1.0.zip, and SHA256SUMS.txt from this release. Verify the SHA-256 entry before installing the local tarball. release-manifest.json binds the assets to the source commit, and GitHub build provenance is attached to the release.

Compatibility boundary

The schemas reject unknown top-level fields and reserve extensions for explicit producer-specific data. Observation gaps and redaction metadata are part of the contract; consumers must not treat an absent event as proof that an action did not happen.

This is a prerelease because the contracts have not yet accumulated broad independent implementation feedback. Review the repository's README.md, SUPPORT.md, and SECURITY.md before adoption.