File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# CommandLayer Protocol — Commons
22
33** The canonical semantic contract for autonomous agents.**
4- * Verbs, schemas, and validation for the current v1.1.0 release.*
4+ * Verbs, schemas, and validation for the v1.1.0 release.*
55
66[ ![ Schemas] ( https://img.shields.io/badge/Schemas-v1.1.0%20current-blue )] ( https://github.com/commandlayer/protocol-commons )
77[ ![ NPM Version] ( https://img.shields.io/npm/v/@commandlayer/commons )] ( https://www.npmjs.com/package/@commandlayer/commons )
@@ -33,7 +33,7 @@ HTTPS hosting and IPFS pinning are separate distribution layers:
3333- HTTPS hosting provides the live canonical schema URLs used by the ` $id ` fields
3434- IPFS pinning records a separate content-addressed publication state for the same version when a CID is published
3535
36- You do not need IPFS context to understand or validate the schemas. For in-repo integrity checks, use:
36+ IPFS context is not required to understand or validate the schemas. For in-repo integrity checks, use:
3737
3838``` bash
3939npm run checksums:verify
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ Breaking issues are prioritized.
3838## Integrity Rules
3939
4040- Versioned directories are ** immutable** once published
41- - Schema artifacts are covered by checksum-based integrity records
42- - Release metadata and publication records are documented in the repository
41+ - Schema artifacts are covered by checksum-based integrity records ( ` checksums.txt ` )
42+ - Release metadata and publication records are documented in ` manifest.json ` and repository history
4343- Any semantic change requires ** a new version** — never hot patches
4444
4545These guarantees keep Commons safe to depend on long-term.
You can’t perform that action at this time.
0 commit comments