@lmzhen/dsh-evolution-preset 0.3.24 → 0.3.26
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.yml +8 -0
- package/package.json +24 -24
package/cordis.yml
CHANGED
|
@@ -5,6 +5,14 @@
|
|
|
5
5
|
# ctx.evolutionStateStorage -> storage-domain KV provider, with a JSON
|
|
6
6
|
# provider mounted as fallback/portable audit
|
|
7
7
|
#
|
|
8
|
+
# Storage ownership (D-30): the storage stack (`storage`, `storage-json`,
|
|
9
|
+
# `storage-domain`) is HOST-plane in DSH — a preset must not own it. This
|
|
10
|
+
# STANDALONE composition lists it only because a hand-composed file has no
|
|
11
|
+
# host bundle behind it; the overlay form (cordis.patch.yml) relies on the
|
|
12
|
+
# host providing the facility and therefore does not list these rows. When
|
|
13
|
+
# composing manually, include the host storage rows yourself (or use the
|
|
14
|
+
# patch overlay on a host that already provides them).
|
|
15
|
+
#
|
|
8
16
|
# The legacy `@deepseek-ai/dsh-evolution` facade was retired from publishing
|
|
9
17
|
# after the v0.1.0-rc.18 release tag (see docs/codebase-audit-rc16.md); this
|
|
10
18
|
# composition uses the smaller native packages instead.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmzhen/dsh-evolution-preset",
|
|
3
3
|
"description": "Compatibility one-click bundle for the dsh-evolution plugin family (community build)",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.26",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -30,29 +30,29 @@
|
|
|
30
30
|
"@deepseek-ai/dsh-storage-json": "^0.1.1-rc.2",
|
|
31
31
|
"@deepseek-ai/dsh-storage-domain": "^0.1.1-rc.2",
|
|
32
32
|
"@deepseek-ai/dsh-tool-session-query": "^0.1.1-rc.2",
|
|
33
|
-
"@lmzhen/dsh-evolution-io": "^0.3.
|
|
34
|
-
"@lmzhen/dsh-evolution-io-node": "^0.3.
|
|
35
|
-
"@lmzhen/dsh-evolution-state-storage": "^0.3.
|
|
36
|
-
"@lmzhen/dsh-evolution-state": "^0.3.
|
|
37
|
-
"@lmzhen/dsh-evolution-state-domain": "^0.3.
|
|
38
|
-
"@lmzhen/dsh-evolution-state-json": "^0.3.
|
|
39
|
-
"@lmzhen/dsh-memory": "^0.3.
|
|
40
|
-
"@lmzhen/dsh-memory-files": "^0.3.
|
|
41
|
-
"@lmzhen/dsh-tool-memory": "^0.3.
|
|
42
|
-
"@lmzhen/dsh-skill-usage": "^0.3.
|
|
43
|
-
"@lmzhen/dsh-tool-skill-manage": "^0.3.
|
|
44
|
-
"@lmzhen/dsh-evolution-policy": "^0.3.
|
|
45
|
-
"@lmzhen/dsh-evolution-approval": "^0.3.
|
|
46
|
-
"@lmzhen/dsh-evolution-threat": "^0.3.
|
|
47
|
-
"@lmzhen/dsh-evolution-review": "^0.3.
|
|
48
|
-
"@lmzhen/dsh-evolution-curator": "^0.3.
|
|
49
|
-
"@lmzhen/dsh-evolution-commands": "^0.3.
|
|
50
|
-
"@lmzhen/dsh-evolution-maintenance": "^0.3.
|
|
51
|
-
"@lmzhen/dsh-evolution-activity": "^0.3.
|
|
52
|
-
"@lmzhen/dsh-evolution-feedback": "^0.3.
|
|
53
|
-
"@lmzhen/dsh-evolution-learning-graph": "^0.3.
|
|
54
|
-
"@lmzhen/dsh-evolution-replay": "^0.3.
|
|
55
|
-
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.
|
|
33
|
+
"@lmzhen/dsh-evolution-io": "^0.3.26",
|
|
34
|
+
"@lmzhen/dsh-evolution-io-node": "^0.3.26",
|
|
35
|
+
"@lmzhen/dsh-evolution-state-storage": "^0.3.26",
|
|
36
|
+
"@lmzhen/dsh-evolution-state": "^0.3.26",
|
|
37
|
+
"@lmzhen/dsh-evolution-state-domain": "^0.3.26",
|
|
38
|
+
"@lmzhen/dsh-evolution-state-json": "^0.3.26",
|
|
39
|
+
"@lmzhen/dsh-memory": "^0.3.26",
|
|
40
|
+
"@lmzhen/dsh-memory-files": "^0.3.26",
|
|
41
|
+
"@lmzhen/dsh-tool-memory": "^0.3.26",
|
|
42
|
+
"@lmzhen/dsh-skill-usage": "^0.3.26",
|
|
43
|
+
"@lmzhen/dsh-tool-skill-manage": "^0.3.26",
|
|
44
|
+
"@lmzhen/dsh-evolution-policy": "^0.3.26",
|
|
45
|
+
"@lmzhen/dsh-evolution-approval": "^0.3.26",
|
|
46
|
+
"@lmzhen/dsh-evolution-threat": "^0.3.26",
|
|
47
|
+
"@lmzhen/dsh-evolution-review": "^0.3.26",
|
|
48
|
+
"@lmzhen/dsh-evolution-curator": "^0.3.26",
|
|
49
|
+
"@lmzhen/dsh-evolution-commands": "^0.3.26",
|
|
50
|
+
"@lmzhen/dsh-evolution-maintenance": "^0.3.26",
|
|
51
|
+
"@lmzhen/dsh-evolution-activity": "^0.3.26",
|
|
52
|
+
"@lmzhen/dsh-evolution-feedback": "^0.3.26",
|
|
53
|
+
"@lmzhen/dsh-evolution-learning-graph": "^0.3.26",
|
|
54
|
+
"@lmzhen/dsh-evolution-replay": "^0.3.26",
|
|
55
|
+
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.26"
|
|
56
56
|
},
|
|
57
57
|
"exports": {
|
|
58
58
|
"./invariant": {
|