@lmzhen/dsh-evolution-agent-preset 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.
Files changed (2) hide show
  1. package/agent.cordis.yml +4 -2
  2. package/package.json +4 -4
package/agent.cordis.yml CHANGED
@@ -1,8 +1,10 @@
1
1
  # Evolution agent layer — DELTA ONLY.
2
2
  #
3
3
  # This file is the incremental part of the Evolution preset, NOT a full
4
- # composition. `install-layered.mjs` (agent/layered/oneclick modes) generates
5
- # the installed preset at `$DSH_HOME/.agent-presets/evolution/agent.cordis.yml`
4
+ # composition. `install-layered.mjs` (agent/layered modes; V6-52, 0.3.37 —
5
+ # oneclick installs the preset BUNDLE row instead of writing this file)
6
+ # generates the installed preset at
7
+ # `$DSH_HOME/.agent-presets/evolution/agent.cordis.yml`
6
8
  # by concatenating the RUNTIME platform's `standard` preset composition with
7
9
  # this delta (rc.53): the standard rows come from the dsh being installed
8
10
  # against, so the preset follows whatever platform version the user actually
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-agent-preset",
3
3
  "description": "Agent preset exposing memory and skill evolution tools to a session (community build)",
4
- "version": "0.3.36",
4
+ "version": "0.3.37",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -21,9 +21,9 @@
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
23
  "@deepseek-ai/dsh-tool-session-query": "^0.1.1-rc.2",
24
- "@lmzhen/dsh-tool-memory": "^0.3.36",
25
- "@lmzhen/dsh-tool-skill-manage": "^0.3.36",
26
- "@lmzhen/dsh-evolution-skill-catalog": "^0.3.36"
24
+ "@lmzhen/dsh-tool-memory": "^0.3.37",
25
+ "@lmzhen/dsh-tool-skill-manage": "^0.3.37",
26
+ "@lmzhen/dsh-evolution-skill-catalog": "^0.3.37"
27
27
  },
28
28
  "exports": {
29
29
  "./invariant": {