@lmzhen/dsh-evolution-preset 0.3.17 → 0.3.18
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 +6 -0
- package/cordis.patch.yml +8 -2
- package/package.json +24 -24
package/README.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Compatibility one-click bundle for the dsh-evolution plugin family
|
|
4
4
|
|
|
5
|
+
> ⚠️ **Mutually exclusive install target.** `dsh-evolution-preset` is the
|
|
6
|
+
> one-click bundle that exposes the model tools profile-wide. It shares its
|
|
7
|
+
> infrastructure rows with `@deepseek-ai/dsh-evolution-host`; do **not** add both
|
|
8
|
+
> bundles to the same profile — pick the layered host/agent layout (recommended)
|
|
9
|
+
> or this preset bundle.
|
|
10
|
+
|
|
5
11
|
|
|
6
12
|
## Model Experience
|
|
7
13
|
|
package/cordis.patch.yml
CHANGED
|
@@ -65,6 +65,12 @@
|
|
|
65
65
|
# ── review / curator / observability / human controls ───────────────────
|
|
66
66
|
- id: evolution-review
|
|
67
67
|
name: '@lmzhen/dsh-evolution-review'
|
|
68
|
+
config:
|
|
69
|
+
# Mirror evolution-host: the DSH tool catalog exposes the plain `skill`
|
|
70
|
+
# tool only, so review subagents load skills through it. Keeping the
|
|
71
|
+
# shared-row config byte-identical to host preserves the mutual exclusion
|
|
72
|
+
# between the host bundle and this preset bundle (E-33).
|
|
73
|
+
reviewToolAllow: [skill]
|
|
68
74
|
- id: evolution-curator
|
|
69
75
|
name: '@lmzhen/dsh-evolution-curator'
|
|
70
76
|
- id: evolution-commands
|
|
@@ -86,5 +92,5 @@
|
|
|
86
92
|
# via dsh `!!js` runtime env evaluation; profile overlays may still override.
|
|
87
93
|
- id: session-query-sqlite
|
|
88
94
|
config:
|
|
89
|
-
path: !!js (process.env.DSH_EVOLUTION_SESSION_QUERY_PATH ?? (
|
|
90
|
-
openAt: !!js process.env.DSH_EVOLUTION_SESSION_QUERY
|
|
95
|
+
path: !!js (process.env.DSH_EVOLUTION_SESSION_QUERY_PATH ?? dshHomePath('evolution', 'session-query.db'))
|
|
96
|
+
openAt: !!js process.env.DSH_EVOLUTION_SESSION_QUERY || 'startup'
|
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.18",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -32,29 +32,29 @@
|
|
|
32
32
|
"@deepseek-ai/dsh-storage-json": "^0.1.1-rc.2",
|
|
33
33
|
"@deepseek-ai/dsh-storage-domain": "^0.1.1-rc.2",
|
|
34
34
|
"@deepseek-ai/dsh-tool-session-query": "^0.1.1-rc.2",
|
|
35
|
-
"@lmzhen/dsh-evolution-io": "^0.3.
|
|
36
|
-
"@lmzhen/dsh-evolution-io-node": "^0.3.
|
|
37
|
-
"@lmzhen/dsh-evolution-state-storage": "^0.3.
|
|
38
|
-
"@lmzhen/dsh-evolution-state": "^0.3.
|
|
39
|
-
"@lmzhen/dsh-evolution-state-domain": "^0.3.
|
|
40
|
-
"@lmzhen/dsh-evolution-state-json": "^0.3.
|
|
41
|
-
"@lmzhen/dsh-memory": "^0.3.
|
|
42
|
-
"@lmzhen/dsh-memory-files": "^0.3.
|
|
43
|
-
"@lmzhen/dsh-tool-memory": "^0.3.
|
|
44
|
-
"@lmzhen/dsh-skill-usage": "^0.3.
|
|
45
|
-
"@lmzhen/dsh-tool-skill-manage": "^0.3.
|
|
46
|
-
"@lmzhen/dsh-evolution-policy": "^0.3.
|
|
47
|
-
"@lmzhen/dsh-evolution-approval": "^0.3.
|
|
48
|
-
"@lmzhen/dsh-evolution-threat": "^0.3.
|
|
49
|
-
"@lmzhen/dsh-evolution-review": "^0.3.
|
|
50
|
-
"@lmzhen/dsh-evolution-curator": "^0.3.
|
|
51
|
-
"@lmzhen/dsh-evolution-commands": "^0.3.
|
|
52
|
-
"@lmzhen/dsh-evolution-maintenance": "^0.3.
|
|
53
|
-
"@lmzhen/dsh-evolution-activity": "^0.3.
|
|
54
|
-
"@lmzhen/dsh-evolution-feedback": "^0.3.
|
|
55
|
-
"@lmzhen/dsh-evolution-learning-graph": "^0.3.
|
|
56
|
-
"@lmzhen/dsh-evolution-replay": "^0.3.
|
|
57
|
-
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.
|
|
35
|
+
"@lmzhen/dsh-evolution-io": "^0.3.18",
|
|
36
|
+
"@lmzhen/dsh-evolution-io-node": "^0.3.18",
|
|
37
|
+
"@lmzhen/dsh-evolution-state-storage": "^0.3.18",
|
|
38
|
+
"@lmzhen/dsh-evolution-state": "^0.3.18",
|
|
39
|
+
"@lmzhen/dsh-evolution-state-domain": "^0.3.18",
|
|
40
|
+
"@lmzhen/dsh-evolution-state-json": "^0.3.18",
|
|
41
|
+
"@lmzhen/dsh-memory": "^0.3.18",
|
|
42
|
+
"@lmzhen/dsh-memory-files": "^0.3.18",
|
|
43
|
+
"@lmzhen/dsh-tool-memory": "^0.3.18",
|
|
44
|
+
"@lmzhen/dsh-skill-usage": "^0.3.18",
|
|
45
|
+
"@lmzhen/dsh-tool-skill-manage": "^0.3.18",
|
|
46
|
+
"@lmzhen/dsh-evolution-policy": "^0.3.18",
|
|
47
|
+
"@lmzhen/dsh-evolution-approval": "^0.3.18",
|
|
48
|
+
"@lmzhen/dsh-evolution-threat": "^0.3.18",
|
|
49
|
+
"@lmzhen/dsh-evolution-review": "^0.3.18",
|
|
50
|
+
"@lmzhen/dsh-evolution-curator": "^0.3.18",
|
|
51
|
+
"@lmzhen/dsh-evolution-commands": "^0.3.18",
|
|
52
|
+
"@lmzhen/dsh-evolution-maintenance": "^0.3.18",
|
|
53
|
+
"@lmzhen/dsh-evolution-activity": "^0.3.18",
|
|
54
|
+
"@lmzhen/dsh-evolution-feedback": "^0.3.18",
|
|
55
|
+
"@lmzhen/dsh-evolution-learning-graph": "^0.3.18",
|
|
56
|
+
"@lmzhen/dsh-evolution-replay": "^0.3.18",
|
|
57
|
+
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.18"
|
|
58
58
|
},
|
|
59
59
|
"exports": {
|
|
60
60
|
"./invariant": {
|