@lmzhen/dsh-evolution-agent-preset 0.3.50 → 0.3.52

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 +10 -5
  2. package/package.json +5 -5
package/agent.cordis.yml CHANGED
@@ -15,11 +15,16 @@
15
15
  # the model-facing entry points and the native skill-catalog bridge.
16
16
  #
17
17
  # This delta deliberately keeps the MINIMAL model-facing set and does NOT
18
- # duplicate host-bundle rows: `evolution-maintenance/tools` (maintenance_probe),
19
- # the `session-query-sqlite` index override and the `tool-skill` 60-char
20
- # catalog cap are evolution-host-owned, so repeating them here would mount the
21
- # row twice in a layered install. The delta rows are also the only evolution-
22
- # owned text in the composed preset, so it tracks every platform version.
18
+ # duplicate host-bundle rows: `evolution-maintenance/tools` (maintenance_probe)
19
+ # and the `session-query-sqlite` index override are evolution-host-owned, so
20
+ # repeating them here would mount the row twice in a layered install. The
21
+ # `tool-skill` 60-char catalog cap is likewise NOT carried as a delta row: the
22
+ # session-visible `tool-skill` instance is the standard composition's own row,
23
+ # so a delta copy would collide with it (N-5) and a profile-root patch cannot
24
+ # reach this preset scope at all — instead install-layered INJECTS the cap onto
25
+ # that standard-sourced row at generation time (V10-14). The delta rows are
26
+ # also the only evolution-owned text in the composed preset, so it tracks
27
+ # every platform version.
23
28
  - id: tool-memory
24
29
  name: '@lmzhen/dsh-tool-memory'
25
30
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
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.50",
4
+ "version": "0.3.52",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/lmzhen/dsh-evolution.git",
11
- "directory": "packages/dsh-evolution-agent-preset"
11
+ "directory": "packages/evolution-agent"
12
12
  },
13
13
  "type": "module",
14
14
  "files": [
@@ -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.50",
25
- "@lmzhen/dsh-tool-skill-manage": "^0.3.50",
26
- "@lmzhen/dsh-evolution-skill-catalog": "^0.3.50"
24
+ "@lmzhen/dsh-tool-memory": "^0.3.52",
25
+ "@lmzhen/dsh-tool-skill-manage": "^0.3.52",
26
+ "@lmzhen/dsh-evolution-skill-catalog": "^0.3.52"
27
27
  },
28
28
  "exports": {
29
29
  "./invariant": {