Skip to content

Commit af55397

Browse files
committed
Align package and manifest release metadata
1 parent ec424e6 commit af55397

File tree

3 files changed

+27
-8
lines changed

3 files changed

+27
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
- Removed shared `$ref` dependencies from the v1.1.0 Commons schema family
88
- Standardized Commons receipts around a minimal proof-first structure
99
- Added conditional receipt requirements for success/error states
10-
- Established Commons v1.1.0 as the canonical schema surface for new integrations
10+
- Established Commons v1.1.0 as the active in-repo schema surface for new integrations
11+
- Retained v1.0.0 as the last pinned canonical release until v1.1.0 pinning is completed
1112
- Preserved earlier schema versions for compatibility and historical reference

manifest.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "@commandlayer/protocol-commons",
2+
"name": "@commandlayer/commons",
33
"version": "1.1.0",
44
"package_version": "1.1.0",
5-
"description": "Canonical verb + schema layer for CommandLayer Protocol Commons (v1.1.0).",
5+
"description": "Canonical Commons verb + schema package metadata for the active v1.1.0 schema family.",
66
"owner": "commandlayer.eth",
77
"contact": "dev@commandlayer.org",
88
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"schemas_root": "schemas/v1.1.0",
1212
"examples_root": "examples/v1.1.0",
1313
"checksum_file": "checksums.txt",
14-
"schemas_cid": "PENDING (pre-release candidate; pinning not yet published)",
14+
"schemas_cid": "PENDING",
1515
"tag": "commons-schemas-v1.1.0",
1616
"verbs": [
1717
{
@@ -148,5 +148,23 @@
148148
}
149149
]
150150
}
151-
]
151+
],
152+
"active_release": {
153+
"version": "1.1.0",
154+
"status": "pre-release-candidate",
155+
"schemas_root": "schemas/v1.1.0",
156+
"commons_root": "schemas/v1.1.0/commons",
157+
"examples_root": "examples/v1.1.0",
158+
"schemas_cid": "PENDING",
159+
"pin_status": "pending"
160+
},
161+
"pinned_canonical_release": {
162+
"version": "1.0.0",
163+
"status": "locked",
164+
"schemas_root": "schemas/v1.0.0",
165+
"commons_root": "schemas/v1.0.0/commons",
166+
"examples_root": "examples/v1.0.0",
167+
"schemas_cid": "bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m",
168+
"pin_status": "published"
169+
}
152170
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commandlayer/commons",
33
"version": "1.1.0",
4-
"description": "ERC-8004 and x402-aligned canonical verbs and strict JSON Schemas for autonomous agents — immutable semantics, trustable receipts, and cross-runtime interoperability.",
4+
"description": "Canonical Commons verbs and strict JSON Schemas for autonomous agents \u2014 active v1.1.0 schema family, historical pinned v1.0.0 release, and cross-runtime interoperability.",
55
"private": false,
66
"type": "module",
77
"license": "MIT",
@@ -17,6 +17,7 @@
1717
"url": "https://github.com/commandlayer/protocol-commons/issues"
1818
},
1919
"keywords": [
20+
"protocol-commons",
2021
"agent",
2122
"agents",
2223
"ai-agents",
@@ -32,8 +33,7 @@
3233
"schema-validation",
3334
"schemas",
3435
"semantics",
35-
"trustless",
36-
"x402"
36+
"trustless"
3737
],
3838
"files": [
3939
"schemas/",

0 commit comments

Comments
 (0)