refactor: apply repository naming contract
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
This commit is contained in:
+39
-33
@@ -38,15 +38,17 @@
|
||||
"@deepseek-ai/cordis-plugin-hmr": ["./vendor/hmr/src"],
|
||||
"@deepseek-ai/cordis-plugin-logger-console": ["./vendor/logger-console/src"],
|
||||
"@deepseek-ai/node-addon-landlock-run": ["./native/landlock-run/packages/entry/src/index.ts"],
|
||||
"@deepseek-ai/dsh-invariants": ["./packages/support/invariants/src/index.ts"],
|
||||
"@deepseek-ai/dsh-invariants": ["./packages/runtime-diagnostics/invariants/src/index.ts"],
|
||||
"@deepseek-ai/dsh-tool-call-timeout-policy": ["./packages/guard/timeout-policy/src"],
|
||||
"@deepseek-ai/dsh-tool-call-timeout-policy/invariant": ["./packages/guard/timeout-policy/src/invariant.ts"],
|
||||
"@deepseek-ai/dsh-typert-registry": ["./packages/typert/registry/src/index.ts"],
|
||||
"@deepseek-ai/dsh-typert-registry/client": ["./packages/typert/registry/src/client/index.ts"],
|
||||
"@deepseek-ai/dsh-api-gateway": ["./packages/api/gateway/src/index.ts"],
|
||||
"@deepseek-ai/dsh-api-gateway/client": ["./packages/api/gateway/src/client/index.ts"],
|
||||
"@deepseek-ai/dsh-api-gateway/invariant": ["./packages/api/gateway/src/invariant.ts"],
|
||||
"@deepseek-ai/dsh-api-gateway/types": ["./packages/api/gateway/src/types.ts"],
|
||||
"@deepseek-ai/dsh-type-meta": ["./packages/typert/type-meta/src/index.ts"],
|
||||
"@deepseek-ai/dsh-type-meta/types": ["./packages/typert/type-meta/src/types.ts"],
|
||||
"@deepseek-ai/dsh-typert-protocol": ["./packages/typert/protocol/src/index.ts"],
|
||||
"@deepseek-ai/dsh-typert-protocol/types": ["./packages/typert/protocol/src/types.ts"],
|
||||
"@deepseek-ai/dsh-typert-loader": ["./packages/typert/loader/src/index.ts"],
|
||||
"@deepseek-ai/dsh-session/invariant": ["./packages/core/session/src/invariant.ts"],
|
||||
"@deepseek-ai/dsh-typert-registry/types": ["./packages/typert/registry/src/types.ts"],
|
||||
@@ -63,9 +65,9 @@
|
||||
"@deepseek-ai/dsh-plan-mode/types": ["./packages/plan/plan-mode/src/types.ts"],
|
||||
"@deepseek-ai/dsh-plan-mode/client": ["./packages/plan/plan-mode/src/client.ts"],
|
||||
"@deepseek-ai/dsh-agent-presets/types": ["./packages/preset/agent-presets/src/types.ts"],
|
||||
"@deepseek-ai/dsh-pwsh-local": ["./packages/bash/pwsh-local/src/index.ts"],
|
||||
"@deepseek-ai/dsh-tool-pwsh": ["./packages/bash/tool-pwsh/src/index.ts"],
|
||||
"@deepseek-ai/dsh-bash-env": ["./packages/bash/bash-env/src/index.ts"],
|
||||
"@deepseek-ai/dsh-pwsh-local": ["./packages/shell/pwsh-local/src/index.ts"],
|
||||
"@deepseek-ai/dsh-tool-pwsh": ["./packages/shell/tool-pwsh/src/index.ts"],
|
||||
"@deepseek-ai/dsh-shell-env": ["./packages/shell/shell-env/src/index.ts"],
|
||||
"@deepseek-ai/dsh-goal/types": ["./packages/goal/goal/src/types.ts"],
|
||||
"@deepseek-ai/dsh-goal/client": ["./packages/goal/goal/src/client.ts"],
|
||||
"@deepseek-ai/dsh-llm/types": ["./packages/llm/llm/src/types.ts"],
|
||||
@@ -76,18 +78,18 @@
|
||||
"@deepseek-ai/dsh-llm/message": ["./packages/llm/llm/src/message.ts"],
|
||||
"@deepseek-ai/dsh-commands/brand": ["./packages/interaction/commands/src/brand.ts"],
|
||||
"@deepseek-ai/dsh-commands/types": ["./packages/interaction/commands/src/types.ts"],
|
||||
"@deepseek-ai/dsh-tasks/brand": ["./packages/tasks/tasks/src/brand.ts"],
|
||||
"@deepseek-ai/dsh-jobs/brand": ["./packages/jobs/jobs/src/brand.ts"],
|
||||
"@deepseek-ai/dsh-credentials/types": ["./packages/credentials/credentials/src/types.ts"],
|
||||
"@deepseek-ai/dsh-settings/types": ["./packages/settings/settings/src/types.ts"],
|
||||
"@deepseek-ai/dsh-api-remotes/types": ["./packages/api/remotes/src/types.ts"],
|
||||
"@deepseek-ai/dsh-api-remotes/invariant": ["./packages/api/remotes/src/invariant.ts"],
|
||||
"@deepseek-ai/dsh-compact/checkpoint": ["./packages/compact/compact/src/checkpoint.ts"],
|
||||
"@deepseek-ai/dsh-compact/types": ["./packages/compact/compact/src/types.ts"],
|
||||
"@deepseek-ai/dsh-compaction/checkpoint": ["./packages/compaction/compaction/src/checkpoint.ts"],
|
||||
"@deepseek-ai/dsh-compaction/types": ["./packages/compaction/compaction/src/types.ts"],
|
||||
"@deepseek-ai/dsh-tools/presentation": ["./packages/core/tools/src/presentation.ts"],
|
||||
"@deepseek-ai/dsh-tools/types": ["./packages/core/tools/src/types.ts"],
|
||||
"@deepseek-ai/dsh-tool-subagent-control/list-agents": ["./packages/subagent/tool-subagent-control/src/list-agents.ts"],
|
||||
"@deepseek-ai/dsh-user-approval/types": ["./packages/interaction/user-approval/src/types.ts"],
|
||||
"@deepseek-ai/dsh-user-interaction/types": ["./packages/interaction/user-interaction/src/types.ts"],
|
||||
"@deepseek-ai/dsh-user-questions/types": ["./packages/interaction/user-questions/src/types.ts"],
|
||||
"@deepseek-ai/dsh-agent/types": ["./packages/core/agent/src/types.ts"],
|
||||
"@deepseek-ai/dsh-agent/brand": ["./packages/core/agent/src/brand.ts"],
|
||||
"@deepseek-ai/dsh-agent/invariant": ["./packages/core/agent/src/invariant.ts"],
|
||||
@@ -97,13 +99,13 @@
|
||||
"./packages/core/*/src/invariant.ts",
|
||||
"./packages/prompt/*/src/invariant.ts",
|
||||
"./packages/llm/*/src/invariant.ts",
|
||||
"./packages/bash/*/src/invariant.ts",
|
||||
"./packages/shell/*/src/invariant.ts",
|
||||
"./packages/subprocess/*/src/invariant.ts",
|
||||
"./packages/e2b/*/src/invariant.ts",
|
||||
"./packages/code-runtime/*/src/invariant.ts",
|
||||
"./packages/fs/*/src/invariant.ts",
|
||||
"./packages/skill/*/src/invariant.ts",
|
||||
"./packages/compact/*/src/invariant.ts",
|
||||
"./packages/compaction/*/src/invariant.ts",
|
||||
"./packages/context/*/src/invariant.ts",
|
||||
"./packages/goal/*/src/invariant.ts",
|
||||
"./packages/feedback/*/src/invariant.ts",
|
||||
@@ -112,14 +114,14 @@
|
||||
"./packages/plan/*/src/invariant.ts",
|
||||
"./packages/preset/*/src/invariant.ts",
|
||||
"./packages/subagent/*/src/invariant.ts",
|
||||
"./packages/tasks/*/src/invariant.ts",
|
||||
"./packages/jobs/*/src/invariant.ts",
|
||||
"./packages/workflow/*/src/invariant.ts",
|
||||
"./packages/web/*/src/invariant.ts",
|
||||
"./packages/attachment/*/src/invariant.ts",
|
||||
"./packages/spill/*/src/invariant.ts",
|
||||
"./packages/todo/*/src/invariant.ts",
|
||||
"./packages/bundle/*/src/invariant.ts",
|
||||
"./packages/self-modification/*/src/invariant.ts",
|
||||
"./packages/extensions/*/src/invariant.ts",
|
||||
"./packages/sandbox/*/src/invariant.ts",
|
||||
"./packages/hooks/*/src/invariant.ts",
|
||||
"./packages/session/*/src/invariant.ts",
|
||||
@@ -135,7 +137,8 @@
|
||||
"./packages/examples/*/src/invariant.ts",
|
||||
"./packages/util/*/src/invariant.ts",
|
||||
"./packages/mcp/*/src/invariant.ts",
|
||||
"./packages/support/*/src/invariant.ts"
|
||||
"./packages/identity/*/src/invariant.ts",
|
||||
"./packages/test-support/*/src/invariant.ts"
|
||||
],
|
||||
// host/client package names prefix the group dir (dsh-client-<dir>), so
|
||||
// the generic dsh-*/invariant list above cannot map them; strip the
|
||||
@@ -163,6 +166,7 @@
|
||||
"@deepseek-ai/dsh-host-apiproxy/client": ["./packages/host/apiproxy/src/fetch/client.ts"],
|
||||
"@deepseek-ai/dsh-host-apiproxy/*": ["./packages/host/apiproxy/src/*"],
|
||||
"@deepseek-ai/dsh-host-webserver": ["./packages/host/webserver/src"],
|
||||
"@deepseek-ai/dsh-host-frontend-static": ["./packages/host/frontend-static/src"],
|
||||
"@deepseek-ai/dsh-host-plugin-inventory": ["./packages/host/plugin-inventory/src"],
|
||||
"@deepseek-ai/dsh-host-plugin-inventory/types": ["./packages/host/plugin-inventory/src/types.ts"],
|
||||
"@deepseek-ai/dsh-client-ui-slots": ["./packages/client/ui-slots/src"],
|
||||
@@ -178,53 +182,54 @@
|
||||
"@deepseek-ai/dsh-client-modules": ["./packages/client/modules/src"],
|
||||
"@deepseek-ai/dsh-client-runtime": ["./packages/client/runtime/src"],
|
||||
"@deepseek-ai/dsh-client-runtime/client": ["./packages/client/runtime/src/client"],
|
||||
"@deepseek-ai/dsh-client-test-runtime": ["./packages/client/test-runtime/src"],
|
||||
"@deepseek-ai/dsh-client-test-runtime": ["./packages/test-support/client-runtime/src"],
|
||||
"@deepseek-ai/dsh-client-test-runtime/invariant": ["./packages/test-support/client-runtime/src/invariant.ts"],
|
||||
"@deepseek-ai/dsh-client-ui-layout": ["./packages/client/ui-layout/src"],
|
||||
"@deepseek-ai/dsh-client-ui-sidebar": ["./packages/client/ui-sidebar/src"],
|
||||
"@deepseek-ai/dsh-client-ui-conversation": ["./packages/client/ui-conversation/src"],
|
||||
"@deepseek-ai/dsh-client-ui-tool": ["./packages/client/ui-tool/src"],
|
||||
"@deepseek-ai/dsh-client-ui-deliverables": ["./packages/client/ui-deliverables/src"],
|
||||
"@deepseek-ai/dsh-client-ui-workflow-run": ["./packages/client/ui-workflow-run/src"],
|
||||
"@deepseek-ai/dsh-client-ui-slash": ["./packages/client/ui-slash/src"],
|
||||
"@deepseek-ai/dsh-client-ui-command": ["./packages/client/ui-command/src"],
|
||||
"@deepseek-ai/dsh-client-ui-model": ["./packages/client/ui-model/src"],
|
||||
"@deepseek-ai/dsh-client-ui-input-trigger": ["./packages/client/ui-input-trigger/src"],
|
||||
"@deepseek-ai/dsh-client-ui-commands": ["./packages/client/ui-commands/src"],
|
||||
"@deepseek-ai/dsh-client-ui-model-selection": ["./packages/client/ui-model-selection/src"],
|
||||
"@deepseek-ai/dsh-client-ui-goal": ["./packages/client/ui-goal/src"],
|
||||
"@deepseek-ai/dsh-client-ui-feedback": ["./packages/client/ui-feedback/src"],
|
||||
"@deepseek-ai/dsh-client-ui-message-feedback": ["./packages/client/ui-message-feedback/src"],
|
||||
"@deepseek-ai/dsh-client-ui-agent-preset": ["./packages/client/ui-agent-preset/src"],
|
||||
"@deepseek-ai/dsh-client-ui-permission": ["./packages/client/ui-permission/src"],
|
||||
"@deepseek-ai/dsh-client-ui-permission-presets": ["./packages/client/ui-permission-presets/src"],
|
||||
"@deepseek-ai/dsh-client-ui-skill": ["./packages/client/ui-skill/src"],
|
||||
"@deepseek-ai/dsh-client-ui-subagent": ["./packages/client/ui-subagent/src"],
|
||||
"@deepseek-ai/dsh-client-ui-plugin-config": ["./packages/client/ui-plugin-config/src"],
|
||||
"@deepseek-ai/dsh-client-ui-task": ["./packages/client/ui-task/src"],
|
||||
"@deepseek-ai/dsh-client-ui-settings-plugins": ["./packages/client/ui-settings-plugins/src"],
|
||||
"@deepseek-ai/dsh-client-ui-jobs": ["./packages/client/ui-jobs/src"],
|
||||
"@deepseek-ai/dsh-client-ui-plan": ["./packages/client/ui-plan/src"],
|
||||
"@deepseek-ai/dsh-client-ui-question": ["./packages/client/ui-question/src"],
|
||||
"@deepseek-ai/dsh-client-ui-user-questions": ["./packages/client/ui-user-questions/src"],
|
||||
"@deepseek-ai/dsh-client-ui-trajectory": ["./packages/client/ui-trajectory/src"],
|
||||
"@deepseek-ai/dsh-client-ui-workspace": ["./packages/client/ui-workspace/src"],
|
||||
"@deepseek-ai/dsh-client-ui-theme": ["./packages/client/ui-theme/src"],
|
||||
"@deepseek-ai/dsh-client-ui-settings": ["./packages/client/ui-settings/src"],
|
||||
"@deepseek-ai/dsh-client-ui-settings-general": ["./packages/client/ui-settings-general/src"],
|
||||
"@deepseek-ai/dsh-client-ui-models": ["./packages/client/ui-models/src"],
|
||||
"@deepseek-ai/dsh-client-ui-plugins": ["./packages/client/ui-plugins/src"],
|
||||
"@deepseek-ai/dsh-client-ui-settings-models": ["./packages/client/ui-settings-models/src"],
|
||||
"@deepseek-ai/dsh-client-ui-settings-plugin-inventory": ["./packages/client/ui-settings-plugin-inventory/src"],
|
||||
"@deepseek-ai/dsh-client-locale": ["./packages/client/locale/src"],
|
||||
"@deepseek-ai/dsh-client-web": ["./packages/client/web/src"],
|
||||
// sdk/ folders are role-named without their npm-side sdk/jsonrpc prefixes,
|
||||
// so the generic wildcard cannot map these three package names.
|
||||
"@deepseek-ai/dsh-sdk-client": ["./packages/sdk/client/src"],
|
||||
"@deepseek-ai/dsh-sdk-protocol": ["./packages/sdk/protocol/src"],
|
||||
"@deepseek-ai/dsh-jsonrpc": ["./packages/sdk/server/src"],
|
||||
"@deepseek-ai/dsh-sdk-jsonrpc-server": ["./packages/sdk/server/src"],
|
||||
"@deepseek-ai/dsh-*": [
|
||||
"./packages/core/*/src",
|
||||
"./packages/prompt/*/src",
|
||||
"./packages/llm/*/src",
|
||||
"./packages/bash/*/src",
|
||||
"./packages/pty/*/src",
|
||||
"./packages/shell/*/src",
|
||||
"./packages/terminal/*/src",
|
||||
"./packages/subprocess/*/src",
|
||||
"./packages/e2b/*/src",
|
||||
"./packages/code-runtime/*/src",
|
||||
"./packages/fs/*/src",
|
||||
"./packages/lsp/*/src",
|
||||
"./packages/skill/*/src",
|
||||
"./packages/compact/*/src",
|
||||
"./packages/compaction/*/src",
|
||||
"./packages/context/*/src",
|
||||
"./packages/goal/*/src",
|
||||
"./packages/feedback/*/src",
|
||||
@@ -233,14 +238,14 @@
|
||||
"./packages/plan/*/src",
|
||||
"./packages/preset/*/src",
|
||||
"./packages/subagent/*/src",
|
||||
"./packages/tasks/*/src",
|
||||
"./packages/jobs/*/src",
|
||||
"./packages/workflow/*/src",
|
||||
"./packages/web/*/src",
|
||||
"./packages/attachment/*/src",
|
||||
"./packages/spill/*/src",
|
||||
"./packages/todo/*/src",
|
||||
"./packages/bundle/*/src",
|
||||
"./packages/self-modification/*/src",
|
||||
"./packages/extensions/*/src",
|
||||
"./packages/sandbox/*/src",
|
||||
"./packages/hooks/*/src",
|
||||
"./packages/session/*/src",
|
||||
@@ -256,7 +261,8 @@
|
||||
"./packages/examples/*/src",
|
||||
"./packages/util/*/src",
|
||||
"./packages/mcp/*/src",
|
||||
"./packages/support/*/src",
|
||||
"./packages/identity/*/src",
|
||||
"./packages/test-support/*/src",
|
||||
"./packages/host/*/src",
|
||||
"./packages/client/*/src"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user