@lmzhen/dsh-evolution-preset 0.3.74 → 0.3.76

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.md CHANGED
@@ -35,3 +35,5 @@ Independent of request-prefix construction. This package does not alter the asse
35
35
 
36
36
  - Compatibility one-click bundle exposes model tools profile-wide. Prefer the layered host/agent install for stricter session control.
37
37
 
38
+ **Runtime invariant:** No companion is published. The platform auto-assembles nothing and the family mounts no `<pkg>/invariant` cordis row, so a companion here would never execute (v37 S2.1 / I-3).
39
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-preset",
3
3
  "description": "Compatibility one-click bundle (legacy; new installs should use evolution-all) (community build)",
4
- "version": "0.3.74",
4
+ "version": "0.3.76",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -31,35 +31,31 @@
31
31
  "@deepseek-ai/dsh-storage-json": "^0.1.5-rc.2",
32
32
  "@deepseek-ai/dsh-storage-domain": "^0.1.5-rc.2",
33
33
  "@deepseek-ai/dsh-tool-session-query": "^0.1.5-rc.2",
34
- "@lmzhen/dsh-evolution-io": "^0.3.74",
35
- "@lmzhen/dsh-evolution-io-node": "^0.3.74",
36
- "@lmzhen/dsh-evolution-state-storage": "^0.3.74",
37
- "@lmzhen/dsh-evolution-state": "^0.3.74",
38
- "@lmzhen/dsh-evolution-state-domain": "^0.3.74",
39
- "@lmzhen/dsh-evolution-state-json": "^0.3.74",
40
- "@lmzhen/dsh-memory": "^0.3.74",
41
- "@lmzhen/dsh-memory-files": "^0.3.74",
42
- "@lmzhen/dsh-tool-memory": "^0.3.74",
43
- "@lmzhen/dsh-skill-usage": "^0.3.74",
44
- "@lmzhen/dsh-tool-skill-manage": "^0.3.74",
45
- "@lmzhen/dsh-evolution-policy": "^0.3.74",
46
- "@lmzhen/dsh-evolution-approval": "^0.3.74",
47
- "@lmzhen/dsh-evolution-threat": "^0.3.74",
48
- "@lmzhen/dsh-evolution-review": "^0.3.74",
49
- "@lmzhen/dsh-evolution-curator": "^0.3.74",
50
- "@lmzhen/dsh-evolution-commands": "^0.3.74",
51
- "@lmzhen/dsh-evolution-maintenance": "^0.3.74",
52
- "@lmzhen/dsh-evolution-activity": "^0.3.74",
53
- "@lmzhen/dsh-evolution-feedback": "^0.3.74",
54
- "@lmzhen/dsh-evolution-learning-graph": "^0.3.74",
55
- "@lmzhen/dsh-evolution-replay": "^0.3.74",
56
- "@lmzhen/dsh-evolution-skill-catalog": "^0.3.74"
34
+ "@lmzhen/dsh-evolution-io": "^0.3.76",
35
+ "@lmzhen/dsh-evolution-io-node": "^0.3.76",
36
+ "@lmzhen/dsh-evolution-state-storage": "^0.3.76",
37
+ "@lmzhen/dsh-evolution-state": "^0.3.76",
38
+ "@lmzhen/dsh-evolution-state-domain": "^0.3.76",
39
+ "@lmzhen/dsh-evolution-state-json": "^0.3.76",
40
+ "@lmzhen/dsh-memory": "^0.3.76",
41
+ "@lmzhen/dsh-memory-files": "^0.3.76",
42
+ "@lmzhen/dsh-tool-memory": "^0.3.76",
43
+ "@lmzhen/dsh-skill-usage": "^0.3.76",
44
+ "@lmzhen/dsh-tool-skill-manage": "^0.3.76",
45
+ "@lmzhen/dsh-evolution-policy": "^0.3.76",
46
+ "@lmzhen/dsh-evolution-approval": "^0.3.76",
47
+ "@lmzhen/dsh-evolution-threat": "^0.3.76",
48
+ "@lmzhen/dsh-evolution-review": "^0.3.76",
49
+ "@lmzhen/dsh-evolution-curator": "^0.3.76",
50
+ "@lmzhen/dsh-evolution-commands": "^0.3.76",
51
+ "@lmzhen/dsh-evolution-maintenance": "^0.3.76",
52
+ "@lmzhen/dsh-evolution-activity": "^0.3.76",
53
+ "@lmzhen/dsh-evolution-feedback": "^0.3.76",
54
+ "@lmzhen/dsh-evolution-learning-graph": "^0.3.76",
55
+ "@lmzhen/dsh-evolution-replay": "^0.3.76",
56
+ "@lmzhen/dsh-evolution-skill-catalog": "^0.3.76"
57
57
  },
58
58
  "exports": {
59
- "./invariant": {
60
- "types": "./lib/types/invariant.d.ts",
61
- "default": "./lib/invariant.js"
62
- },
63
59
  ".": {
64
60
  "types": "./lib/types/index.d.ts",
65
61
  "default": "./lib/index.js"
@@ -68,13 +64,5 @@
68
64
  "./cordis.patch.yml": "./cordis.patch.yml",
69
65
  "./package.json": "./package.json"
70
66
  },
71
- "peerDependencies": {
72
- "@deepseek-ai/dsh-invariants": "^0.1.5-rc.2",
73
- "@deepseek-ai/cordis": "^4.0.1"
74
- },
75
- "devDependencies": {
76
- "@deepseek-ai/dsh-invariants": "^0.1.5-rc.2",
77
- "@deepseek-ai/cordis": "^4.0.1"
78
- },
79
67
  "types": "lib/types/index.d.ts"
80
68
  }
package/lib/invariant.js DELETED
@@ -1,8 +0,0 @@
1
- //#region lib/types/invariant.js
2
- const PACKAGE_NAME = "@lmzhen/dsh-evolution-preset";
3
- const name = "dsh-evolution-preset-invariant";
4
- const inject = ["invariants"];
5
- const install = () => {};
6
- const apply = (ctx) => Promise.resolve(ctx.invariants.register(PACKAGE_NAME, install));
7
- //#endregion
8
- export { apply, inject, name };
@@ -1,5 +0,0 @@
1
- import type { Context } from '@deepseek-ai/cordis';
2
- export declare const name = "dsh-evolution-preset-invariant";
3
- export declare const inject: string[];
4
- export declare const apply: (ctx: Context) => Promise<() => void>;
5
- //# sourceMappingURL=invariant.d.ts.map