Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Protocol-Commercial
# CommandLayer ProtocolCommercial

[![Schemas](https://img.shields.io/badge/Schemas-v1.1.0%20current-brightgreen)](https://github.com/commandlayer/protocol-commercial) [![CI Status](https://img.shields.io/github/actions/workflow/status/commandlayer/protocol-commercial/validate.yml?branch=main&label=CI)](https://github.com/commandlayer/protocol-commercial/actions/workflows/validate.yml) [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/commandlayer/protocol-commercial/blob/main/LICENSE)
**The canonical commercial contract for monetized agent execution.**
*Payment-aware request and receipt schemas — or settlement semantics drift.*

Protocol-Commercial v1.1.0 is the current CommandLayer commercial schema line.
[![Schemas](https://img.shields.io/badge/Schemas-v1.1.0%20current-blue)](https://github.com/commandlayer/protocol-commercial) [![CI Status](https://img.shields.io/github/actions/workflow/status/commandlayer/protocol-commercial/validate.yml?branch=main&label=CI)](https://github.com/commandlayer/protocol-commercial/actions/workflows/validate.yml) [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/commandlayer/protocol-commercial/blob/main/LICENSE)

> **Release notice — Protocol-Commercial v1.1.0**
>
> `v1.1.0` is the current canonical commercial line in this repository.
>
> A GitHub Release is not represented as already published in this repo state. `releases/v1.1.0.md` is the checked-in release-note draft for a future publication step, not evidence that a GitHub Release already exists.

Protocol-Commercial v1.1.0 is the current CommandLayer commercial schema line in this repository.

This README is a release-orientation document for the current line. The normative specification lives in `SPEC.md`. Release policy, checksum-boundary policy, and version-lifecycle rules live in `POLICY.md`.

Expand All @@ -27,7 +36,7 @@ This README is a repo-wide orientation document for the current release line and
- **Current package entrypoint:** `schemas/v1.1.0/index.json`
- **Historical legacy line:** `v1.0.0`, retained under `schemas/v1.0.0/` and `examples/v1.0.0/`
- **Changelog:** `CHANGELOG.md`
- **Release note draft for GitHub Releases:** `releases/v1.1.0.md`
- **Release note draft for a future GitHub Release publication:** `releases/v1.1.0.md`

For the authoritative version policy and checksum-boundary rules, see `POLICY.md`. For normative identity and path rules, see `SPEC.md`.

Expand Down
2 changes: 1 addition & 1 deletion checksums.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ e9b62cf29d5f58fed922e9bc77c8d3e13e6f7ed04785baad7a7e4fc600ab44b8 schemas/v1.1.0
b876f8ffbfd87e5554374de114414f9e4091ba09c80d07b9b99a40ff1befd7c5 schemas/v1.1.0/commercial/ship/ship.request.schema.json
7abc8e8a2dec058298ba5dd0603f20d9f95f6bc411fcd429fdb3c7a116dcbcca schemas/v1.1.0/commercial/verify/verify.receipt.schema.json
09707b90a6317d10d13f6e5339bc17a7ddc4d5938970ff7e25842876b7f2eea5 schemas/v1.1.0/commercial/verify/verify.request.schema.json
0993bbc6dee0ccefa624ef95c47d87398cc3585b0e95f0f6a7e55d4eed176c4f schemas/v1.1.0/index.json
07885e73062e6d92d8a0282745b83c1bffb3ab56adfeb8090642cb05b000bdf2 schemas/v1.1.0/index.json
Loading