Skip to content
This repository was archived by the owner on May 24, 2026. It is now read-only.

Commit a48ecf1

Browse files
committed
docs: clarify schema immutability vs package v1.0.x delivery
1 parent 11c80be commit a48ecf1

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,22 @@ This is the foundation of the machine economy —
2626

2727
----
2828

29-
### Canonical Release & Immutability
30-
31-
Protocol-Commons v1.0.0 is the canonical, immutable semantic layer of CommandLayer.
32-
33-
• Canonical release branch: `release/v1`
34-
• Canonical tag: `commons-v1.0.0-canonical`
35-
• All schemas are pinned and content-addressed under `schemas/v1.0.0`
29+
### Canonical Semantics & Immutability
30+
31+
**Schemas v1.0.0** are the canonical, immutable semantic layer of CommandLayer.
32+
33+
The npm package (`@commandlayer/commons`) may advance within **v1.0.x**
34+
to deliver tooling, documentation, and distribution improvements —
35+
**without modifying schemas or semantic meaning**.
36+
37+
• Canonical schemas: `schemas/v1.0.0/`
38+
• Schema immutability enforced via content addressing + checksums
39+
• Package versions may patch forward independently
40+
41+
• Canonical branch: `main`
42+
• Canonical schema tag: `commons-v1.0.0-canonical`
43+
• Canonical schema CID: `bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m`
44+
3645

3746
---
3847

0 commit comments

Comments
 (0)