@lmzhen/dsh-evolution-all 0.3.17 → 0.3.19
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 +2 -7
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -13,15 +13,10 @@ Installs the complete family through one package:
|
|
|
13
13
|
profile composition rows).
|
|
14
14
|
- `dsh-tool-memory` / `dsh-tool-skill-manage` / `dsh-evolution-skill-catalog` —
|
|
15
15
|
the model-facing tool packages (mounted by the Evolution agent preset).
|
|
16
|
-
- `dsh-evolution-agent-preset` — the preset container: ships the evolution
|
|
17
|
-
delta (`agent.cordis.yml`, `preset.yml`) that `/evolution preset install`
|
|
18
|
-
merges with the runtime `standard` preset.
|
|
19
16
|
|
|
20
17
|
The package is deliberately passive: no composition rows of its own. Add it,
|
|
21
|
-
restart the profile,
|
|
22
|
-
|
|
23
|
-
**Evolution** agent preset for the sessions that should expose self-evolution
|
|
24
|
-
tools.
|
|
18
|
+
restart the profile, and select the **Evolution** agent preset for the sessions
|
|
19
|
+
that should expose self-evolution tools.
|
|
25
20
|
|
|
26
21
|
For fine-grained installs (host only, or host + selected tools), install the
|
|
27
22
|
packages individually — see the family [README](../README.md).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmzhen/dsh-evolution-all",
|
|
3
3
|
"description": "One-command aggregate entry for the dsh-evolution plugin family (host + model tools) (community build)",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.19",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
],
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@lmzhen/dsh-evolution-host": "^0.3.
|
|
35
|
-
"@lmzhen/dsh-tool-memory": "^0.3.
|
|
36
|
-
"@lmzhen/dsh-tool-skill-manage": "^0.3.
|
|
37
|
-
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.
|
|
38
|
-
"@lmzhen/dsh-evolution-agent-preset": "^0.3.
|
|
34
|
+
"@lmzhen/dsh-evolution-host": "^0.3.19",
|
|
35
|
+
"@lmzhen/dsh-tool-memory": "^0.3.19",
|
|
36
|
+
"@lmzhen/dsh-tool-skill-manage": "^0.3.19",
|
|
37
|
+
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.19",
|
|
38
|
+
"@lmzhen/dsh-evolution-agent-preset": "^0.3.19"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@deepseek-ai/cordis": "^4.0.1",
|