@lmzhen/dsh-evolution-preset 0.3.52 → 0.3.54
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 +5 -0
- package/package.json +24 -24
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
3
|
"description": "Compatibility one-click bundle for the dsh-evolution plugin family (community build)",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.54",
|
|
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.
|
|
35
|
-
"@lmzhen/dsh-evolution-io-node": "^0.3.
|
|
36
|
-
"@lmzhen/dsh-evolution-state-storage": "^0.3.
|
|
37
|
-
"@lmzhen/dsh-evolution-state": "^0.3.
|
|
38
|
-
"@lmzhen/dsh-evolution-state-domain": "^0.3.
|
|
39
|
-
"@lmzhen/dsh-evolution-state-json": "^0.3.
|
|
40
|
-
"@lmzhen/dsh-memory": "^0.3.
|
|
41
|
-
"@lmzhen/dsh-memory-files": "^0.3.
|
|
42
|
-
"@lmzhen/dsh-tool-memory": "^0.3.
|
|
43
|
-
"@lmzhen/dsh-skill-usage": "^0.3.
|
|
44
|
-
"@lmzhen/dsh-tool-skill-manage": "^0.3.
|
|
45
|
-
"@lmzhen/dsh-evolution-policy": "^0.3.
|
|
46
|
-
"@lmzhen/dsh-evolution-approval": "^0.3.
|
|
47
|
-
"@lmzhen/dsh-evolution-threat": "^0.3.
|
|
48
|
-
"@lmzhen/dsh-evolution-review": "^0.3.
|
|
49
|
-
"@lmzhen/dsh-evolution-curator": "^0.3.
|
|
50
|
-
"@lmzhen/dsh-evolution-commands": "^0.3.
|
|
51
|
-
"@lmzhen/dsh-evolution-maintenance": "^0.3.
|
|
52
|
-
"@lmzhen/dsh-evolution-activity": "^0.3.
|
|
53
|
-
"@lmzhen/dsh-evolution-feedback": "^0.3.
|
|
54
|
-
"@lmzhen/dsh-evolution-learning-graph": "^0.3.
|
|
55
|
-
"@lmzhen/dsh-evolution-replay": "^0.3.
|
|
56
|
-
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.
|
|
34
|
+
"@lmzhen/dsh-evolution-io": "^0.3.54",
|
|
35
|
+
"@lmzhen/dsh-evolution-io-node": "^0.3.54",
|
|
36
|
+
"@lmzhen/dsh-evolution-state-storage": "^0.3.54",
|
|
37
|
+
"@lmzhen/dsh-evolution-state": "^0.3.54",
|
|
38
|
+
"@lmzhen/dsh-evolution-state-domain": "^0.3.54",
|
|
39
|
+
"@lmzhen/dsh-evolution-state-json": "^0.3.54",
|
|
40
|
+
"@lmzhen/dsh-memory": "^0.3.54",
|
|
41
|
+
"@lmzhen/dsh-memory-files": "^0.3.54",
|
|
42
|
+
"@lmzhen/dsh-tool-memory": "^0.3.54",
|
|
43
|
+
"@lmzhen/dsh-skill-usage": "^0.3.54",
|
|
44
|
+
"@lmzhen/dsh-tool-skill-manage": "^0.3.54",
|
|
45
|
+
"@lmzhen/dsh-evolution-policy": "^0.3.54",
|
|
46
|
+
"@lmzhen/dsh-evolution-approval": "^0.3.54",
|
|
47
|
+
"@lmzhen/dsh-evolution-threat": "^0.3.54",
|
|
48
|
+
"@lmzhen/dsh-evolution-review": "^0.3.54",
|
|
49
|
+
"@lmzhen/dsh-evolution-curator": "^0.3.54",
|
|
50
|
+
"@lmzhen/dsh-evolution-commands": "^0.3.54",
|
|
51
|
+
"@lmzhen/dsh-evolution-maintenance": "^0.3.54",
|
|
52
|
+
"@lmzhen/dsh-evolution-activity": "^0.3.54",
|
|
53
|
+
"@lmzhen/dsh-evolution-feedback": "^0.3.54",
|
|
54
|
+
"@lmzhen/dsh-evolution-learning-graph": "^0.3.54",
|
|
55
|
+
"@lmzhen/dsh-evolution-replay": "^0.3.54",
|
|
56
|
+
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.54"
|
|
57
57
|
},
|
|
58
58
|
"exports": {
|
|
59
59
|
"./invariant": {
|