@lmzhen/dsh-evolution-all 0.3.36 → 0.3.37

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.
@@ -2,12 +2,14 @@
2
2
  * @lmzhen/dsh-evolution-all — aggregate entry package.
3
3
  *
4
4
  * Deliberately passive: no composition rows of its own. Its substance is the
5
- * dependency closure — `evolution-host` (infrastructure + control plane) plus
6
- * the three model-tool packages (`tool-memory`, `tool-skill-manage`,
7
- * `evolution-skill-catalog`) so `dsh plugin add @lmzhen/dsh-evolution-all`
8
- * installs the complete family in one command (the host bundle's patch rows
9
- * carry the profile composition; the model tools mount via the Evolution
10
- * agent preset). This module carries no runtime API.
5
+ * dependency closure — `evolution-host` (infrastructure + control plane), the
6
+ * three model-tool packages (`tool-memory`, `tool-skill-manage`,
7
+ * `evolution-skill-catalog`) and `evolution-agent-preset` (the delta preset
8
+ * composition the installed preset is generated from; V6-52, 0.3.37) so
9
+ * `dsh plugin add @lmzhen/dsh-evolution-all` installs the complete family in
10
+ * one command (the host bundle's patch rows carry the profile composition;
11
+ * the model tools mount via the Evolution agent preset). This module carries
12
+ * no runtime API.
11
13
  * @module @lmzhen/dsh-evolution-all
12
14
  */
13
15
  export {};
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.36",
4
+ "version": "0.3.37",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -30,11 +30,11 @@
30
30
  ],
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
- "@lmzhen/dsh-evolution-host": "^0.3.36",
34
- "@lmzhen/dsh-tool-memory": "^0.3.36",
35
- "@lmzhen/dsh-tool-skill-manage": "^0.3.36",
36
- "@lmzhen/dsh-evolution-skill-catalog": "^0.3.36",
37
- "@lmzhen/dsh-evolution-agent-preset": "^0.3.36"
33
+ "@lmzhen/dsh-evolution-host": "^0.3.37",
34
+ "@lmzhen/dsh-tool-memory": "^0.3.37",
35
+ "@lmzhen/dsh-tool-skill-manage": "^0.3.37",
36
+ "@lmzhen/dsh-evolution-skill-catalog": "^0.3.37",
37
+ "@lmzhen/dsh-evolution-agent-preset": "^0.3.37"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@deepseek-ai/cordis": "^4.0.1",