|
1 | 1 | { |
2 | | - "name": "@commandlayer/protocol-commons", |
| 2 | + "name": "@commandlayer/commons", |
3 | 3 | "version": "1.1.0", |
4 | 4 | "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.", |
6 | 6 | "owner": "commandlayer.eth", |
7 | 7 | "contact": "dev@commandlayer.org", |
8 | 8 | "license": "MIT", |
|
11 | 11 | "schemas_root": "schemas/v1.1.0", |
12 | 12 | "examples_root": "examples/v1.1.0", |
13 | 13 | "checksum_file": "checksums.txt", |
14 | | - "schemas_cid": "PENDING (pre-release candidate; pinning not yet published)", |
| 14 | + "schemas_cid": "PENDING", |
15 | 15 | "tag": "commons-schemas-v1.1.0", |
16 | 16 | "verbs": [ |
17 | 17 | { |
|
148 | 148 | } |
149 | 149 | ] |
150 | 150 | } |
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 | + } |
152 | 170 | } |
0 commit comments