diff --git a/apps/cli/package.json b/apps/cli/package.json index 35cf0db4d2..48869199d5 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -3,7 +3,7 @@ "description": "dsh CLI: profile boot, plugin management, and the browser UI alias", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/apps/web/package.json b/apps/web/package.json index e80564061c..d5b75e4d63 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -3,7 +3,7 @@ "description": "Web application entry: vite build over the @deepseek-ai/dsh-client-web shell library; dist/ served by apps/cli's dsh web", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/acp/acp/package.json b/packages/acp/acp/package.json index cd8b9f7aff..34b2344992 100644 --- a/packages/acp/acp/package.json +++ b/packages/acp/acp/package.json @@ -3,7 +3,7 @@ "description": "Automation-only Agent Client Protocol server for driving DeepSeek Harness agents over JSON-RPC stdio", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/api/gateway/package.json b/packages/api/gateway/package.json index 7fab738249..72debdce2d 100644 --- a/packages/api/gateway/package.json +++ b/packages/api/gateway/package.json @@ -3,7 +3,7 @@ "description": "Typert Remote Host dispatcher and Client API endpoint", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/api/remotes/package.json b/packages/api/remotes/package.json index 9e37b93a98..b7afbfc396 100644 --- a/packages/api/remotes/package.json +++ b/packages/api/remotes/package.json @@ -3,7 +3,7 @@ "description": "Remote BFF assembly and Host Agent/Session lookup policy", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/attachment/attachment-local/package.json b/packages/attachment/attachment-local/package.json index 646e228e24..2bd0b97db0 100644 --- a/packages/attachment/attachment-local/package.json +++ b/packages/attachment/attachment-local/package.json @@ -3,7 +3,7 @@ "description": "Private content-addressed DSH_HOME attachment storage", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/attachment/attachment/package.json b/packages/attachment/attachment/package.json index 06ff35a5f4..ce6484003d 100644 --- a/packages/attachment/attachment/package.json +++ b/packages/attachment/attachment/package.json @@ -3,7 +3,7 @@ "description": "Durable immutable attachment storage seam for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/boot/app-boot/package.json b/packages/boot/app-boot/package.json index c6b15efa93..f2b2eb27df 100644 --- a/packages/boot/app-boot/package.json +++ b/packages/boot/app-boot/package.json @@ -3,7 +3,7 @@ "description": "Shared boot glue for the app bins: .env loading, fail-loud Loader guards, snapshot-aware config resolution, and the Loader boot sequence", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/boot/cmdline/package.json b/packages/boot/cmdline/package.json index 5654d706a7..37b3c21939 100644 --- a/packages/boot/cmdline/package.json +++ b/packages/boot/cmdline/package.json @@ -3,7 +3,7 @@ "description": "Immutable command-line handoff from a dsh launcher to any app plugin that injects cmdlineArgs", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/bundle/base/package.json b/packages/bundle/base/package.json index 3be7faca39..ec6bdc08de 100644 --- a/packages/bundle/base/package.json +++ b/packages/bundle/base/package.json @@ -3,7 +3,7 @@ "description": "The shared dsh core as a profile bundle: every profile's first patch layer, inserting the base plugin rows over the empty profile root", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/bundle/headless/package.json b/packages/bundle/headless/package.json index f865671c2e..8ffd82b9b3 100644 --- a/packages/bundle/headless/package.json +++ b/packages/bundle/headless/package.json @@ -3,7 +3,7 @@ "description": "The dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layer", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/bundle/web-app/package.json b/packages/bundle/web-app/package.json index 1193ebdc5e..45398b9359 100644 --- a/packages/bundle/web-app/package.json +++ b/packages/bundle/web-app/package.json @@ -3,7 +3,7 @@ "description": "The dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/connection/package.json b/packages/client/connection/package.json index 00c4e4192c..1a15f1d93e 100644 --- a/packages/client/connection/package.json +++ b/packages/client/connection/package.json @@ -3,7 +3,7 @@ "description": "Wire consumer layer: HTTP-up/WebSocket-down client, ConnectionController dual streams with reconnect, and fixture api", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/hmr/package.json b/packages/client/hmr/package.json index a864242f37..c91c263d93 100644 --- a/packages/client/hmr/package.json +++ b/packages/client/hmr/package.json @@ -3,7 +3,7 @@ "description": "Dev-only hot-reload driver for script-loaded client entries: SSE rebuilt frames → invalidate/prefetch → fiber swap through the vendored Loader entry", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/locale/package.json b/packages/client/locale/package.json index db90c32eb9..930d68024b 100644 --- a/packages/client/locale/package.json +++ b/packages/client/locale/package.json @@ -3,7 +3,7 @@ "description": "Locale plugin: Host-backed zh/en preference, browser-derived fallback, locale snapshots, and typed namespace dictionaries", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/modules/package.json b/packages/client/modules/package.json index 85ebb312f4..e6020ad60c 100644 --- a/packages/client/modules/package.json +++ b/packages/client/modules/package.json @@ -3,7 +3,7 @@ "description": "Client module system, dual-face: node half composes the __DSH_BOOT__ entry graph (incremental dsh.client scan, bundle route, index tap, webPlugins service); browser half is the lazy-CJS module table the vendored cordis Loader consumes as its internal seam", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/runtime/package.json b/packages/client/runtime/package.json index c527e93fb3..54a009975c 100644 --- a/packages/client/runtime/package.json +++ b/packages/client/runtime/package.json @@ -3,7 +3,7 @@ "description": "Client core services: SlotRegistry, SessionRuntime (scope tree + object layer)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/schema-form/package.json b/packages/client/schema-form/package.json index 348aea9b67..ca9f4f11c5 100644 --- a/packages/client/schema-form/package.json +++ b/packages/client/schema-form/package.json @@ -3,7 +3,7 @@ "description": "Schema/draft model layer for settings editors: rehydrates a serialized schemastery schema, validates drafts, and edits them immutably by path", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-agent-preset/package.json b/packages/client/ui-agent-preset/package.json index af20fd2fa8..c148386798 100644 --- a/packages/client/ui-agent-preset/package.json +++ b/packages/client/ui-agent-preset/package.json @@ -3,7 +3,7 @@ "description": "Agent-preset surfaces: the default for later sessions, this session's seat, and the composition editor", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-attachment/package.json b/packages/client/ui-attachment/package.json index 862c03dd5e..c0866b4457 100644 --- a/packages/client/ui-attachment/package.json +++ b/packages/client/ui-attachment/package.json @@ -3,7 +3,7 @@ "description": "Pure React attachment atoms for the dsh web UI: draft-image rail, message image gallery, and original-image lightbox (zero cordis)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-commands/package.json b/packages/client/ui-commands/package.json index 8737f3c557..8b337fb470 100644 --- a/packages/client/ui-commands/package.json +++ b/packages/client/ui-commands/package.json @@ -3,7 +3,7 @@ "description": "Client command surface: global directory cache, '/' source, three command UI kinds, popupSelect registry", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-conversation/package.json b/packages/client/ui-conversation/package.json index a3a2ed8ebb..9d5aa90924 100644 --- a/packages/client/ui-conversation/package.json +++ b/packages/client/ui-conversation/package.json @@ -3,7 +3,7 @@ "description": "Conversation domain: skeleton, ordered chat flow, composer with the Host-backed busy-Enter preference, and details host", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-deliverables/package.json b/packages/client/ui-deliverables/package.json index 0a5fdbfed0..ac1ba0cd69 100644 --- a/packages/client/ui-deliverables/package.json +++ b/packages/client/ui-deliverables/package.json @@ -3,7 +3,7 @@ "description": "Produced-files turn tail and clickable final-response file references for Web", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-directory-picker-browse/package.json b/packages/client/ui-directory-picker-browse/package.json index f8e8a1cc22..accebcb751 100644 --- a/packages/client/ui-directory-picker-browse/package.json +++ b/packages/client/ui-directory-picker-browse/package.json @@ -3,7 +3,7 @@ "description": "In-app directory browsing surface: the workspace directory-flow owner rendering the host's listing and creation primitives", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-directory-picker-native/package.json b/packages/client/ui-directory-picker-native/package.json index 0490ee9f60..4f7316d895 100644 --- a/packages/client/ui-directory-picker-native/package.json +++ b/packages/client/ui-directory-picker-native/package.json @@ -3,7 +3,7 @@ "description": "Native directory-picker surface: the renderless workspace directory-flow occupant driving the host's OS chooser", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-goal/package.json b/packages/client/ui-goal/package.json index da15f6ec8a..36e9ddf9d5 100644 --- a/packages/client/ui-goal/package.json +++ b/packages/client/ui-goal/package.json @@ -3,7 +3,7 @@ "description": "Session goal surface: GoalBar docked above the composer, read from the goal session projection", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-input-trigger/package.json b/packages/client/ui-input-trigger/package.json index 88b182b261..b0496c4ed6 100644 --- a/packages/client/ui-input-trigger/package.json +++ b/packages/client/ui-input-trigger/package.json @@ -3,7 +3,7 @@ "description": "Input trigger pipeline: '/' and '@' detection, candidate menu, pick routing to registered sources", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-jobs/package.json b/packages/client/ui-jobs/package.json index 2ea29ad1d8..5328762317 100644 --- a/packages/client/ui-jobs/package.json +++ b/packages/client/ui-jobs/package.json @@ -43,7 +43,7 @@ "directory": "packages/client/ui-jobs" }, "publishConfig": { - "access": "restricted" + "access": "public" }, "dependencies": { "react": "^18.2.0" diff --git a/packages/client/ui-layout/package.json b/packages/client/ui-layout/package.json index 969a2668b4..14f0965981 100644 --- a/packages/client/ui-layout/package.json +++ b/packages/client/ui-layout/package.json @@ -3,7 +3,7 @@ "description": "Shell plugin: three-column AppFrame with drag handles, ctx.layout viewing-state service (navigation + panels)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-message-feedback/package.json b/packages/client/ui-message-feedback/package.json index dc28b477a7..62db69a2a1 100644 --- a/packages/client/ui-message-feedback/package.json +++ b/packages/client/ui-message-feedback/package.json @@ -3,7 +3,7 @@ "description": "Per-message feedback controls contributed to the assistant-message action strip, backed by the messageFeedback Host Remote", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-model-selection/package.json b/packages/client/ui-model-selection/package.json index 8eb23d05d7..99d284a97d 100644 --- a/packages/client/ui-model-selection/package.json +++ b/packages/client/ui-model-selection/package.json @@ -3,7 +3,7 @@ "description": "Model selection: the /model popupSelect over session.models / session.selectModel", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-permission-presets/package.json b/packages/client/ui-permission-presets/package.json index 9bd4e5033d..3f526027c6 100644 --- a/packages/client/ui-permission-presets/package.json +++ b/packages/client/ui-permission-presets/package.json @@ -3,7 +3,7 @@ "description": "Permission surfaces: a new-session default in General settings and a current-session /permission popup over the permissions projection", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-plan/package.json b/packages/client/ui-plan/package.json index 34de2b8ce5..84d472faef 100644 --- a/packages/client/ui-plan/package.json +++ b/packages/client/ui-plan/package.json @@ -3,7 +3,7 @@ "description": "Plan-mode composer control: the conversation.input.plan seat over the plan projection and the /plan command channel", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-primitives/package.json b/packages/client/ui-primitives/package.json index 8882d0f20a..b78f0273ca 100644 --- a/packages/client/ui-primitives/package.json +++ b/packages/client/ui-primitives/package.json @@ -3,7 +3,7 @@ "description": "Pure React atoms for the dsh web UI: controls, icons, markdown, and JSON inspectors (zero cordis)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-settings-general/package.json b/packages/client/ui-settings-general/package.json index 812e1d72ee..7ba7b58baa 100644 --- a/packages/client/ui-settings-general/package.json +++ b/packages/client/ui-settings-general/package.json @@ -3,7 +3,7 @@ "description": "Settings ownerless-copy and product onboarding plugin: the General section, shell trigger/header chrome content, settings dictionaries, and the versioned welcome notice", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-settings-models/package.json b/packages/client/ui-settings-models/package.json index 8ef6eea50b..7fc1f0af70 100644 --- a/packages/client/ui-settings-models/package.json +++ b/packages/client/ui-settings-models/package.json @@ -3,7 +3,7 @@ "description": "Models settings and shared product-onboarding dialogs over existing settings and credential joins", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-settings-plugin-inventory/package.json b/packages/client/ui-settings-plugin-inventory/package.json index 4546499cc9..9e349081bf 100644 --- a/packages/client/ui-settings-plugin-inventory/package.json +++ b/packages/client/ui-settings-plugin-inventory/package.json @@ -3,7 +3,7 @@ "description": "Read-only Cordis Loader inventory tab in Web Plugins settings", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-settings-plugins/package.json b/packages/client/ui-settings-plugins/package.json index 91964dbe05..81b687cf50 100644 --- a/packages/client/ui-settings-plugins/package.json +++ b/packages/client/ui-settings-plugins/package.json @@ -3,7 +3,7 @@ "description": "Plugins settings section with feature-owned tabs and configurable host-plane plugin cards", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-settings/package.json b/packages/client/ui-settings/package.json index 0d8a39a442..b6bf16ab21 100644 --- a/packages/client/ui-settings/package.json +++ b/packages/client/ui-settings/package.json @@ -3,7 +3,7 @@ "description": "Settings domain base plugin: the settings-namespace scope service and the canonical settings slot-type contract", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-sidebar/package.json b/packages/client/ui-sidebar/package.json index b8846b531f..549e6ea948 100644 --- a/packages/client/ui-sidebar/package.json +++ b/packages/client/ui-sidebar/package.json @@ -3,7 +3,7 @@ "description": "Sidebar plugin: session multi-level tree, search, grouping, state dots", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-skill/package.json b/packages/client/ui-skill/package.json index 068e17ca77..ee032c33b7 100644 --- a/packages/client/ui-skill/package.json +++ b/packages/client/ui-skill/package.json @@ -3,7 +3,7 @@ "description": "Web skill references and the dedicated skill tool row", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-slots/package.json b/packages/client/ui-slots/package.json index bed532ef43..9584cbf429 100644 --- a/packages/client/ui-slots/package.json +++ b/packages/client/ui-slots/package.json @@ -3,7 +3,7 @@ "description": "Slot registry pure core: SlotMap declaration merging, single register composition API, four-share props types, store-seat types, renderer install seam", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-subagent/package.json b/packages/client/ui-subagent/package.json index e23c279d7b..95570bf2e9 100644 --- a/packages/client/ui-subagent/package.json +++ b/packages/client/ui-subagent/package.json @@ -3,7 +3,7 @@ "description": "Subagent conversation catalog, continuation routing UI, and '@' reference source", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-theme/package.json b/packages/client/ui-theme/package.json index 83c1910181..598879a91f 100644 --- a/packages/client/ui-theme/package.json +++ b/packages/client/ui-theme/package.json @@ -3,7 +3,7 @@ "description": "Theme plugin: Host bootstrap for the pre-plugin palette; DOM-free ThemeRuntime for light/dark/system state; --dsw-* token styles and Appearance settings row", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-tool/package.json b/packages/client/ui-tool/package.json index ddd3711a85..4bad8e7d29 100644 --- a/packages/client/ui-tool/package.json +++ b/packages/client/ui-tool/package.json @@ -3,7 +3,7 @@ "description": "Client Tool call-tree renderer and keyed per-tool presentation slot", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-trajectory/package.json b/packages/client/ui-trajectory/package.json index 1b93dd1511..82918fb8d2 100644 --- a/packages/client/ui-trajectory/package.json +++ b/packages/client/ui-trajectory/package.json @@ -3,7 +3,7 @@ "description": "Trajectory event ledger with an interactive timing overview: pure-consumer plugin registering into the conversation ViewMap (no service)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-user-questions/package.json b/packages/client/ui-user-questions/package.json index c2893aeb47..599c6866f3 100644 --- a/packages/client/ui-user-questions/package.json +++ b/packages/client/ui-user-questions/package.json @@ -3,7 +3,7 @@ "description": "Web ask_user_question feature: host tool mount plus composer-takeover question UI", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-workflow-run/package.json b/packages/client/ui-workflow-run/package.json index f1c3b609ab..d7069a47f2 100644 --- a/packages/client/ui-workflow-run/package.json +++ b/packages/client/ui-workflow-run/package.json @@ -3,7 +3,7 @@ "description": "Durable workflow-run Conversation Node and nested member disclosure for dsh web", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/ui-workspace/package.json b/packages/client/ui-workspace/package.json index 796f1450d9..1e8c537bdc 100644 --- a/packages/client/ui-workspace/package.json +++ b/packages/client/ui-workspace/package.json @@ -3,7 +3,7 @@ "description": "Workspace picker plugin: one WorkspacePicker registered into the sidebar and empty-state workspace slots", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/web-react/package.json b/packages/client/web-react/package.json index e112a1e9c0..0e89c09d1e 100644 --- a/packages/client/web-react/package.json +++ b/packages/client/web-react/package.json @@ -3,7 +3,7 @@ "description": "Shell-side React glue: createSlotRenderer, SessionProvider, bindSnapshotSelector (uSES bridge), useInvoke", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/client/web/package.json b/packages/client/web/package.json index 3b676db1b7..d7be460113 100644 --- a/packages/client/web/package.json +++ b/packages/client/web/package.json @@ -3,7 +3,7 @@ "description": "Web shell kernel: bootWebShell (module system holding + seed table + two-stage boot + AppRoot gate + app-shell assembly entry), consumed by the apps/web vite entry", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/code-runtime/code-runtime-worker-thread/package.json b/packages/code-runtime/code-runtime-worker-thread/package.json index 03d7084062..73cd2608f3 100644 --- a/packages/code-runtime/code-runtime-worker-thread/package.json +++ b/packages/code-runtime/code-runtime-worker-thread/package.json @@ -3,7 +3,7 @@ "description": "Worker-thread implementation of the DeepSeek Harness code-execution seam", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/code-runtime/code-runtime/package.json b/packages/code-runtime/code-runtime/package.json index 8233b3aba9..496dea1a45 100644 --- a/packages/code-runtime/code-runtime/package.json +++ b/packages/code-runtime/code-runtime/package.json @@ -3,7 +3,7 @@ "description": "Abstract code-execution seam (ctx.codeRuntime) for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/compaction/command-compact/package.json b/packages/compaction/command-compact/package.json index 67c0610b52..b37e405d4e 100644 --- a/packages/compaction/command-compact/package.json +++ b/packages/compaction/command-compact/package.json @@ -3,7 +3,7 @@ "description": "Human-facing slash command for explicit session compaction", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/compaction/compaction-basic/package.json b/packages/compaction/compaction-basic/package.json index 605b24bb31..ab64295ea8 100644 --- a/packages/compaction/compaction-basic/package.json +++ b/packages/compaction/compaction-basic/package.json @@ -3,7 +3,7 @@ "description": "Token-meter-driven compaction policy and LLM summarization backend for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/compaction/compaction-tool-result-pruner/package.json b/packages/compaction/compaction-tool-result-pruner/package.json index ffe84c4e9c..2f647a3b61 100644 --- a/packages/compaction/compaction-tool-result-pruner/package.json +++ b/packages/compaction/compaction-tool-result-pruner/package.json @@ -3,7 +3,7 @@ "description": "Replay-safe model-free head/middle/tail pruning for tool-result surface nodes", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/compaction/compaction/package.json b/packages/compaction/compaction/package.json index a2a649a508..c86c15c516 100644 --- a/packages/compaction/compaction/package.json +++ b/packages/compaction/compaction/package.json @@ -3,7 +3,7 @@ "description": "Abstract compaction service seam (ctx.compaction) for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/context/agent-instructions/package.json b/packages/context/agent-instructions/package.json index 5472ced4dd..1aa8650c9a 100644 --- a/packages/context/agent-instructions/package.json +++ b/packages/context/agent-instructions/package.json @@ -3,7 +3,7 @@ "description": "Workspace context loader for AGENTS.md/CLAUDE.md instruction files", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/context/session-reference/package.json b/packages/context/session-reference/package.json index 7840b2998e..0860d44a6a 100644 --- a/packages/context/session-reference/package.json +++ b/packages/context/session-reference/package.json @@ -3,7 +3,7 @@ "description": "Cross-session snapshot references and durable untrusted model context (ctx.sessionReferenceResolver)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/context/time-context/package.json b/packages/context/time-context/package.json index 792c55a490..3351f3fd8d 100644 --- a/packages/context/time-context/package.json +++ b/packages/context/time-context/package.json @@ -3,7 +3,7 @@ "description": "Opt-in durable per-step context with the current time and elapsed time", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/context/tmux-context/package.json b/packages/context/tmux-context/package.json index a36b7ba3d2..53c8bb71bc 100644 --- a/packages/context/tmux-context/package.json +++ b/packages/context/tmux-context/package.json @@ -3,7 +3,7 @@ "description": "Opt-in durable per-step context with this agent's tmux pane and window location", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/core/agent-default-model/package.json b/packages/core/agent-default-model/package.json index bf6158f8a8..4430354728 100644 --- a/packages/core/agent-default-model/package.json +++ b/packages/core/agent-default-model/package.json @@ -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", diff --git a/packages/core/agent-loop/package.json b/packages/core/agent-loop/package.json index 077d952604..1975338845 100644 --- a/packages/core/agent-loop/package.json +++ b/packages/core/agent-loop/package.json @@ -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", diff --git a/packages/core/agent-tool-presentation/package.json b/packages/core/agent-tool-presentation/package.json index 2962be0612..7c9f6d9983 100644 --- a/packages/core/agent-tool-presentation/package.json +++ b/packages/core/agent-tool-presentation/package.json @@ -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", diff --git a/packages/core/agent/package.json b/packages/core/agent/package.json index 22da562364..bb37580ebe 100644 --- a/packages/core/agent/package.json +++ b/packages/core/agent/package.json @@ -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", diff --git a/packages/core/scope/package.json b/packages/core/scope/package.json index f3e9196064..8c51276427 100644 --- a/packages/core/scope/package.json +++ b/packages/core/scope/package.json @@ -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", diff --git a/packages/core/session/package.json b/packages/core/session/package.json index ba3d3f76c6..9972a1d089 100644 --- a/packages/core/session/package.json +++ b/packages/core/session/package.json @@ -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", diff --git a/packages/core/system-prompt/package.json b/packages/core/system-prompt/package.json index 8a7de9b5af..6a7a570e6a 100644 --- a/packages/core/system-prompt/package.json +++ b/packages/core/system-prompt/package.json @@ -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", diff --git a/packages/core/tools/package.json b/packages/core/tools/package.json index 220d4008a6..967e52b32d 100644 --- a/packages/core/tools/package.json +++ b/packages/core/tools/package.json @@ -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", diff --git a/packages/credentials/credentials-local/package.json b/packages/credentials/credentials-local/package.json index b2bb85e461..debdc87429 100644 --- a/packages/credentials/credentials-local/package.json +++ b/packages/credentials/credentials-local/package.json @@ -3,7 +3,7 @@ "description": "File-backed credentials provider ($DSH_HOME/.env under the live process environment) for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/credentials/credentials/package.json b/packages/credentials/credentials/package.json index dba18e4e56..586a8bc65d 100644 --- a/packages/credentials/credentials/package.json +++ b/packages/credentials/credentials/package.json @@ -3,7 +3,7 @@ "description": "Abstract credential seam (ctx.credentials): settings carry references to secrets, providers own the values", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/e2b/e2b/package.json b/packages/e2b/e2b/package.json index 55b2da23f5..0b4605685b 100644 --- a/packages/e2b/e2b/package.json +++ b/packages/e2b/e2b/package.json @@ -3,7 +3,7 @@ "description": "Shared E2B sandbox lifecycle for DeepSeek Harness provider adapters", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/e2b/fs-e2b/package.json b/packages/e2b/fs-e2b/package.json index 9aa5741a13..b0ff95d8e9 100644 --- a/packages/e2b/fs-e2b/package.json +++ b/packages/e2b/fs-e2b/package.json @@ -3,7 +3,7 @@ "description": "E2B filesystem implementation for DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/e2b/subprocess-e2b/package.json b/packages/e2b/subprocess-e2b/package.json index b29e21625b..db5640bf23 100644 --- a/packages/e2b/subprocess-e2b/package.json +++ b/packages/e2b/subprocess-e2b/package.json @@ -3,7 +3,7 @@ "description": "E2B subprocess implementation for DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/examples/acp-demo/package.json b/packages/examples/acp-demo/package.json index 0c723466df..5b0abd60f6 100644 --- a/packages/examples/acp-demo/package.json +++ b/packages/examples/acp-demo/package.json @@ -3,7 +3,7 @@ "description": "ACP automation server app: agent spine + JSONL persistence + ACP transport, with a JSON-RPC stdio bin", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/examples/agent-spine-demo/package.json b/packages/examples/agent-spine-demo/package.json index 14172e579b..1cf82845f7 100644 --- a/packages/examples/agent-spine-demo/package.json +++ b/packages/examples/agent-spine-demo/package.json @@ -3,7 +3,7 @@ "description": "The default executor-less/UI-less agent spine with fallback session titles, provider-routed retry, and optional persisted goals", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/examples/jsonrpc-demo/package.json b/packages/examples/jsonrpc-demo/package.json index c9ee7b3cfb..51ec7506a9 100644 --- a/packages/examples/jsonrpc-demo/package.json +++ b/packages/examples/jsonrpc-demo/package.json @@ -3,7 +3,7 @@ "description": "Bin that boots an external Cordis config for the stdio JSON-RPC SDK runtime", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/extensions/cordis-client-runner/package.json b/packages/extensions/cordis-client-runner/package.json index 23e1867c17..8c39fbefe0 100644 --- a/packages/extensions/cordis-client-runner/package.json +++ b/packages/extensions/cordis-client-runner/package.json @@ -3,7 +3,7 @@ "description": "Browser half of dynamic dual-half plugin packages: event subscription, closure evaluation, guard facade, and loader entries", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/extensions/cordis-host-runner/package.json b/packages/extensions/cordis-host-runner/package.json index 5abea4abf2..de481f11a5 100644 --- a/packages/extensions/cordis-host-runner/package.json +++ b/packages/extensions/cordis-host-runner/package.json @@ -3,7 +3,7 @@ "description": "Dynamic package definition registry, host-half sandbox lifecycle, and invoke handler table for model-mounted dual-half packages", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/extensions/tool-cordis/package.json b/packages/extensions/tool-cordis/package.json index 08ef69e353..4f19fb8550 100644 --- a/packages/extensions/tool-cordis/package.json +++ b/packages/extensions/tool-cordis/package.json @@ -3,7 +3,7 @@ "description": "Self-referential cordis toolset: inspect the live runtime, mount and dispose model-written plugins", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/extensions/ui-cordis/package.json b/packages/extensions/ui-cordis/package.json index 409109a166..422a345a34 100644 --- a/packages/extensions/ui-cordis/package.json +++ b/packages/extensions/ui-cordis/package.json @@ -3,7 +3,7 @@ "description": "Cordis dynamic-plugin definition card: the keyed cordis_define tool row with its run/stop switch", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/feedback/command-feedback/package.json b/packages/feedback/command-feedback/package.json index f8fd2e0e0b..281915a176 100644 --- a/packages/feedback/command-feedback/package.json +++ b/packages/feedback/command-feedback/package.json @@ -3,7 +3,7 @@ "description": "Log-only session feedback producer and human-facing slash command", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/feedback/message-feedback/package.json b/packages/feedback/message-feedback/package.json index 64dd9e64ca..c8c2e0930f 100644 --- a/packages/feedback/message-feedback/package.json +++ b/packages/feedback/message-feedback/package.json @@ -3,7 +3,7 @@ "description": "Lifecycle-bound per-message rating and note sidecar for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/fs/fs-local/package.json b/packages/fs/fs-local/package.json index 54f885e3bb..7a13c103ef 100644 --- a/packages/fs/fs-local/package.json +++ b/packages/fs/fs-local/package.json @@ -3,7 +3,7 @@ "description": "Local-filesystem implementation of the DeepSeek Harness filesystem seam (ctx.fs)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/fs/fs-observation-policy/package.json b/packages/fs/fs-observation-policy/package.json index 3819108677..76e700484a 100644 --- a/packages/fs/fs-observation-policy/package.json +++ b/packages/fs/fs-observation-policy/package.json @@ -3,7 +3,7 @@ "description": "File-context policy plugin for the DeepSeek Harness — observed-state, read-before-edit, and version-guarded write/edit added over the ctx.fs provider seam through the fs/* event gate (no service API)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/fs/fs-sandbox/package.json b/packages/fs/fs-sandbox/package.json index 01fc46ea7a..7ad29c5279 100644 --- a/packages/fs/fs-sandbox/package.json +++ b/packages/fs/fs-sandbox/package.json @@ -3,7 +3,7 @@ "description": "Sandbox-enforcing implementation of the DeepSeek Harness filesystem seam: fences write/edit by the per-call sandbox mode (read-only denies mutation, workspace-write contains it to the workspace + temp roots) while reads pass through", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/fs/fs/package.json b/packages/fs/fs/package.json index 79b688f5ee..7ce6276e37 100644 --- a/packages/fs/fs/package.json +++ b/packages/fs/fs/package.json @@ -3,7 +3,7 @@ "description": "Abstract filesystem capability seam (ctx.fs) for the DeepSeek Harness — vocabulary types, the FileSystem service (text IO + optional version-guarded atomic mutations), and the fs/* policy event vocabulary", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/fs/tool-fs-search/package.json b/packages/fs/tool-fs-search/package.json index 85d8e37e24..76fa8ed1cd 100644 --- a/packages/fs/tool-fs-search/package.json +++ b/packages/fs/tool-fs-search/package.json @@ -3,7 +3,7 @@ "description": "Model-facing filesystem discovery tools (glob, grep) backed by the packaged ripgrep binary (@vscode/ripgrep)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/fs/tool-fs/package.json b/packages/fs/tool-fs/package.json index 9ea0b88864..8ee720735c 100644 --- a/packages/fs/tool-fs/package.json +++ b/packages/fs/tool-fs/package.json @@ -3,7 +3,7 @@ "description": "Model-facing filesystem tools (read, write, edit) over the DeepSeek Harness filesystem seam (ctx.fs)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/fs/tool-str-replace-editor/package.json b/packages/fs/tool-str-replace-editor/package.json index f2a593e62a..68b513e07e 100644 --- a/packages/fs/tool-str-replace-editor/package.json +++ b/packages/fs/tool-str-replace-editor/package.json @@ -3,7 +3,7 @@ "description": "Model-facing view, create, literal replace, and line insert tool over the Harness filesystem service", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/goal/command-goal/package.json b/packages/goal/command-goal/package.json index 2337a35c2c..85af15e4d2 100644 --- a/packages/goal/command-goal/package.json +++ b/packages/goal/command-goal/package.json @@ -3,7 +3,7 @@ "description": "Human-facing slash command for persisted same-session goals", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/goal/goal-round-driver/package.json b/packages/goal/goal-round-driver/package.json index bdce5bdcf2..08eba46bb1 100644 --- a/packages/goal/goal-round-driver/package.json +++ b/packages/goal/goal-round-driver/package.json @@ -3,7 +3,7 @@ "description": "Race-fenced same-session goal-round driver", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/goal/goal/package.json b/packages/goal/goal/package.json index 32f3b48708..a09b2d136f 100644 --- a/packages/goal/goal/package.json +++ b/packages/goal/goal/package.json @@ -3,7 +3,7 @@ "description": "Event-sourced same-session goal state and lifecycle service for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/goal/tool-goal/package.json b/packages/goal/tool-goal/package.json index a085c7f76a..fb4a4e918c 100644 --- a/packages/goal/tool-goal/package.json +++ b/packages/goal/tool-goal/package.json @@ -3,7 +3,7 @@ "description": "Model-facing same-session goal tools with execution-time authority checks", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/guard/repeat-tool-reminder/package.json b/packages/guard/repeat-tool-reminder/package.json index 320d6c43c7..ec78728259 100644 --- a/packages/guard/repeat-tool-reminder/package.json +++ b/packages/guard/repeat-tool-reminder/package.json @@ -3,7 +3,7 @@ "description": "Repeat-tool-call guard plugin: advisory reminders when an agent loops on identical tool calls", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/guard/timeout-policy/package.json b/packages/guard/timeout-policy/package.json index 106cbad2b8..fe57465e56 100644 --- a/packages/guard/timeout-policy/package.json +++ b/packages/guard/timeout-policy/package.json @@ -3,7 +3,7 @@ "description": "Tool-call timeout policy: a tools/execute wrapper that arms a per-tool deadline on exec.signal and returns TOOL_TIMEOUT when it wins", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/hooks/hook-protocol/package.json b/packages/hooks/hook-protocol/package.json index 97414e9f46..2439594f00 100644 --- a/packages/hooks/hook-protocol/package.json +++ b/packages/hooks/hook-protocol/package.json @@ -3,7 +3,7 @@ "description": "Shared Claude Code / Codex hook wire protocol: matcher engine, stdin/exit-code/stdout codec, multi-hook merge, and hook/* session events", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/hooks/hooks-claude-code/package.json b/packages/hooks/hooks-claude-code/package.json index 37c6c63535..ce442062c4 100644 --- a/packages/hooks/hooks-claude-code/package.json +++ b/packages/hooks/hooks-claude-code/package.json @@ -3,7 +3,7 @@ "description": "Bridge plugin: run a Claude Code hooks.json / settings hook config on the DeepSeek Harness interception seams", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/hooks/hooks-codex/package.json b/packages/hooks/hooks-codex/package.json index ee66349c0d..6e990be8f3 100644 --- a/packages/hooks/hooks-codex/package.json +++ b/packages/hooks/hooks-codex/package.json @@ -3,7 +3,7 @@ "description": "Bridge plugin: run a Codex hooks.json hook config on the DeepSeek Harness interception seams", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/host/apiproxy/package.json b/packages/host/apiproxy/package.json index 23a1c76174..a13ebe3615 100644 --- a/packages/host/apiproxy/package.json +++ b/packages/host/apiproxy/package.json @@ -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", diff --git a/packages/host/directory-picker-auto/package.json b/packages/host/directory-picker-auto/package.json index fd9cc0b7b5..90a650cd42 100644 --- a/packages/host/directory-picker-auto/package.json +++ b/packages/host/directory-picker-auto/package.json @@ -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", diff --git a/packages/host/directory-picker-browse/package.json b/packages/host/directory-picker-browse/package.json index fb07cfedaf..0d2cfc91d6 100644 --- a/packages/host/directory-picker-browse/package.json +++ b/packages/host/directory-picker-browse/package.json @@ -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", diff --git a/packages/host/directory-picker-native/package.json b/packages/host/directory-picker-native/package.json index 8ff37ffc2a..02f67ff7ec 100644 --- a/packages/host/directory-picker-native/package.json +++ b/packages/host/directory-picker-native/package.json @@ -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", diff --git a/packages/host/directory-picker/package.json b/packages/host/directory-picker/package.json index 2f84bed9c8..b8b59b8199 100644 --- a/packages/host/directory-picker/package.json +++ b/packages/host/directory-picker/package.json @@ -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", diff --git a/packages/host/frontend-static/package.json b/packages/host/frontend-static/package.json index e1b18222dc..8a73033f67 100644 --- a/packages/host/frontend-static/package.json +++ b/packages/host/frontend-static/package.json @@ -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", diff --git a/packages/host/plugin-inventory/package.json b/packages/host/plugin-inventory/package.json index 6ae5a80a06..7567ba53eb 100644 --- a/packages/host/plugin-inventory/package.json +++ b/packages/host/plugin-inventory/package.json @@ -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", diff --git a/packages/host/webserver/package.json b/packages/host/webserver/package.json index f8aa400f8a..9b097ee95b 100644 --- a/packages/host/webserver/package.json +++ b/packages/host/webserver/package.json @@ -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", diff --git a/packages/identity/anonymous-user-id/package.json b/packages/identity/anonymous-user-id/package.json index 3e540a776f..f53735527e 100644 --- a/packages/identity/anonymous-user-id/package.json +++ b/packages/identity/anonymous-user-id/package.json @@ -3,7 +3,7 @@ "description": "Shared anonymous user identity for DeepSeek Harness telemetry and feedback correlation", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/interaction/commands/package.json b/packages/interaction/commands/package.json index 3daba8dba3..94c11b0867 100644 --- a/packages/interaction/commands/package.json +++ b/packages/interaction/commands/package.json @@ -3,7 +3,7 @@ "description": "Plugin-owned human command registry for DeepSeek Harness UIs", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/interaction/permission-presets/package.json b/packages/interaction/permission-presets/package.json index ed37d1e7ef..c9c5f7de52 100644 --- a/packages/interaction/permission-presets/package.json +++ b/packages/interaction/permission-presets/package.json @@ -3,7 +3,7 @@ "description": "User-facing permission presets (ctx.permissionPresets) for the DeepSeek Harness: one product-level Permissions select bundling the sandbox-mode and approval-policy knobs, written through to their own session events", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/interaction/tool-ask-user/package.json b/packages/interaction/tool-ask-user/package.json index aa57ba0489..dc20d458e5 100644 --- a/packages/interaction/tool-ask-user/package.json +++ b/packages/interaction/tool-ask-user/package.json @@ -3,7 +3,7 @@ "description": "Model-facing ask_user_question tool over the ctx.userQuestions seam", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/interaction/user-approval/package.json b/packages/interaction/user-approval/package.json index 887aaaa754..7479629908 100644 --- a/packages/interaction/user-approval/package.json +++ b/packages/interaction/user-approval/package.json @@ -3,7 +3,7 @@ "description": "User-approval seam (ctx.approval) for the DeepSeek Harness: one-shot permission decisions dispatched to composed answerers over the approval/request waterfall, fail-closed by default", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/interaction/user-questions/package.json b/packages/interaction/user-questions/package.json index 33a6029fab..00fee7bc5e 100644 --- a/packages/interaction/user-questions/package.json +++ b/packages/interaction/user-questions/package.json @@ -3,7 +3,7 @@ "description": "Abstract user-questions seam (ctx.userQuestions) for asking the human during agent runs", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/jobs/jobs-local/package.json b/packages/jobs/jobs-local/package.json index d149405cfa..780fe994c6 100644 --- a/packages/jobs/jobs-local/package.json +++ b/packages/jobs/jobs-local/package.json @@ -3,7 +3,7 @@ "description": "Process-local implementation of the DeepSeek Harness background job registry seam", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/jobs/jobs/package.json b/packages/jobs/jobs/package.json index 99e9ee9d02..be234da20b 100644 --- a/packages/jobs/jobs/package.json +++ b/packages/jobs/jobs/package.json @@ -3,7 +3,7 @@ "description": "Background job registry (ctx.jobs) for the DeepSeek Harness — shared ids, owner isolation, polling, cancellation, and completion listeners for long-running tool work", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/jobs/tool-jobs/package.json b/packages/jobs/tool-jobs/package.json index 46742c8938..2ffec6a208 100644 --- a/packages/jobs/tool-jobs/package.json +++ b/packages/jobs/tool-jobs/package.json @@ -3,7 +3,7 @@ "description": "Model-facing background job control tools (job_output, job_list, job_kill) over the ctx.jobs registry", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/llm/llm-deepseek/package.json b/packages/llm/llm-deepseek/package.json index 9f8893343a..d8565aa0cc 100644 --- a/packages/llm/llm-deepseek/package.json +++ b/packages/llm/llm-deepseek/package.json @@ -3,7 +3,7 @@ "description": "DeepSeek chat-completions adapter for the DeepSeek Harness LLM seam", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/llm/llm-pi-ai/package.json b/packages/llm/llm-pi-ai/package.json index 5398d8c6ab..d5d90c703a 100644 --- a/packages/llm/llm-pi-ai/package.json +++ b/packages/llm/llm-pi-ai/package.json @@ -3,7 +3,7 @@ "description": "pi-ai-backed DeepSeek adapter for the DeepSeek Harness LLM seam (design-verification twin of dsh-llm-deepseek)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/llm/llm-retry/package.json b/packages/llm/llm-retry/package.json index 5dccc00233..c95679109c 100644 --- a/packages/llm/llm-retry/package.json +++ b/packages/llm/llm-retry/package.json @@ -3,7 +3,7 @@ "description": "Provider-routed LLM request retry policy for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/llm/llm/package.json b/packages/llm/llm/package.json index eed4acd52f..b4f5b563b8 100644 --- a/packages/llm/llm/package.json +++ b/packages/llm/llm/package.json @@ -3,7 +3,7 @@ "description": "Provider-neutral LLM service interface for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/llm/token-meter/package.json b/packages/llm/token-meter/package.json index 05bfb1b6b6..2bde6bded5 100644 --- a/packages/llm/token-meter/package.json +++ b/packages/llm/token-meter/package.json @@ -3,7 +3,7 @@ "description": "Replay-aware token measurement service (ctx.tokenMeter) for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/lsp/lsp-stdio/package.json b/packages/lsp/lsp-stdio/package.json index ad7fee6517..aacdf5e1c3 100644 --- a/packages/lsp/lsp-stdio/package.json +++ b/packages/lsp/lsp-stdio/package.json @@ -3,7 +3,7 @@ "description": "Generic stdio language-server provider for the DeepSeek Harness LSP capability seam (ctx.lsp) — spawns configured servers, translates JSON-RPC, and serves transient-open goToDefinition/findReferences/goToImplementation/hover queries in the host filesystem namespace", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/lsp/lsp/package.json b/packages/lsp/lsp/package.json index d818da7d15..d137f0d82b 100644 --- a/packages/lsp/lsp/package.json +++ b/packages/lsp/lsp/package.json @@ -3,7 +3,7 @@ "description": "Abstract LSP capability seam (ctx.lsp) for the DeepSeek Harness — language-server provider registry keyed by branded id and extension mapping, order-independent per-query selection, normalized definition/references/implementation/hover requests and results, and the LspError taxonomy", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/lsp/tool-lsp/package.json b/packages/lsp/tool-lsp/package.json index fa27206e9b..2b430e7538 100644 --- a/packages/lsp/tool-lsp/package.json +++ b/packages/lsp/tool-lsp/package.json @@ -3,7 +3,7 @@ "description": "Model-facing lsp tool over the DeepSeek Harness LSP capability seam (ctx.lsp) — one read-only tool with goToDefinition/findReferences/goToImplementation/hover operations, one-based UTF-16 cursor coordinates, bounded location rendering, and hover normalization", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/mcp/mcp-client/package.json b/packages/mcp/mcp-client/package.json index 87dc047897..ae78a9ff29 100644 --- a/packages/mcp/mcp-client/package.json +++ b/packages/mcp/mcp-client/package.json @@ -3,7 +3,7 @@ "description": "MCP client bridge: connects to MCP servers and registers their tools on ctx.tools", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/plan/plan-mode/package.json b/packages/plan/plan-mode/package.json index 61c034f45e..7b3b03fb7f 100644 --- a/packages/plan/plan-mode/package.json +++ b/packages/plan/plan-mode/package.json @@ -3,7 +3,7 @@ "description": "Logged per-agent plan mode with deployment guidance, a direct slash command, and a user-reviewed exit", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/preset/agent-presets/package.json b/packages/preset/agent-presets/package.json index c2fb5d8a94..3a7349ae7a 100644 --- a/packages/preset/agent-presets/package.json +++ b/packages/preset/agent-presets/package.json @@ -3,7 +3,7 @@ "description": "Per-session agent composition from preset cordis.yml files for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/preset/persona/package.json b/packages/preset/persona/package.json index ede7663288..8bedadc8b1 100644 --- a/packages/preset/persona/package.json +++ b/packages/preset/persona/package.json @@ -3,7 +3,7 @@ "description": "Composition-authored deployment persona section for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/runtime-diagnostics/invariants/package.json b/packages/runtime-diagnostics/invariants/package.json index 4f1f3ac4f2..67bcec0dab 100644 --- a/packages/runtime-diagnostics/invariants/package.json +++ b/packages/runtime-diagnostics/invariants/package.json @@ -3,7 +3,7 @@ "description": "Registry service for package-owned DeepSeek Harness runtime invariants", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/sandbox/sandbox-local/package.json b/packages/sandbox/sandbox-local/package.json index 0c53b6d5f1..77454be823 100644 --- a/packages/sandbox/sandbox-local/package.json +++ b/packages/sandbox/sandbox-local/package.json @@ -3,7 +3,7 @@ "description": "Local process-sandbox backends for the DeepSeek Harness sandbox seam: bwrap, the npm-distributed landlock-run launcher, macOS Seatbelt, or the Windows ACL restricted-token runner — functionally probed, fail-closed", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/sandbox/sandbox-policy/package.json b/packages/sandbox/sandbox-policy/package.json index 781176a559..c168915f80 100644 --- a/packages/sandbox/sandbox-policy/package.json +++ b/packages/sandbox/sandbox-policy/package.json @@ -3,7 +3,7 @@ "description": "Per-call sandbox policy resolver and current model context: deployment fallbacks plus each session's mode and workspace root, shared by every enforcing capability family", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/sandbox/sandbox-windows-acl/package.json b/packages/sandbox/sandbox-windows-acl/package.json index 55ef73f0d7..c554e7e097 100644 --- a/packages/sandbox/sandbox-windows-acl/package.json +++ b/packages/sandbox/sandbox-windows-acl/package.json @@ -3,7 +3,7 @@ "description": "Windows ACL write-restriction sandbox backend (restricted-token spawn with capability-SID write allowlist) for the DeepSeek Harness sandbox seam", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/sandbox/sandbox/package.json b/packages/sandbox/sandbox/package.json index 0c432d94dc..d25beb7e64 100644 --- a/packages/sandbox/sandbox/package.json +++ b/packages/sandbox/sandbox/package.json @@ -3,7 +3,7 @@ "description": "Abstract process-sandbox seam (ctx.sandbox) for the DeepSeek Harness: same-world confinement vocabulary and the SandboxProvider contract", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/schedule/schedule/package.json b/packages/schedule/schedule/package.json index 4df4700c4f..bbeea9820c 100644 --- a/packages/schedule/schedule/package.json +++ b/packages/schedule/schedule/package.json @@ -3,7 +3,7 @@ "description": "Agent-scoped durable after, at, and fixed-rate reminders over the session event log", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/sdk/client/package.json b/packages/sdk/client/package.json index 24c1c4fbce..c937e62969 100644 --- a/packages/sdk/client/package.json +++ b/packages/sdk/client/package.json @@ -3,7 +3,7 @@ "description": "TypeScript client SDK for driving a DeepSeek Harness runtime subprocess over stdio JSON-RPC: the DeepSeekHarness high-level turns API and the lower-level HarnessClient", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/sdk/protocol/package.json b/packages/sdk/protocol/package.json index e1670074ec..3cbaa653fd 100644 --- a/packages/sdk/protocol/package.json +++ b/packages/sdk/protocol/package.json @@ -3,7 +3,7 @@ "description": "Shared wire protocol for the DeepSeek Harness SDK runtime: the newline-delimited JSON-RPC stdio transport and the named request, result, and notification types spoken between the runtime server and SDK clients", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/sdk/server/package.json b/packages/sdk/server/package.json index e7d6d87131..458eb0eb4c 100644 --- a/packages/sdk/server/package.json +++ b/packages/sdk/server/package.json @@ -3,7 +3,7 @@ "description": "Stdio JSON-RPC server plugin for out-of-process DeepSeek Harness SDK clients", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session-query/session-log-export/package.json b/packages/session-query/session-log-export/package.json index 3ff6f6778e..8c4322bb2e 100644 --- a/packages/session-query/session-log-export/package.json +++ b/packages/session-query/session-log-export/package.json @@ -2,7 +2,7 @@ "name": "@deepseek-ai/dsh-session-log-export", "description": "Web Session-log export command and shared download dialog", "version": "0.1.0-rc.3", - "publishConfig": { "access": "restricted" }, + "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/deepseek-ai/deepseek-harness.git", diff --git a/packages/session-query/session-query-sqlite/package.json b/packages/session-query/session-query-sqlite/package.json index acf8da0d1c..d6f4e1868a 100644 --- a/packages/session-query/session-query-sqlite/package.json +++ b/packages/session-query/session-query-sqlite/package.json @@ -3,7 +3,7 @@ "description": "Concrete ctx.sessionQuery backend with SQLite FTS5 search", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session-query/session-query/package.json b/packages/session-query/session-query/package.json index bf6aff4744..254111c207 100644 --- a/packages/session-query/session-query/package.json +++ b/packages/session-query/session-query/package.json @@ -3,7 +3,7 @@ "description": "Combined session query service contract with concrete reads, traces, and filters", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session-query/tool-session-query/package.json b/packages/session-query/tool-session-query/package.json index 82dee299e5..10a23c5388 100644 --- a/packages/session-query/tool-session-query/package.json +++ b/packages/session-query/tool-session-query/package.json @@ -3,7 +3,7 @@ "description": "Workspace-authorized model-facing session history search, trace, and event read tools", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session/session-checkpoint-policy/package.json b/packages/session/session-checkpoint-policy/package.json index 0703e5a094..5c08a06a9d 100644 --- a/packages/session/session-checkpoint-policy/package.json +++ b/packages/session/session-checkpoint-policy/package.json @@ -3,7 +3,7 @@ "description": "Semantic session durability checkpoints before model requests and tool side effects", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session/session-persistence-jsonl/package.json b/packages/session/session-persistence-jsonl/package.json index 80307e6b33..886ab65140 100644 --- a/packages/session/session-persistence-jsonl/package.json +++ b/packages/session/session-persistence-jsonl/package.json @@ -3,7 +3,7 @@ "description": "JSONL durable session persistence backend for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session/session-persistence-sqlite/package.json b/packages/session/session-persistence-sqlite/package.json index 68d183b203..3b9da0d465 100644 --- a/packages/session/session-persistence-sqlite/package.json +++ b/packages/session/session-persistence-sqlite/package.json @@ -3,7 +3,7 @@ "description": "SQLite durable session persistence backend for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session/session-persistence/package.json b/packages/session/session-persistence/package.json index f8c2958bb0..9853ea7d3c 100644 --- a/packages/session/session-persistence/package.json +++ b/packages/session/session-persistence/package.json @@ -3,7 +3,7 @@ "description": "Abstract durable session persistence seam (ctx.sessionPersistence) for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session/session-projection-cache/package.json b/packages/session/session-projection-cache/package.json index d302d91bac..7e94c1a9d4 100644 --- a/packages/session/session-projection-cache/package.json +++ b/packages/session/session-projection-cache/package.json @@ -3,7 +3,7 @@ "description": "Persisted projection cache (ctx.sessionProjectionCache): durable per-session projection checkpoints over the domain data form, throttled write-behind, and the cold-read ladder (cache row + persistence tail replay)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session/session-projection/package.json b/packages/session/session-projection/package.json index f5e4c769ea..6f5942e677 100644 --- a/packages/session/session-projection/package.json +++ b/packages/session/session-projection/package.json @@ -3,7 +3,7 @@ "description": "Session-projection seam: the merge-extensible projection type table, the provider contract, and the ctx.sessionProjections registry serving whole current values of log-derived per-session state", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session/session-stats/package.json b/packages/session/session-stats/package.json index 43180df5c2..db8a886126 100644 --- a/packages/session/session-stats/package.json +++ b/packages/session/session-stats/package.json @@ -3,7 +3,7 @@ "description": "Whole-log conversation counts and wall times projection (sessionStats) for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session/session-telemetry-otel/package.json b/packages/session/session-telemetry-otel/package.json index 228b9466f1..0166ce1e71 100644 --- a/packages/session/session-telemetry-otel/package.json +++ b/packages/session/session-telemetry-otel/package.json @@ -3,7 +3,7 @@ "description": "OpenTelemetry backend for the DeepSeek Harness telemetry seam: hands captured session records to the OTel JS SDK's log pipeline", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session/session-telemetry/package.json b/packages/session/session-telemetry/package.json index a44a737344..0faba54876 100644 --- a/packages/session/session-telemetry/package.json +++ b/packages/session/session-telemetry/package.json @@ -3,7 +3,7 @@ "description": "SessionTelemetryBackend seam for the DeepSeek Harness: session-event capture, projection, redaction, and handoff to a reporting backend", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session/session-title-all-prompts-llm/package.json b/packages/session/session-title-all-prompts-llm/package.json index 04c06716ca..73c64d696f 100644 --- a/packages/session/session-title-all-prompts-llm/package.json +++ b/packages/session/session-title-all-prompts-llm/package.json @@ -3,7 +3,7 @@ "description": "All-user-messages LLM provider plugin for DeepSeek Harness session titles", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session/session-title-first-prompt-llm/package.json b/packages/session/session-title-first-prompt-llm/package.json index 8a3ae97227..71a74c5ded 100644 --- a/packages/session/session-title-first-prompt-llm/package.json +++ b/packages/session/session-title-first-prompt-llm/package.json @@ -3,7 +3,7 @@ "description": "First-message LLM provider plugin for DeepSeek Harness session titles", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session/session-title-llm/package.json b/packages/session/session-title-llm/package.json index 12ccb931b3..27c4268329 100644 --- a/packages/session/session-title-llm/package.json +++ b/packages/session/session-title-llm/package.json @@ -3,7 +3,7 @@ "description": "Shared LLM generation policy for DeepSeek Harness session-title providers", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/session/session-title/package.json b/packages/session/session-title/package.json index 816f82b128..7271316afe 100644 --- a/packages/session/session-title/package.json +++ b/packages/session/session-title/package.json @@ -3,7 +3,7 @@ "description": "Log-backed session title service and provider registry for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/settings/settings-file/package.json b/packages/settings/settings-file/package.json index 1ebaee7306..3e0286b9cf 100644 --- a/packages/settings/settings-file/package.json +++ b/packages/settings/settings-file/package.json @@ -3,7 +3,7 @@ "description": "File-backed settings provider (settings.yaml) for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/settings/settings/package.json b/packages/settings/settings/package.json index 1d951bf0fb..5923cd1ff8 100644 --- a/packages/settings/settings/package.json +++ b/packages/settings/settings/package.json @@ -3,7 +3,7 @@ "description": "Abstract user-settings seam (ctx.settings) for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/shell/bash-local/package.json b/packages/shell/bash-local/package.json index e076002664..f31c28c821 100644 --- a/packages/shell/bash-local/package.json +++ b/packages/shell/bash-local/package.json @@ -3,7 +3,7 @@ "description": "Local-subprocess implementation of the DeepSeek Harness bash executor seam", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/shell/bash-sandbox/package.json b/packages/shell/bash-sandbox/package.json index d2e1fc5a76..173afae7f6 100644 --- a/packages/shell/bash-sandbox/package.json +++ b/packages/shell/bash-sandbox/package.json @@ -3,7 +3,7 @@ "description": "Sandbox-consuming implementation of the DeepSeek Harness bash executor seam (confines every command via ctx.sandbox, reports denial/enforcement result facts)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/shell/pwsh-local/package.json b/packages/shell/pwsh-local/package.json index 2c6573459d..5fc60d4297 100644 --- a/packages/shell/pwsh-local/package.json +++ b/packages/shell/pwsh-local/package.json @@ -3,7 +3,7 @@ "description": "Local PowerShell implementation of the DeepSeek Harness bash executor seam", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/shell/pwsh-sandbox/package.json b/packages/shell/pwsh-sandbox/package.json index 690bd274eb..63826e3818 100644 --- a/packages/shell/pwsh-sandbox/package.json +++ b/packages/shell/pwsh-sandbox/package.json @@ -3,7 +3,7 @@ "description": "Sandbox-consuming implementation of the DeepSeek Harness PowerShell executor seam (confines every command via ctx.sandbox, reports denial/enforcement result facts)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/shell/shell-env/package.json b/packages/shell/shell-env/package.json index 494eadc19e..7853724584 100644 --- a/packages/shell/shell-env/package.json +++ b/packages/shell/shell-env/package.json @@ -3,7 +3,7 @@ "description": "Tool-independent managed DSH_* shell environment registry", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/shell/shell/package.json b/packages/shell/shell/package.json index b1857073b9..0c1478ece6 100644 --- a/packages/shell/shell/package.json +++ b/packages/shell/shell/package.json @@ -3,7 +3,7 @@ "description": "Abstract bash executor seam (ctx.shell) for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/shell/tool-bash-persistent/package.json b/packages/shell/tool-bash-persistent/package.json index f424965e60..b86d10f66f 100644 --- a/packages/shell/tool-bash-persistent/package.json +++ b/packages/shell/tool-bash-persistent/package.json @@ -3,7 +3,7 @@ "description": "Model-facing owner-scoped persistent Bash tool backed by the Harness PTY service", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/shell/tool-bash/package.json b/packages/shell/tool-bash/package.json index 1e451f1833..cc29a0f27e 100644 --- a/packages/shell/tool-bash/package.json +++ b/packages/shell/tool-bash/package.json @@ -3,7 +3,7 @@ "description": "Model-facing bash tool with optional generic background-job and sandbox-escalation support", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/shell/tool-pwsh/package.json b/packages/shell/tool-pwsh/package.json index 5233270514..bacd902070 100644 --- a/packages/shell/tool-pwsh/package.json +++ b/packages/shell/tool-pwsh/package.json @@ -3,7 +3,7 @@ "description": "Model-facing pwsh tool over the bash executor seam", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/skill/skill-badge/package.json b/packages/skill/skill-badge/package.json index da6abceb4c..4582382169 100644 --- a/packages/skill/skill-badge/package.json +++ b/packages/skill/skill-badge/package.json @@ -3,7 +3,7 @@ "description": "Bundled dsh badge skill provider for DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/skill/skill-filesystem/package.json b/packages/skill/skill-filesystem/package.json index 851f955896..09de6c073d 100644 --- a/packages/skill/skill-filesystem/package.json +++ b/packages/skill/skill-filesystem/package.json @@ -3,7 +3,7 @@ "description": "Local filesystem skill provider for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/skill/skill/package.json b/packages/skill/skill/package.json index 8bc15021e5..367a2ff1bd 100644 --- a/packages/skill/skill/package.json +++ b/packages/skill/skill/package.json @@ -3,7 +3,7 @@ "description": "Agent skill provider registry for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/skill/tool-skill/package.json b/packages/skill/tool-skill/package.json index 9652462804..e93b90e772 100644 --- a/packages/skill/tool-skill/package.json +++ b/packages/skill/tool-skill/package.json @@ -3,7 +3,7 @@ "description": "Model-facing skill loading tool for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/spill/spill-local/package.json b/packages/spill/spill-local/package.json index de1896225f..dc85f9f8f2 100644 --- a/packages/spill/spill-local/package.json +++ b/packages/spill/spill-local/package.json @@ -3,7 +3,7 @@ "description": "Local-filesystem implementation of the DeepSeek Harness spill storage seam (private session-scoped files)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/spill/spill-policy/package.json b/packages/spill/spill-policy/package.json index 016fa0fae0..51283307f3 100644 --- a/packages/spill/spill-policy/package.json +++ b/packages/spill/spill-policy/package.json @@ -3,7 +3,7 @@ "description": "Tool-result spill policy for the DeepSeek Harness — replaces oversized plain-text tool results with a retained preview plus a spill-file path (no service API)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/spill/spill/package.json b/packages/spill/spill/package.json index 489002a09b..7e90380eb0 100644 --- a/packages/spill/spill/package.json +++ b/packages/spill/spill/package.json @@ -3,7 +3,7 @@ "description": "Abstract spill storage seam (ctx.spillStore) for the DeepSeek Harness — save oversized tool text and return a retrieval locator", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/storage/storage-domain/package.json b/packages/storage/storage-domain/package.json index ef1210c8b4..352e060581 100644 --- a/packages/storage/storage-domain/package.json +++ b/packages/storage/storage-domain/package.json @@ -3,7 +3,7 @@ "description": "Domain data form (ctx.storage.domain): schema-validated, event-emitting KV domains over storage backends for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/storage/storage-json/package.json b/packages/storage/storage-json/package.json index ed71a2f5d2..5aa647cfdf 100644 --- a/packages/storage/storage-json/package.json +++ b/packages/storage/storage-json/package.json @@ -3,7 +3,7 @@ "description": "JSON file KV storage backend for the DeepSeek Harness storage hub", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/storage/storage-sqlite/package.json b/packages/storage/storage-sqlite/package.json index 58467e56d6..b6bcb80c7d 100644 --- a/packages/storage/storage-sqlite/package.json +++ b/packages/storage/storage-sqlite/package.json @@ -3,7 +3,7 @@ "description": "SQLite storage backend (kv facet) for the DeepSeek Harness storage hub", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/storage/storage/package.json b/packages/storage/storage/package.json index ad172e45b4..90c60e7c30 100644 --- a/packages/storage/storage/package.json +++ b/packages/storage/storage/package.json @@ -3,7 +3,7 @@ "description": "Storage hub (ctx.storage): named backend registry plus mounted data-form facilities for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/subagent/subagent-acp/package.json b/packages/subagent/subagent-acp/package.json index 6dd8d62f76..2648d07f70 100644 --- a/packages/subagent/subagent-acp/package.json +++ b/packages/subagent/subagent-acp/package.json @@ -3,7 +3,7 @@ "description": "Out-of-process ACP subagent backend: drives a child agent in a spawned subprocess over the Agent Client Protocol", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/subagent/subagent-claude-code/package.json b/packages/subagent/subagent-claude-code/package.json index a65f657b49..3ebac1b270 100644 --- a/packages/subagent/subagent-claude-code/package.json +++ b/packages/subagent/subagent-claude-code/package.json @@ -3,7 +3,7 @@ "description": "One-shot Claude Code subagent provider over the official Agent SDK", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/subagent/subagent-codex/package.json b/packages/subagent/subagent-codex/package.json index 2e586419ad..7fda872891 100644 --- a/packages/subagent/subagent-codex/package.json +++ b/packages/subagent/subagent-codex/package.json @@ -3,7 +3,7 @@ "description": "One-shot Codex subagent provider over the official app-server protocol", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/subagent/subagent-dsh-sdk/package.json b/packages/subagent/subagent-dsh-sdk/package.json index a035e63754..771f2a0638 100644 --- a/packages/subagent/subagent-dsh-sdk/package.json +++ b/packages/subagent/subagent-dsh-sdk/package.json @@ -3,7 +3,7 @@ "description": "Out-of-process SDK subagent backend: drives a child DeepSeek Harness runtime subprocess over stdio JSON-RPC through the TypeScript SDK client", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/subagent/subagent-fork-in-process/package.json b/packages/subagent/subagent-fork-in-process/package.json index 793bde04cb..cf78ebd1d0 100644 --- a/packages/subagent/subagent-fork-in-process/package.json +++ b/packages/subagent/subagent-fork-in-process/package.json @@ -3,7 +3,7 @@ "description": "In-process fork subagent backend: runs a child agent seeded with a prefix of the parent's log", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/subagent/subagent-in-process-driver/package.json b/packages/subagent/subagent-in-process-driver/package.json index 302485b3ff..cfb1de74d3 100644 --- a/packages/subagent/subagent-in-process-driver/package.json +++ b/packages/subagent/subagent-in-process-driver/package.json @@ -3,7 +3,7 @@ "description": "Shared in-process subagent run driver: drives a child agent on ctx.agents (used by the spawn and fork backends)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/subagent/subagent-spawn-in-process/package.json b/packages/subagent/subagent-spawn-in-process/package.json index e09461f8ba..1a44b8c144 100644 --- a/packages/subagent/subagent-spawn-in-process/package.json +++ b/packages/subagent/subagent-spawn-in-process/package.json @@ -3,7 +3,7 @@ "description": "In-process spawn subagent backend: runs a fresh child agent on ctx.agents", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/subagent/subagent/package.json b/packages/subagent/subagent/package.json index 5d82109158..4e2f43834b 100644 --- a/packages/subagent/subagent/package.json +++ b/packages/subagent/subagent/package.json @@ -3,7 +3,7 @@ "description": "Abstract subagent seam (ctx.subagents): named-provider registry for delegating to child agents", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/subagent/tool-subagent-control/package.json b/packages/subagent/tool-subagent-control/package.json index 78cc91691c..8761f3c8b5 100644 --- a/packages/subagent/tool-subagent-control/package.json +++ b/packages/subagent/tool-subagent-control/package.json @@ -3,7 +3,7 @@ "description": "Globally named send_message, interrupt_agent, and list_agents tools over ctx.subagents continuations", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/subagent/tool-subagent-report/package.json b/packages/subagent/tool-subagent-report/package.json index 63b57647ba..fb58767c7e 100644 --- a/packages/subagent/tool-subagent-report/package.json +++ b/packages/subagent/tool-subagent-report/package.json @@ -3,7 +3,7 @@ "description": "Child-scoped report tool over ctx.subagents continuations", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/subagent/tool-subagent/package.json b/packages/subagent/tool-subagent/package.json index 98e0d688df..00c037f08d 100644 --- a/packages/subagent/tool-subagent/package.json +++ b/packages/subagent/tool-subagent/package.json @@ -3,7 +3,7 @@ "description": "Model-facing subagent delegation tool over the ctx.subagents seam", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/subprocess/subprocess-local/package.json b/packages/subprocess/subprocess-local/package.json index 2536824f06..be08694aef 100644 --- a/packages/subprocess/subprocess-local/package.json +++ b/packages/subprocess/subprocess-local/package.json @@ -3,7 +3,7 @@ "description": "Local-subprocess implementation of the DeepSeek Harness subprocess seam", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/subprocess/subprocess/package.json b/packages/subprocess/subprocess/package.json index 36626758b2..a32c331b3b 100644 --- a/packages/subprocess/subprocess/package.json +++ b/packages/subprocess/subprocess/package.json @@ -3,7 +3,7 @@ "description": "Subprocess seam (ctx.subprocess) for the DeepSeek Harness — managed process groups, bounded spill-backed output, and escalated kills behind one abstract service", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/terminal/terminal-bash/package.json b/packages/terminal/terminal-bash/package.json index ca04644d63..dcffdd2222 100644 --- a/packages/terminal/terminal-bash/package.json +++ b/packages/terminal/terminal-bash/package.json @@ -3,7 +3,7 @@ "description": "Persistent shell PTY backend over the DeepSeek Harness subprocess terminal primitive", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/terminal/terminal/package.json b/packages/terminal/terminal/package.json index b816fdf310..6f1e27bfd5 100644 --- a/packages/terminal/terminal/package.json +++ b/packages/terminal/terminal/package.json @@ -3,7 +3,7 @@ "description": "Persistent PTY session seam for the DeepSeek Harness — owner-scoped ids, backend registry, interactive sends, reads, signals, and awaited cleanup", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/terminal/tool-terminal/package.json b/packages/terminal/tool-terminal/package.json index 1f021edbbe..e81b86a866 100644 --- a/packages/terminal/tool-terminal/package.json +++ b/packages/terminal/tool-terminal/package.json @@ -3,7 +3,7 @@ "description": "Six model-facing persistent PTY tools with owner isolation and generic background-job integration", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/test-support/acp-snapshot/package.json b/packages/test-support/acp-snapshot/package.json index 0dde8c3b07..8b08b373d0 100644 --- a/packages/test-support/acp-snapshot/package.json +++ b/packages/test-support/acp-snapshot/package.json @@ -3,7 +3,7 @@ "description": "ACP test kit: shared subprocess launcher, snapshot scenario harness, expected-output normalizers, and suite factory", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/test-support/agent-loop-testkit/package.json b/packages/test-support/agent-loop-testkit/package.json index 99357186d5..cabc54ed54 100644 --- a/packages/test-support/agent-loop-testkit/package.json +++ b/packages/test-support/agent-loop-testkit/package.json @@ -3,7 +3,7 @@ "description": "Shared prerequisite mounting for tests that exercise the concrete agent loop", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/test-support/client-runtime/package.json b/packages/test-support/client-runtime/package.json index 55a25618d1..d3536d73a1 100644 --- a/packages/test-support/client-runtime/package.json +++ b/packages/test-support/client-runtime/package.json @@ -3,7 +3,7 @@ "description": "jsdom slot test runtime: real Cordis Context + SlotRegistry + web-react renderer with test-owned session/workspace doubles for feature specs", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/test-support/llm-mock-server/package.json b/packages/test-support/llm-mock-server/package.json index abee2220c6..10700b1366 100644 --- a/packages/test-support/llm-mock-server/package.json +++ b/packages/test-support/llm-mock-server/package.json @@ -3,7 +3,7 @@ "description": "Scriptable OpenAI-compatible HTTP/SSE fault server for LLM recovery tests", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/test-support/llm-replay/package.json b/packages/test-support/llm-replay/package.json index 113196f84d..13a4185ae1 100644 --- a/packages/test-support/llm-replay/package.json +++ b/packages/test-support/llm-replay/package.json @@ -3,7 +3,7 @@ "description": "Replay LLM plugin: short-circuits llm/stream with model chunks reconstructed from a recorded session JSONL (keyless snapshot tests)", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/test-support/loader-smoke/package.json b/packages/test-support/loader-smoke/package.json index f75b81fd7c..e3cd9fbc36 100644 --- a/packages/test-support/loader-smoke/package.json +++ b/packages/test-support/loader-smoke/package.json @@ -3,7 +3,7 @@ "description": "Shared subprocess and direct-agent harness for keyless real-Loader example smoke tests", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/todo/tool-todo/package.json b/packages/todo/tool-todo/package.json index 25d70c2a47..9653fde0de 100644 --- a/packages/todo/tool-todo/package.json +++ b/packages/todo/tool-todo/package.json @@ -3,7 +3,7 @@ "description": "Model-facing todo_write tool over the DeepSeek Harness event-sourced session log", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/typert/generator/package.json b/packages/typert/generator/package.json index e3f8ef6d8f..4498d52822 100644 --- a/packages/typert/generator/package.json +++ b/packages/typert/generator/package.json @@ -3,7 +3,7 @@ "description": "TypeScript project analyzer and model-driven Typert artifact generator", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/typert/loader/package.json b/packages/typert/loader/package.json index c720d44faf..35275205ea 100644 --- a/packages/typert/loader/package.json +++ b/packages/typert/loader/package.json @@ -3,7 +3,7 @@ "description": "Loader integration for generated Typert package contributions", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/typert/protocol/package.json b/packages/typert/protocol/package.json index 412fb42fb1..48d3ad7455 100644 --- a/packages/typert/protocol/package.json +++ b/packages/typert/protocol/package.json @@ -3,7 +3,7 @@ "description": "Compiler-independent Remote metadata and Typert provider protocols", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/typert/registry/package.json b/packages/typert/registry/package.json index e42229336c..dcaf94726a 100644 --- a/packages/typert/registry/package.json +++ b/packages/typert/registry/package.json @@ -3,7 +3,7 @@ "description": "Runtime registry for generated package reflection and Zod schemas", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/util/atomic-write/package.json b/packages/util/atomic-write/package.json index ca034b8fac..1fc30a1d34 100644 --- a/packages/util/atomic-write/package.json +++ b/packages/util/atomic-write/package.json @@ -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", diff --git a/packages/util/brand/package.json b/packages/util/brand/package.json index 4ce02e0f95..d888e9bfb7 100644 --- a/packages/util/brand/package.json +++ b/packages/util/brand/package.json @@ -3,7 +3,7 @@ "description": "Type-only Branded nominal-typing primitive for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/util/home-paths/package.json b/packages/util/home-paths/package.json index ae0bc0a967..75b9a27a0a 100644 --- a/packages/util/home-paths/package.json +++ b/packages/util/home-paths/package.json @@ -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", diff --git a/packages/util/launch-environment/package.json b/packages/util/launch-environment/package.json index 969380f311..55bc6f971a 100644 --- a/packages/util/launch-environment/package.json +++ b/packages/util/launch-environment/package.json @@ -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", diff --git a/packages/util/native-command/package.json b/packages/util/native-command/package.json index 101eec7b54..f0b9570344 100644 --- a/packages/util/native-command/package.json +++ b/packages/util/native-command/package.json @@ -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", diff --git a/packages/util/output-retention/package.json b/packages/util/output-retention/package.json index 894735bfb0..fe87b66bb2 100644 --- a/packages/util/output-retention/package.json +++ b/packages/util/output-retention/package.json @@ -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", diff --git a/packages/util/timeout/package.json b/packages/util/timeout/package.json index bd71474ba3..81e9c80cfe 100644 --- a/packages/util/timeout/package.json +++ b/packages/util/timeout/package.json @@ -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", diff --git a/packages/web/tool-web/package.json b/packages/web/tool-web/package.json index d8eef81ffd..530f4f529e 100644 --- a/packages/web/tool-web/package.json +++ b/packages/web/tool-web/package.json @@ -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", diff --git a/packages/web/web-fetch-http/package.json b/packages/web/web-fetch-http/package.json index 9646f059bf..d6e376a8af 100644 --- a/packages/web/web-fetch-http/package.json +++ b/packages/web/web-fetch-http/package.json @@ -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", diff --git a/packages/web/web-search-deepseek/package.json b/packages/web/web-search-deepseek/package.json index b003e20267..ab58741b35 100644 --- a/packages/web/web-search-deepseek/package.json +++ b/packages/web/web-search-deepseek/package.json @@ -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", diff --git a/packages/web/web-search-exa/package.json b/packages/web/web-search-exa/package.json index 27f7b1d96a..3b9c353329 100644 --- a/packages/web/web-search-exa/package.json +++ b/packages/web/web-search-exa/package.json @@ -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", diff --git a/packages/web/web-search-perplexity/package.json b/packages/web/web-search-perplexity/package.json index 39f363600f..04f67e9b22 100644 --- a/packages/web/web-search-perplexity/package.json +++ b/packages/web/web-search-perplexity/package.json @@ -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", diff --git a/packages/web/web/package.json b/packages/web/web/package.json index 0911a67b0d..22288d4be4 100644 --- a/packages/web/web/package.json +++ b/packages/web/web/package.json @@ -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", diff --git a/packages/workflow/tool-ralph/package.json b/packages/workflow/tool-ralph/package.json index 8eaad6fd9e..292ce3065e 100644 --- a/packages/workflow/tool-ralph/package.json +++ b/packages/workflow/tool-ralph/package.json @@ -3,7 +3,7 @@ "description": "Model-facing fresh-agent Ralph loop over the workflow and subagent seams", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/workflow/tool-workflow/package.json b/packages/workflow/tool-workflow/package.json index 259e4e054c..d83c8d59a3 100644 --- a/packages/workflow/tool-workflow/package.json +++ b/packages/workflow/tool-workflow/package.json @@ -3,7 +3,7 @@ "description": "Model-facing workflow tool: run a JavaScript orchestration script over ctx.workflowEngine", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/workflow/workflow-worker-thread/package.json b/packages/workflow/workflow-worker-thread/package.json index 1234bc85fd..07b426b436 100644 --- a/packages/workflow/workflow-worker-thread/package.json +++ b/packages/workflow/workflow-worker-thread/package.json @@ -3,7 +3,7 @@ "description": "worker-thread workflow engine: executes model-written orchestration scripts off the host event loop, bridging agent() calls back to ctx.subagents", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/workflow/workflow/package.json b/packages/workflow/workflow/package.json index 00d3ccf760..56a23e24fc 100644 --- a/packages/workflow/workflow/package.json +++ b/packages/workflow/workflow/package.json @@ -3,7 +3,7 @@ "description": "Workflow capability seam: ctx.workflowEngine service, run vocabulary, and workflow/* events", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/packages/workspace/workspace/package.json b/packages/workspace/workspace/package.json index 2672ae7246..5a7e61b8c8 100644 --- a/packages/workspace/workspace/package.json +++ b/packages/workspace/workspace/package.json @@ -3,7 +3,7 @@ "description": "Workspace entity registry (ctx.workspaceRegistry): durable workspace records with validated session attachment over the domain data form for the DeepSeek Harness", "version": "0.1.0-rc.3", "publishConfig": { - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/scripts/check-workspace-constraints.ts b/scripts/check-workspace-constraints.ts index ee30778f3e..29742995ee 100644 --- a/scripts/check-workspace-constraints.ts +++ b/scripts/check-workspace-constraints.ts @@ -251,12 +251,11 @@ function checkWorkspace({ dir, manifest }: WorkspaceManifest): string[] { // public. A mixed scope is why no publish path passes `--access` — one flag // cannot serve both, so each packed manifest decides // ([rationale](../.agents/notes/implemented/process/2026-08-13-public-vendor-and-native-sequences.md)). - const expectedAccess = dir.startsWith('vendor/') ? 'public' : 'restricted' if (manifest.private === true) { errors.push(`${label}: release member must not set "private": true`) } - if (manifest.publishConfig?.access !== expectedAccess) { - errors.push(`${label}: release member must set publishConfig.access to "${expectedAccess}"`) + if (manifest.publishConfig?.access !== 'public') { + errors.push(`${label}: release member must set publishConfig.access to "public"`) } if (manifest.repository?.type !== 'git' || manifest.repository.url !== publishedRepositoryUrl