@lmzhen/dsh-evolution-preset 0.3.80 → 0.3.82

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.yml +5 -0
  2. package/package.json +24 -24
package/cordis.yml CHANGED
@@ -109,6 +109,11 @@
109
109
  name: '@lmzhen/dsh-skill-usage'
110
110
  - id: tool-skill-manage
111
111
  name: '@lmzhen/dsh-tool-skill-manage'
112
+ # S3-1 (G-3) LAYER SEMANTICS: this row files into the PRESET layer, which is the
113
+ # NEAREST layer for a session running this preset — it wins duplicate skill names
114
+ # outright, regardless of rank. `includeSkillNames` / `excludeSkillNames` set here
115
+ # are therefore the ones that govern a preset session; the same row in
116
+ # evolution-all (global layer) governs only sessions WITHOUT the preset.
112
117
  - id: evolution-skill-catalog
113
118
  name: '@lmzhen/dsh-evolution-skill-catalog'
114
119
 
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.80",
4
+ "version": "0.3.82",
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.80",
35
- "@lmzhen/dsh-evolution-io-node": "^0.3.80",
36
- "@lmzhen/dsh-evolution-state-storage": "^0.3.80",
37
- "@lmzhen/dsh-evolution-state": "^0.3.80",
38
- "@lmzhen/dsh-evolution-state-domain": "^0.3.80",
39
- "@lmzhen/dsh-evolution-state-json": "^0.3.80",
40
- "@lmzhen/dsh-memory": "^0.3.80",
41
- "@lmzhen/dsh-memory-files": "^0.3.80",
42
- "@lmzhen/dsh-tool-memory": "^0.3.80",
43
- "@lmzhen/dsh-skill-usage": "^0.3.80",
44
- "@lmzhen/dsh-tool-skill-manage": "^0.3.80",
45
- "@lmzhen/dsh-evolution-policy": "^0.3.80",
46
- "@lmzhen/dsh-evolution-approval": "^0.3.80",
47
- "@lmzhen/dsh-evolution-threat": "^0.3.80",
48
- "@lmzhen/dsh-evolution-review": "^0.3.80",
49
- "@lmzhen/dsh-evolution-curator": "^0.3.80",
50
- "@lmzhen/dsh-evolution-commands": "^0.3.80",
51
- "@lmzhen/dsh-evolution-maintenance": "^0.3.80",
52
- "@lmzhen/dsh-evolution-activity": "^0.3.80",
53
- "@lmzhen/dsh-evolution-feedback": "^0.3.80",
54
- "@lmzhen/dsh-evolution-learning-graph": "^0.3.80",
55
- "@lmzhen/dsh-evolution-replay": "^0.3.80",
56
- "@lmzhen/dsh-evolution-skill-catalog": "^0.3.80"
34
+ "@lmzhen/dsh-evolution-io": "^0.3.82",
35
+ "@lmzhen/dsh-evolution-io-node": "^0.3.82",
36
+ "@lmzhen/dsh-evolution-state-storage": "^0.3.82",
37
+ "@lmzhen/dsh-evolution-state": "^0.3.82",
38
+ "@lmzhen/dsh-evolution-state-domain": "^0.3.82",
39
+ "@lmzhen/dsh-evolution-state-json": "^0.3.82",
40
+ "@lmzhen/dsh-memory": "^0.3.82",
41
+ "@lmzhen/dsh-memory-files": "^0.3.82",
42
+ "@lmzhen/dsh-tool-memory": "^0.3.82",
43
+ "@lmzhen/dsh-skill-usage": "^0.3.82",
44
+ "@lmzhen/dsh-tool-skill-manage": "^0.3.82",
45
+ "@lmzhen/dsh-evolution-policy": "^0.3.82",
46
+ "@lmzhen/dsh-evolution-approval": "^0.3.82",
47
+ "@lmzhen/dsh-evolution-threat": "^0.3.82",
48
+ "@lmzhen/dsh-evolution-review": "^0.3.82",
49
+ "@lmzhen/dsh-evolution-curator": "^0.3.82",
50
+ "@lmzhen/dsh-evolution-commands": "^0.3.82",
51
+ "@lmzhen/dsh-evolution-maintenance": "^0.3.82",
52
+ "@lmzhen/dsh-evolution-activity": "^0.3.82",
53
+ "@lmzhen/dsh-evolution-feedback": "^0.3.82",
54
+ "@lmzhen/dsh-evolution-learning-graph": "^0.3.82",
55
+ "@lmzhen/dsh-evolution-replay": "^0.3.82",
56
+ "@lmzhen/dsh-evolution-skill-catalog": "^0.3.82"
57
57
  },
58
58
  "exports": {
59
59
  ".": {