diff --git a/README.md b/README.md index 4ea6120..0b5f35d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CommandLayer Protocol — Commons **The canonical semantic contract for autonomous agents.** -*Verbs, schemas, and validation for the current v1.1.0 release.* +*Verbs, schemas, and validation for the v1.1.0 release.* [![Schemas](https://img.shields.io/badge/Schemas-v1.1.0%20current-blue)](https://github.com/commandlayer/protocol-commons) [![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: - HTTPS hosting provides the live canonical schema URLs used by the `$id` fields - IPFS pinning records a separate content-addressed publication state for the same version when a CID is published -You do not need IPFS context to understand or validate the schemas. For in-repo integrity checks, use: +IPFS context is not required to understand or validate the schemas. For in-repo integrity checks, use: ```bash npm run checksums:verify diff --git a/SECURITY.md b/SECURITY.md index ea4c85a..9d0e521 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -38,8 +38,8 @@ Breaking issues are prioritized. ## Integrity Rules - Versioned directories are **immutable** once published -- Schema artifacts are covered by checksum-based integrity records -- Release metadata and publication records are documented in the repository +- Schema artifacts are covered by checksum-based integrity records (`checksums.txt`) +- Release metadata and publication records are documented in `manifest.json` and repository history - Any semantic change requires **a new version** — never hot patches These guarantees keep Commons safe to depend on long-term.