@lmzhen/dsh-evolution-agent-preset 0.3.24 → 0.3.26

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 +7 -0
  2. package/package.json +4 -4
package/agent.cordis.yml CHANGED
@@ -11,6 +11,13 @@
11
11
  #
12
12
  # The host bundle provides memory/skill services; this preset only exposes
13
13
  # the model-facing entry points and the native skill-catalog bridge.
14
+ #
15
+ # This delta deliberately keeps the MINIMAL model-facing set and does NOT
16
+ # duplicate host-bundle rows: `evolution-maintenance/tools` (maintenance_probe),
17
+ # the `session-query-sqlite` index override and the `tool-skill` 60-char
18
+ # catalog cap are evolution-host-owned, so repeating them here would mount the
19
+ # row twice in a layered install. The delta rows are also the only evolution-
20
+ # owned text in the composed preset, so it tracks every platform version.
14
21
  - id: tool-memory
15
22
  name: '@lmzhen/dsh-tool-memory'
16
23
 
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.24",
4
+ "version": "0.3.26",
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.24",
25
- "@lmzhen/dsh-tool-skill-manage": "^0.3.24",
26
- "@lmzhen/dsh-evolution-skill-catalog": "^0.3.24"
24
+ "@lmzhen/dsh-tool-memory": "^0.3.26",
25
+ "@lmzhen/dsh-tool-skill-manage": "^0.3.26",
26
+ "@lmzhen/dsh-evolution-skill-catalog": "^0.3.26"
27
27
  },
28
28
  "exports": {
29
29
  "./invariant": {