@deepseek-ai/dsh-sdk-minimal 0.1.2-alpha.3 → 0.1.2-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.i18n.yaml CHANGED
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/bundle/sdk-minimal/README.md
5
- README.md: f1db30ccf0e3bc0e09801eff225d72c20c3184bc
6
- README.zh.md: 0163a6ffd71bff9811ec4a556bd2240d5c389312
5
+ README.md: 3be71c7e319f70bddda716c92ade14336db0a065
6
+ README.zh.md: dff652f53d0a4fd6d50c216e564c46f81f4a188b
package/README.md CHANGED
@@ -54,7 +54,7 @@ The bundle's single insert is the complete application tree: SDK stdio startup a
54
54
  |---|---|
55
55
  | [`cordis.patch.yml`](cordis.patch.yml) | Complete standalone profile tree and its environment-backed defaults |
56
56
  | [`src/index.ts`](src/index.ts) | Bundle package entry |
57
- | [`src/invariant.ts`](src/invariant.ts) | Invariant companion for the static composition |
57
+ | | No runtime invariant companion is published; the package is a static patch-list carrier whose inserted rows own their runtime relationships and invariant companions. |
58
58
  | [`tests/sdk-minimal.spec.ts`](tests/sdk-minimal.spec.ts) | Exact composition, profile-name, and platform-selection checks |
59
59
 
60
60
  </details>
package/README.zh.md CHANGED
@@ -54,7 +54,7 @@ dsh --profile sdk-minimal
54
54
  |---|---|
55
55
  | [`cordis.patch.yml`](cordis.patch.yml) | 完整独立 profile 配置树及其环境默认值 |
56
56
  | [`src/index.ts`](src/index.ts) | Bundle 包入口 |
57
- | [`src/invariant.ts`](src/invariant.ts) | 静态组合的不变式伴生插件 |
57
+ | | 不发布运行时不变式伴生入口;本包只是静态 patch 列表载体,插入的各行分别拥有自己的运行时关系和不变式。 |
58
58
  | [`tests/sdk-minimal.spec.ts`](tests/sdk-minimal.spec.ts) | 精确组合、profile 名称与平台选择检查 |
59
59
 
60
60
  </details>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-sdk-minimal",
3
3
  "description": "The standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, editor, and JSONL sessions",
4
- "version": "0.1.2-alpha.3",
4
+ "version": "0.1.2-alpha.5",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -18,17 +18,12 @@
18
18
  "types": "./lib/types/index.d.ts",
19
19
  "default": "./lib/index.js"
20
20
  },
21
- "./invariant": {
22
- "types": "./lib/types/invariant.d.ts",
23
- "default": "./lib/invariant.js"
24
- },
25
21
  "./cordis.patch.yml": "./cordis.patch.yml",
26
22
  "./src/*": "./src/*",
27
23
  "./package.json": "./package.json"
28
24
  },
29
25
  "files": [
30
26
  "lib/index.js",
31
- "lib/invariant.js",
32
27
  "cordis.patch.yml",
33
28
  "lib/types/**/*.d.ts"
34
29
  ],
@@ -39,42 +34,40 @@
39
34
  }
40
35
  },
41
36
  "dependencies": {
42
- "@deepseek-ai/dsh-agent": "^0.1.2-alpha.3",
43
- "@deepseek-ai/dsh-agent-loop": "^0.1.2-alpha.3",
37
+ "@deepseek-ai/dsh-agent": "^0.1.2-alpha.5",
38
+ "@deepseek-ai/dsh-agent-loop": "^0.1.2-alpha.5",
44
39
  "@deepseek-ai/cordis-plugin-timer": "^1.1.4",
45
- "@deepseek-ai/dsh-deepseek-llm-api-extensions": "^0.1.2-alpha.3",
46
- "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.3",
47
- "@deepseek-ai/dsh-fs-local": "^0.1.2-alpha.3",
48
- "@deepseek-ai/dsh-jobs-local": "^0.1.2-alpha.3",
49
- "@deepseek-ai/dsh-llm": "^0.1.2-alpha.3",
50
- "@deepseek-ai/dsh-llm-deepseek": "^0.1.2-alpha.3",
51
- "@deepseek-ai/dsh-llm-retry": "^0.1.2-alpha.3",
52
- "@deepseek-ai/dsh-sandbox-local": "^0.1.2-alpha.3",
53
- "@deepseek-ai/dsh-plugin-package-inventory-deepseek": "^0.1.2-alpha.3",
54
- "@deepseek-ai/dsh-sandbox-policy": "^0.1.2-alpha.3",
55
- "@deepseek-ai/dsh-scope": "^0.1.2-alpha.3",
56
- "@deepseek-ai/dsh-sdk-app": "^0.1.2-alpha.3",
57
- "@deepseek-ai/dsh-sdk-jsonrpc-server": "^0.1.2-alpha.3",
58
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.3",
59
- "@deepseek-ai/dsh-session-log-deepseek": "^0.1.2-alpha.3",
60
- "@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.2-alpha.3",
61
- "@deepseek-ai/dsh-session-projection": "^0.1.2-alpha.3",
62
- "@deepseek-ai/dsh-session-title": "^0.1.2-alpha.3",
63
- "@deepseek-ai/dsh-subprocess-local": "^0.1.2-alpha.3",
64
- "@deepseek-ai/dsh-system-prompt": "^0.1.2-alpha.3",
65
- "@deepseek-ai/dsh-terminal-bash": "^0.1.2-alpha.3",
66
- "@deepseek-ai/dsh-terminal": "^0.1.2-alpha.3",
67
- "@deepseek-ai/dsh-tool-bash-persistent": "^0.1.2-alpha.3",
68
- "@deepseek-ai/dsh-tool-pwsh-persistent": "^0.1.2-alpha.3",
69
- "@deepseek-ai/dsh-tool-str-replace-editor": "^0.1.2-alpha.3",
70
- "@deepseek-ai/dsh-tools": "^0.1.2-alpha.3"
40
+ "@deepseek-ai/dsh-fs-local": "^0.1.2-alpha.5",
41
+ "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.5",
42
+ "@deepseek-ai/dsh-jobs-local": "^0.1.2-alpha.5",
43
+ "@deepseek-ai/dsh-llm": "^0.1.2-alpha.5",
44
+ "@deepseek-ai/dsh-deepseek-llm-api-extensions": "^0.1.2-alpha.5",
45
+ "@deepseek-ai/dsh-llm-deepseek": "^0.1.2-alpha.5",
46
+ "@deepseek-ai/dsh-llm-retry": "^0.1.2-alpha.5",
47
+ "@deepseek-ai/dsh-plugin-package-inventory-deepseek": "^0.1.2-alpha.5",
48
+ "@deepseek-ai/dsh-sandbox-local": "^0.1.2-alpha.5",
49
+ "@deepseek-ai/dsh-scope": "^0.1.2-alpha.5",
50
+ "@deepseek-ai/dsh-sandbox-policy": "^0.1.2-alpha.5",
51
+ "@deepseek-ai/dsh-sdk-jsonrpc-server": "^0.1.2-alpha.5",
52
+ "@deepseek-ai/dsh-sdk-app": "^0.1.2-alpha.5",
53
+ "@deepseek-ai/dsh-session": "^0.1.2-alpha.5",
54
+ "@deepseek-ai/dsh-session-log-deepseek": "^0.1.2-alpha.5",
55
+ "@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.2-alpha.5",
56
+ "@deepseek-ai/dsh-session-projection": "^0.1.2-alpha.5",
57
+ "@deepseek-ai/dsh-session-title": "^0.1.2-alpha.5",
58
+ "@deepseek-ai/dsh-subprocess-local": "^0.1.2-alpha.5",
59
+ "@deepseek-ai/dsh-terminal": "^0.1.2-alpha.5",
60
+ "@deepseek-ai/dsh-tool-bash-persistent": "^0.1.2-alpha.5",
61
+ "@deepseek-ai/dsh-tool-pwsh-persistent": "^0.1.2-alpha.5",
62
+ "@deepseek-ai/dsh-tool-str-replace-editor": "^0.1.2-alpha.5",
63
+ "@deepseek-ai/dsh-tools": "^0.1.2-alpha.5",
64
+ "@deepseek-ai/dsh-system-prompt": "^0.1.2-alpha.5",
65
+ "@deepseek-ai/dsh-terminal-bash": "^0.1.2-alpha.5"
71
66
  },
72
67
  "peerDependencies": {
73
- "@deepseek-ai/cordis": "^4.0.2",
74
- "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.3"
68
+ "@deepseek-ai/cordis": "^4.0.2"
75
69
  },
76
70
  "devDependencies": {
77
- "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.3",
78
71
  "@deepseek-ai/cordis": "^4.0.2"
79
72
  }
80
73
  }
package/lib/invariant.js DELETED
@@ -1,19 +0,0 @@
1
- //#region lib/types/invariant.js
2
- /**
3
- * Package-owned invariant companion for `@deepseek-ai/dsh-sdk-minimal`.
4
- * @module @deepseek-ai/dsh-sdk-minimal/invariant
5
- */
6
- const PACKAGE_NAME = "@deepseek-ai/dsh-sdk-minimal";
7
- /** Cordis companion plugin name. */
8
- const name = "sdk-minimal-bundle-invariant";
9
- /** Service required before the companion can register. */
10
- const inject = ["invariants"];
11
- const install = () => {};
12
- /**
13
- * Register this package's invariant companion.
14
- * @param ctx - Cordis context carrying the invariant service.
15
- * @returns the installed registration's disposer after setup succeeds.
16
- */
17
- const apply = (ctx) => Promise.resolve(ctx.invariants.register(PACKAGE_NAME, install));
18
- //#endregion
19
- export { apply, inject, name };
@@ -1,16 +0,0 @@
1
- /**
2
- * Package-owned invariant companion for `@deepseek-ai/dsh-sdk-minimal`.
3
- * @module @deepseek-ai/dsh-sdk-minimal/invariant
4
- */
5
- import type { Context } from '@deepseek-ai/cordis';
6
- /** Cordis companion plugin name. */
7
- export declare const name = "sdk-minimal-bundle-invariant";
8
- /** Service required before the companion can register. */
9
- export declare const inject: string[];
10
- /**
11
- * Register this package's invariant companion.
12
- * @param ctx - Cordis context carrying the invariant service.
13
- * @returns the installed registration's disposer after setup succeeds.
14
- */
15
- export declare const apply: (ctx: Context) => Promise<() => void>;
16
- //# sourceMappingURL=invariant.d.ts.map