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": "Zero-dependency atomic file replacement: exclusive-create random-suffix temp + rename carrying the caller-stated permissions (writeFileAtomic)",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "Type-only Branded<B> nominal-typing primitive for the DeepSeek Harness",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "Shared filesystem path helpers for the DeepSeek Harness",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
@@ -3,7 +3,7 @@
"description": "Immutable DeepSeek Harness launch environment that records which layer supplied each value",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "Zero-dependency no-shell execFile runner for host-native OS integrations: utf8 stdio capture, abort propagation, Windows hide",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "Zero-dependency bounded-retention primitive: ItemRetainer/TextRetainer + neutral notice helpers (what did we keep, what did we omit)",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "Zero-dependency timeout/deadline primitive: clampTimeout, deadline, timeoutOf, TimeoutReason (timing + classification only, no termination)",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",