build(release): publish the dsh family publicly

Every release member now declares publishConfig.access: public, so the scope no
longer mixes levels: the 221 packages/*/* and apps/* manifests join the vendored
framework and the native packages.

check-workspace-constraints drops the per-sequence expectation and holds every
release member to public, which is what stops a member from drifting back.

Access is a property of the package, not of a version: the dsh packages already
published as restricted become world-readable at their next publication.
This commit is contained in:
imccyu
2026-08-13 18:49:32 +08:00
parent f26a6f6cff
commit 8c1e8d9890
222 changed files with 223 additions and 224 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "API gateway: the ApiProxy contract (api/), the fetch carrier pair (fetch/), and the host-side gateway plugin providing ctx.apiProxy",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
@@ -3,7 +3,7 @@
"description": "Adaptive chooser of the directory-picker seam: resolves the host situation at boot and mounts the native or browse backend for the DeepSeek Harness web GUI host",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
@@ -3,7 +3,7 @@
"description": "In-app browsing backend of the directory-picker seam (listing/creation primitives over the host filesystem)",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
@@ -3,7 +3,7 @@
"description": "Native-OS-chooser backend of the directory-picker seam for the DeepSeek Harness web GUI host",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "Abstract workspace-directory picking seam (ctx.directoryPicker) for the DeepSeek Harness web GUI host",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "SPA dist server for the Web shell: owns the webserver fallback seat, serving the built frontend with index-tap injection, traversal rejection, and SPA index fallback",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "Read-only Remote projection of current Cordis Loader plugin state",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "Web route-registration plugin: HTTP and upgrade routes, index transform taps, and static dist fallback; knows no harness concepts",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",