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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading