@lmzhen/dsh-evolution-all 0.3.15 → 0.3.16

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 +7 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -13,10 +13,15 @@ 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.
16
19
 
17
20
  The package is deliberately passive: no composition rows of its own. Add it,
18
- restart the profile, and select the **Evolution** agent preset for the sessions
19
- that should expose self-evolution tools.
21
+ restart the profile, run `/evolution preset install` (one-time; composes the
22
+ runtime `standard` preset with the evolution delta), then select the
23
+ **Evolution** agent preset for the sessions that should expose self-evolution
24
+ tools.
20
25
 
21
26
  For fine-grained installs (host only, or host + selected tools), install the
22
27
  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.15",
4
+ "version": "0.3.16",
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.15",
35
- "@lmzhen/dsh-tool-memory": "^0.3.15",
36
- "@lmzhen/dsh-tool-skill-manage": "^0.3.15",
37
- "@lmzhen/dsh-evolution-skill-catalog": "^0.3.15",
38
- "@lmzhen/dsh-evolution-agent-preset": "^0.3.15"
34
+ "@lmzhen/dsh-evolution-host": "^0.3.16",
35
+ "@lmzhen/dsh-tool-memory": "^0.3.16",
36
+ "@lmzhen/dsh-tool-skill-manage": "^0.3.16",
37
+ "@lmzhen/dsh-evolution-skill-catalog": "^0.3.16",
38
+ "@lmzhen/dsh-evolution-agent-preset": "^0.3.16"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@deepseek-ai/cordis": "^4.0.1",