@lmzhen/dsh-evolution-preset 0.3.76 → 0.3.78
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.
- package/cordis.patch.yml +8 -0
- package/package.json +24 -24
package/cordis.patch.yml
CHANGED
|
@@ -46,8 +46,13 @@
|
|
|
46
46
|
name: '@lmzhen/dsh-tool-memory'
|
|
47
47
|
|
|
48
48
|
# ── skills: usage telemetry, model-facing management tool ───────────────
|
|
49
|
+
# `sessionScoped: true` is shared with evolution-host/all (this row must stay
|
|
50
|
+
# byte-identical across the bundles — bundle-mutual-exclusion.spec). Here the
|
|
51
|
+
# model rows are mounted at profile root, so every session carries them.
|
|
49
52
|
- id: skill-usage
|
|
50
53
|
name: '@lmzhen/dsh-skill-usage'
|
|
54
|
+
config:
|
|
55
|
+
sessionScoped: true
|
|
51
56
|
- id: tool-skill-manage
|
|
52
57
|
name: '@lmzhen/dsh-tool-skill-manage'
|
|
53
58
|
- id: tool-session-query
|
|
@@ -73,6 +78,9 @@
|
|
|
73
78
|
# shared-row config byte-identical to host preserves the mutual exclusion
|
|
74
79
|
# between the host bundle and this preset bundle (E-33).
|
|
75
80
|
reviewToolAllow: [skill]
|
|
81
|
+
# Shared with every bundle (byte-identical row): with the model rows at
|
|
82
|
+
# profile root every session carries them, so the probe passes for all.
|
|
83
|
+
sessionScoped: true
|
|
76
84
|
- id: evolution-curator
|
|
77
85
|
name: '@lmzhen/dsh-evolution-curator'
|
|
78
86
|
- id: evolution-commands
|
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.
|
|
4
|
+
"version": "0.3.78",
|
|
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.
|
|
35
|
-
"@lmzhen/dsh-evolution-io-node": "^0.3.
|
|
36
|
-
"@lmzhen/dsh-evolution-state-storage": "^0.3.
|
|
37
|
-
"@lmzhen/dsh-evolution-state": "^0.3.
|
|
38
|
-
"@lmzhen/dsh-evolution-state-domain": "^0.3.
|
|
39
|
-
"@lmzhen/dsh-evolution-state-json": "^0.3.
|
|
40
|
-
"@lmzhen/dsh-memory": "^0.3.
|
|
41
|
-
"@lmzhen/dsh-memory-files": "^0.3.
|
|
42
|
-
"@lmzhen/dsh-tool-memory": "^0.3.
|
|
43
|
-
"@lmzhen/dsh-skill-usage": "^0.3.
|
|
44
|
-
"@lmzhen/dsh-tool-skill-manage": "^0.3.
|
|
45
|
-
"@lmzhen/dsh-evolution-policy": "^0.3.
|
|
46
|
-
"@lmzhen/dsh-evolution-approval": "^0.3.
|
|
47
|
-
"@lmzhen/dsh-evolution-threat": "^0.3.
|
|
48
|
-
"@lmzhen/dsh-evolution-review": "^0.3.
|
|
49
|
-
"@lmzhen/dsh-evolution-curator": "^0.3.
|
|
50
|
-
"@lmzhen/dsh-evolution-commands": "^0.3.
|
|
51
|
-
"@lmzhen/dsh-evolution-maintenance": "^0.3.
|
|
52
|
-
"@lmzhen/dsh-evolution-activity": "^0.3.
|
|
53
|
-
"@lmzhen/dsh-evolution-feedback": "^0.3.
|
|
54
|
-
"@lmzhen/dsh-evolution-learning-graph": "^0.3.
|
|
55
|
-
"@lmzhen/dsh-evolution-replay": "^0.3.
|
|
56
|
-
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.
|
|
34
|
+
"@lmzhen/dsh-evolution-io": "^0.3.78",
|
|
35
|
+
"@lmzhen/dsh-evolution-io-node": "^0.3.78",
|
|
36
|
+
"@lmzhen/dsh-evolution-state-storage": "^0.3.78",
|
|
37
|
+
"@lmzhen/dsh-evolution-state": "^0.3.78",
|
|
38
|
+
"@lmzhen/dsh-evolution-state-domain": "^0.3.78",
|
|
39
|
+
"@lmzhen/dsh-evolution-state-json": "^0.3.78",
|
|
40
|
+
"@lmzhen/dsh-memory": "^0.3.78",
|
|
41
|
+
"@lmzhen/dsh-memory-files": "^0.3.78",
|
|
42
|
+
"@lmzhen/dsh-tool-memory": "^0.3.78",
|
|
43
|
+
"@lmzhen/dsh-skill-usage": "^0.3.78",
|
|
44
|
+
"@lmzhen/dsh-tool-skill-manage": "^0.3.78",
|
|
45
|
+
"@lmzhen/dsh-evolution-policy": "^0.3.78",
|
|
46
|
+
"@lmzhen/dsh-evolution-approval": "^0.3.78",
|
|
47
|
+
"@lmzhen/dsh-evolution-threat": "^0.3.78",
|
|
48
|
+
"@lmzhen/dsh-evolution-review": "^0.3.78",
|
|
49
|
+
"@lmzhen/dsh-evolution-curator": "^0.3.78",
|
|
50
|
+
"@lmzhen/dsh-evolution-commands": "^0.3.78",
|
|
51
|
+
"@lmzhen/dsh-evolution-maintenance": "^0.3.78",
|
|
52
|
+
"@lmzhen/dsh-evolution-activity": "^0.3.78",
|
|
53
|
+
"@lmzhen/dsh-evolution-feedback": "^0.3.78",
|
|
54
|
+
"@lmzhen/dsh-evolution-learning-graph": "^0.3.78",
|
|
55
|
+
"@lmzhen/dsh-evolution-replay": "^0.3.78",
|
|
56
|
+
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.78"
|
|
57
57
|
},
|
|
58
58
|
"exports": {
|
|
59
59
|
".": {
|