Skip to content

Commit 5fa52f0

Browse files
committed
docs: polish release-facing wording
1 parent 367d1c1 commit 5fa52f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
3939
npm run checksums:verify

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4545
These guarantees keep Commons safe to depend on long-term.

0 commit comments

Comments
 (0)