All notable changes to this runtime repository will be documented in this file.
- 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
x402request 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.
- Establishes the Node.js CommandLayer runtime service for versioned verb execution and signed receipts.
- Exposes the runtime health surface (
GET /healthandGET /healthz) and receipt verification viaPOST /verify. - Includes repo-local configuration, smoke coverage, and operational documentation for running the runtime as a service.