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

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 +5 -4
  2. package/package.json +4 -4
package/agent.cordis.yml CHANGED
@@ -21,10 +21,11 @@
21
21
  # `tool-skill` 60-char catalog cap is likewise NOT carried as a delta row: the
22
22
  # session-visible `tool-skill` instance is the standard composition's own row,
23
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.
24
+ # reach this preset scope at all — instead the preset COMPOSER (both
25
+ # `/evolution preset install` and install-layered; 0.3.53 unified the rule)
26
+ # INJECTS the cap onto that standard-sourced row at generation time (V10-14).
27
+ # The delta rows are also the only evolution-owned text in the composed
28
+ # preset, so it tracks every platform version.
28
29
  - id: tool-memory
29
30
  name: '@lmzhen/dsh-tool-memory'
30
31
 
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.52",
4
+ "version": "0.3.54",
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.52",
25
- "@lmzhen/dsh-tool-skill-manage": "^0.3.52",
26
- "@lmzhen/dsh-evolution-skill-catalog": "^0.3.52"
24
+ "@lmzhen/dsh-tool-memory": "^0.3.54",
25
+ "@lmzhen/dsh-tool-skill-manage": "^0.3.54",
26
+ "@lmzhen/dsh-evolution-skill-catalog": "^0.3.54"
27
27
  },
28
28
  "exports": {
29
29
  "./invariant": {