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
@@ -3,7 +3,7 @@
"description": "Default model selection shared by Agent entry points",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "The concrete agent loop plugin for the DeepSeek Harness",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
@@ -3,7 +3,7 @@
"description": "Agent-plane presentation selector: composes one agent's tools as Code Mode, native, or both",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "Agent interface, registry, initiator scope, and event vocabulary 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": "Scoped-context registration primitive (scope tags, scope-filtered event dispatch) 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": "Event-sourced session store 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": "System prompt assembly registry 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": "Tool registry and execution pipeline for the DeepSeek Harness",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",