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": "Model-facing web tools (web_search, web_fetch) over the DeepSeek Harness web capability seam (ctx.web)",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "Anonymous public HTTP(S) fetch provider for the DeepSeek Harness web capability seam (ctx.web)",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
@@ -3,7 +3,7 @@
"description": "DeepSeek-backed search provider (native web_search via the Anthropic-compatible API) for the DeepSeek Harness web capability seam (ctx.web)",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "Exa-backed search provider for the DeepSeek Harness web capability seam (ctx.web)",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
@@ -3,7 +3,7 @@
"description": "Perplexity-backed search provider for the DeepSeek Harness web capability seam (ctx.web)",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -3,7 +3,7 @@
"description": "Abstract web access capability seam (ctx.web) for the DeepSeek Harness — search/fetch provider registry, registration-order-independent selection, request/result vocabulary, and the WebError taxonomy",
"version": "0.1.0-rc.3",
"publishConfig": {
"access": "restricted"
"access": "public"
},
"repository": {
"type": "git",