@lmzhen/dsh-evolution-preset 0.3.71 → 0.3.72

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/cordis.patch.yml +6 -0
  2. package/package.json +24 -24
package/cordis.patch.yml CHANGED
@@ -130,6 +130,12 @@
130
130
  # `tool-skill` Config): catalogDescriptionMaxLength.
131
131
  # verify-declared-config.mjs --upstream recomputes this list from the platform
132
132
  # source and fails when the row gains a key this comment does not name.
133
+ # OPT-29 (2026-09): on the WEB plane the upstream web-app patch disables the
134
+ # profile-root tool-skill row entirely (web-app/cordis.patch.yml: tool-skill
135
+ # disabled: true) — there this override patches an entry that never starts.
136
+ # That is harmless today (root sessions on web have no skill tool at all), and
137
+ # preset-scope sessions are covered by the composer injection; the override
138
+ # reaches base-plane (headless) root sessions only.
133
139
  - id: tool-skill
134
140
  config:
135
141
  catalogDescriptionMaxLength: 60
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-preset",
3
3
  "description": "Compatibility one-click bundle (legacy; new installs should use evolution-all) (community build)",
4
- "version": "0.3.71",
4
+ "version": "0.3.72",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -31,29 +31,29 @@
31
31
  "@deepseek-ai/dsh-storage-json": "^0.1.5-rc.2",
32
32
  "@deepseek-ai/dsh-storage-domain": "^0.1.5-rc.2",
33
33
  "@deepseek-ai/dsh-tool-session-query": "^0.1.5-rc.2",
34
- "@lmzhen/dsh-evolution-io": "^0.3.71",
35
- "@lmzhen/dsh-evolution-io-node": "^0.3.71",
36
- "@lmzhen/dsh-evolution-state-storage": "^0.3.71",
37
- "@lmzhen/dsh-evolution-state": "^0.3.71",
38
- "@lmzhen/dsh-evolution-state-domain": "^0.3.71",
39
- "@lmzhen/dsh-evolution-state-json": "^0.3.71",
40
- "@lmzhen/dsh-memory": "^0.3.71",
41
- "@lmzhen/dsh-memory-files": "^0.3.71",
42
- "@lmzhen/dsh-tool-memory": "^0.3.71",
43
- "@lmzhen/dsh-skill-usage": "^0.3.71",
44
- "@lmzhen/dsh-tool-skill-manage": "^0.3.71",
45
- "@lmzhen/dsh-evolution-policy": "^0.3.71",
46
- "@lmzhen/dsh-evolution-approval": "^0.3.71",
47
- "@lmzhen/dsh-evolution-threat": "^0.3.71",
48
- "@lmzhen/dsh-evolution-review": "^0.3.71",
49
- "@lmzhen/dsh-evolution-curator": "^0.3.71",
50
- "@lmzhen/dsh-evolution-commands": "^0.3.71",
51
- "@lmzhen/dsh-evolution-maintenance": "^0.3.71",
52
- "@lmzhen/dsh-evolution-activity": "^0.3.71",
53
- "@lmzhen/dsh-evolution-feedback": "^0.3.71",
54
- "@lmzhen/dsh-evolution-learning-graph": "^0.3.71",
55
- "@lmzhen/dsh-evolution-replay": "^0.3.71",
56
- "@lmzhen/dsh-evolution-skill-catalog": "^0.3.71"
34
+ "@lmzhen/dsh-evolution-io": "^0.3.72",
35
+ "@lmzhen/dsh-evolution-io-node": "^0.3.72",
36
+ "@lmzhen/dsh-evolution-state-storage": "^0.3.72",
37
+ "@lmzhen/dsh-evolution-state": "^0.3.72",
38
+ "@lmzhen/dsh-evolution-state-domain": "^0.3.72",
39
+ "@lmzhen/dsh-evolution-state-json": "^0.3.72",
40
+ "@lmzhen/dsh-memory": "^0.3.72",
41
+ "@lmzhen/dsh-memory-files": "^0.3.72",
42
+ "@lmzhen/dsh-tool-memory": "^0.3.72",
43
+ "@lmzhen/dsh-skill-usage": "^0.3.72",
44
+ "@lmzhen/dsh-tool-skill-manage": "^0.3.72",
45
+ "@lmzhen/dsh-evolution-policy": "^0.3.72",
46
+ "@lmzhen/dsh-evolution-approval": "^0.3.72",
47
+ "@lmzhen/dsh-evolution-threat": "^0.3.72",
48
+ "@lmzhen/dsh-evolution-review": "^0.3.72",
49
+ "@lmzhen/dsh-evolution-curator": "^0.3.72",
50
+ "@lmzhen/dsh-evolution-commands": "^0.3.72",
51
+ "@lmzhen/dsh-evolution-maintenance": "^0.3.72",
52
+ "@lmzhen/dsh-evolution-activity": "^0.3.72",
53
+ "@lmzhen/dsh-evolution-feedback": "^0.3.72",
54
+ "@lmzhen/dsh-evolution-learning-graph": "^0.3.72",
55
+ "@lmzhen/dsh-evolution-replay": "^0.3.72",
56
+ "@lmzhen/dsh-evolution-skill-catalog": "^0.3.72"
57
57
  },
58
58
  "exports": {
59
59
  "./invariant": {