Skip to content

Commit da57dd5

Browse files
authored
Merge pull request #19 from commandlayer/codex/update-manifest.json-status-wording
Refine manifest status labels
2 parents 87abb7e + ef841ee commit da57dd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@
7777
],
7878
"latest_commons_root": "schemas/v1.1.0/commons",
7979
"pin_target": "schemas/v1.1.0/commons",
80-
"status": "current-canonical-https-hosted",
80+
"status": "published",
8181
"historical_releases": [
8282
{
8383
"version": "1.0.0",
84-
"status": "locked",
84+
"status": "historical legacy release",
8585
"schemas_root": "schemas/v1.0.0",
8686
"examples_root": "examples/v1.0.0",
8787
"schemas_cid": "bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m",
@@ -151,7 +151,7 @@
151151
],
152152
"active_release": {
153153
"version": "1.1.0",
154-
"status": "current-canonical-https-hosted",
154+
"status": "current release",
155155
"schemas_root": "schemas/v1.1.0",
156156
"commons_root": "schemas/v1.1.0/commons",
157157
"examples_root": "examples/v1.1.0",
@@ -160,7 +160,7 @@
160160
},
161161
"pinned_canonical_release": {
162162
"version": "1.0.0",
163-
"status": "locked",
163+
"status": "pinned canonical release",
164164
"schemas_root": "schemas/v1.0.0",
165165
"commons_root": "schemas/v1.0.0/commons",
166166
"examples_root": "examples/v1.0.0",

0 commit comments

Comments
 (0)