Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.07 KB

File metadata and controls

16 lines (11 loc) · 1.07 KB

Changelog

All notable changes to this runtime repository will be documented in this file.

Unreleased

  • Separated VerifyAgent into its own public Commons/MIT repository. The runtime now focuses on executing agent actions and producing signed CommandLayer receipts. Public paste-and-verify receipt verification is handled externally by VerifyAgent.
  • Aligns the runtime service, docs, examples, and package metadata on the CommandLayer Commons v1.1.0 current line.
  • Removes Commons runtime dependence on inbound x402 request metadata so public Commons responses remain payment-agnostic.
  • Refreshes the golden receipt fixture and production-surface tests to match current wrapped receipt responses and verification expectations.

v1.0.0

  • Establishes the Node.js CommandLayer runtime service for versioned verb execution and signed receipts.
  • Exposes the runtime health surface (GET /health and GET /healthz) and receipt verification via POST /verify.
  • Includes repo-local configuration, smoke coverage, and operational documentation for running the runtime as a service.