@lmzhen/dsh-evolution-preset 0.3.69 → 0.3.71
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 +14 -0
- package/package.json +30 -30
package/cordis.patch.yml
CHANGED
|
@@ -92,6 +92,14 @@
|
|
|
92
92
|
# Mirrors evolution-host: this is an OVERRIDE of the base `session-query-sqlite`
|
|
93
93
|
# row (never an insert) so it sits OUTSIDE the `- insert:` block. Parameterized
|
|
94
94
|
# via dsh `!!js` runtime env evaluation; profile overlays may still override.
|
|
95
|
+
# WHOLE-CONFIG REPLACEMENT (v33 G2.3): an override's `config` replaces the base
|
|
96
|
+
# entry's config as a whole, so every platform key NOT set below falls back to
|
|
97
|
+
# that row's schema default. Platform keys for this row
|
|
98
|
+
# (0.1.5-rc.2 `session-query-sqlite` Config): path, openAt, journalMode,
|
|
99
|
+
# defaultLimit, maxLimit, snippetChars, readWindowMax, persistedReadConcurrency,
|
|
100
|
+
# preparedSessionCacheSize.
|
|
101
|
+
# verify-declared-config.mjs --upstream recomputes this list from the platform
|
|
102
|
+
# source and fails when the row gains a key this comment does not name.
|
|
95
103
|
- id: session-query-sqlite
|
|
96
104
|
config:
|
|
97
105
|
# P2-12 (V10-15): trim-then-fallback — an empty DSH_EVOLUTION_SESSION_
|
|
@@ -116,6 +124,12 @@
|
|
|
116
124
|
# The row is byte-identical to the host's, so the E-33 shared-row pin
|
|
117
125
|
# (bundle-mutual-exclusion spec) holds; base `tool-skill` carries no other
|
|
118
126
|
# config today, so the whole-config replacement is safe.
|
|
127
|
+
# WHOLE-CONFIG REPLACEMENT (v33 G2.3): an override's `config` replaces the base
|
|
128
|
+
# entry's config as a whole, so every platform key NOT set below falls back to
|
|
129
|
+
# that row's schema default. Platform keys for this row (0.1.5-rc.2
|
|
130
|
+
# `tool-skill` Config): catalogDescriptionMaxLength.
|
|
131
|
+
# verify-declared-config.mjs --upstream recomputes this list from the platform
|
|
132
|
+
# source and fails when the row gains a key this comment does not name.
|
|
119
133
|
- id: tool-skill
|
|
120
134
|
config:
|
|
121
135
|
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.
|
|
4
|
+
"version": "0.3.71",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -27,33 +27,33 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@deepseek-ai/dsh-storage": "^0.1.
|
|
31
|
-
"@deepseek-ai/dsh-storage-json": "^0.1.
|
|
32
|
-
"@deepseek-ai/dsh-storage-domain": "^0.1.
|
|
33
|
-
"@deepseek-ai/dsh-tool-session-query": "^0.1.
|
|
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.
|
|
30
|
+
"@deepseek-ai/dsh-storage": "^0.1.5-rc.2",
|
|
31
|
+
"@deepseek-ai/dsh-storage-json": "^0.1.5-rc.2",
|
|
32
|
+
"@deepseek-ai/dsh-storage-domain": "^0.1.5-rc.2",
|
|
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"
|
|
57
57
|
},
|
|
58
58
|
"exports": {
|
|
59
59
|
"./invariant": {
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"./package.json": "./package.json"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
|
-
"@deepseek-ai/dsh-invariants": "^0.1.
|
|
72
|
+
"@deepseek-ai/dsh-invariants": "^0.1.5-rc.2",
|
|
73
73
|
"@deepseek-ai/cordis": "^4.0.1"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@deepseek-ai/dsh-invariants": "^0.1.
|
|
76
|
+
"@deepseek-ai/dsh-invariants": "^0.1.5-rc.2",
|
|
77
77
|
"@deepseek-ai/cordis": "^4.0.1"
|
|
78
78
|
},
|
|
79
79
|
"types": "lib/types/index.d.ts"
|