@lmzhen/dsh-evolution-preset 0.3.53 → 0.3.55

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +25 -25
package/README.md CHANGED
@@ -7,6 +7,11 @@ Compatibility one-click bundle for the dsh-evolution plugin family
7
7
  > infrastructure rows with `@deepseek-ai/dsh-evolution-host`; do **not** add both
8
8
  > bundles to the same profile — pick the layered host/agent layout (recommended)
9
9
  > or this preset bundle.
10
+ >
11
+ > **0.3.54 (route B)**: `@lmzhen/dsh-evolution-all` is now the DEFAULT
12
+ > full-functionality bundle with the same row set — new installs should use
13
+ > `all` and reserve this preset for legacy compatibility. Its rows are kept in
14
+ > sync with `all` by the bundle-mutual-exclusion guard (identical row bodies).
10
15
 
11
16
 
12
17
  ## Model Experience
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-preset",
3
- "description": "Compatibility one-click bundle for the dsh-evolution plugin family (community build)",
4
- "version": "0.3.53",
3
+ "description": "Compatibility one-click bundle (legacy; new installs should use evolution-all) (community build)",
4
+ "version": "0.3.55",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -31,29 +31,29 @@
31
31
  "@deepseek-ai/dsh-storage-json": "^0.1.1-rc.2",
32
32
  "@deepseek-ai/dsh-storage-domain": "^0.1.1-rc.2",
33
33
  "@deepseek-ai/dsh-tool-session-query": "^0.1.1-rc.2",
34
- "@lmzhen/dsh-evolution-io": "^0.3.53",
35
- "@lmzhen/dsh-evolution-io-node": "^0.3.53",
36
- "@lmzhen/dsh-evolution-state-storage": "^0.3.53",
37
- "@lmzhen/dsh-evolution-state": "^0.3.53",
38
- "@lmzhen/dsh-evolution-state-domain": "^0.3.53",
39
- "@lmzhen/dsh-evolution-state-json": "^0.3.53",
40
- "@lmzhen/dsh-memory": "^0.3.53",
41
- "@lmzhen/dsh-memory-files": "^0.3.53",
42
- "@lmzhen/dsh-tool-memory": "^0.3.53",
43
- "@lmzhen/dsh-skill-usage": "^0.3.53",
44
- "@lmzhen/dsh-tool-skill-manage": "^0.3.53",
45
- "@lmzhen/dsh-evolution-policy": "^0.3.53",
46
- "@lmzhen/dsh-evolution-approval": "^0.3.53",
47
- "@lmzhen/dsh-evolution-threat": "^0.3.53",
48
- "@lmzhen/dsh-evolution-review": "^0.3.53",
49
- "@lmzhen/dsh-evolution-curator": "^0.3.53",
50
- "@lmzhen/dsh-evolution-commands": "^0.3.53",
51
- "@lmzhen/dsh-evolution-maintenance": "^0.3.53",
52
- "@lmzhen/dsh-evolution-activity": "^0.3.53",
53
- "@lmzhen/dsh-evolution-feedback": "^0.3.53",
54
- "@lmzhen/dsh-evolution-learning-graph": "^0.3.53",
55
- "@lmzhen/dsh-evolution-replay": "^0.3.53",
56
- "@lmzhen/dsh-evolution-skill-catalog": "^0.3.53"
34
+ "@lmzhen/dsh-evolution-io": "^0.3.55",
35
+ "@lmzhen/dsh-evolution-io-node": "^0.3.55",
36
+ "@lmzhen/dsh-evolution-state-storage": "^0.3.55",
37
+ "@lmzhen/dsh-evolution-state": "^0.3.55",
38
+ "@lmzhen/dsh-evolution-state-domain": "^0.3.55",
39
+ "@lmzhen/dsh-evolution-state-json": "^0.3.55",
40
+ "@lmzhen/dsh-memory": "^0.3.55",
41
+ "@lmzhen/dsh-memory-files": "^0.3.55",
42
+ "@lmzhen/dsh-tool-memory": "^0.3.55",
43
+ "@lmzhen/dsh-skill-usage": "^0.3.55",
44
+ "@lmzhen/dsh-tool-skill-manage": "^0.3.55",
45
+ "@lmzhen/dsh-evolution-policy": "^0.3.55",
46
+ "@lmzhen/dsh-evolution-approval": "^0.3.55",
47
+ "@lmzhen/dsh-evolution-threat": "^0.3.55",
48
+ "@lmzhen/dsh-evolution-review": "^0.3.55",
49
+ "@lmzhen/dsh-evolution-curator": "^0.3.55",
50
+ "@lmzhen/dsh-evolution-commands": "^0.3.55",
51
+ "@lmzhen/dsh-evolution-maintenance": "^0.3.55",
52
+ "@lmzhen/dsh-evolution-activity": "^0.3.55",
53
+ "@lmzhen/dsh-evolution-feedback": "^0.3.55",
54
+ "@lmzhen/dsh-evolution-learning-graph": "^0.3.55",
55
+ "@lmzhen/dsh-evolution-replay": "^0.3.55",
56
+ "@lmzhen/dsh-evolution-skill-catalog": "^0.3.55"
57
57
  },
58
58
  "exports": {
59
59
  "./invariant": {