@lmzhen/dsh-evolution-host 0.1.0-rc.36 → 0.1.0-rc.38
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 +11 -0
- package/package.json +24 -24
package/cordis.patch.yml
CHANGED
|
@@ -91,3 +91,14 @@
|
|
|
91
91
|
config:
|
|
92
92
|
path: !!js (process.env.DSH_EVOLUTION_SESSION_QUERY_PATH ?? ((process.env.DSH_HOME ?? process.env.USERPROFILE ?? '.') + '/evolution/session-query.db'))
|
|
93
93
|
openAt: !!js process.env.DSH_EVOLUTION_SESSION_QUERY ?? 'startup'
|
|
94
|
+
|
|
95
|
+
# ── Hermes 60-char catalog rule: platform interface, deployment default ──────
|
|
96
|
+
# Upstream tool-skill exposes `catalogDescriptionMaxLength` (the 500 constant is
|
|
97
|
+
# only the schema default); the Hermes authoring standard is 60 and the index
|
|
98
|
+
# truncates at the configured value. Override here so INSTALLING the evolution
|
|
99
|
+
# host bundle carries the 60-char behavior automatically — no manual profile
|
|
100
|
+
# edit needed. Base `tool-skill` row carries no other config today, so the
|
|
101
|
+
# whole-config replacement is safe; if upstream adds fields there, copy them.
|
|
102
|
+
- id: tool-skill
|
|
103
|
+
config:
|
|
104
|
+
catalogDescriptionMaxLength: 60
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmzhen/dsh-evolution-host",
|
|
3
3
|
"description": "Host-plane self-evolution infrastructure bundle for DeepSeek Harness (community build)",
|
|
4
|
-
"version": "0.1.0-rc.
|
|
4
|
+
"version": "0.1.0-rc.38",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -26,35 +26,35 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@lmzhen/dsh-evolution-policy": "^0.1.0-rc.
|
|
30
|
-
"@lmzhen/dsh-evolution-io": "^0.1.0-rc.
|
|
31
|
-
"@lmzhen/dsh-evolution-io-node": "^0.1.0-rc.
|
|
32
|
-
"@lmzhen/dsh-evolution-state-storage": "^0.1.0-rc.
|
|
33
|
-
"@lmzhen/dsh-evolution-state-domain": "^0.1.0-rc.
|
|
34
|
-
"@lmzhen/dsh-evolution-state-json": "^0.1.0-rc.
|
|
35
|
-
"@lmzhen/dsh-evolution-state": "^0.1.0-rc.
|
|
36
|
-
"@lmzhen/dsh-memory": "^0.1.0-rc.
|
|
37
|
-
"@lmzhen/dsh-memory-files": "^0.1.0-rc.
|
|
38
|
-
"@lmzhen/dsh-skill-usage": "^0.1.0-rc.
|
|
39
|
-
"@lmzhen/dsh-evolution-approval": "^0.1.0-rc.
|
|
40
|
-
"@lmzhen/dsh-evolution-threat": "^0.1.0-rc.
|
|
41
|
-
"@lmzhen/dsh-evolution-review": "^0.1.0-rc.
|
|
42
|
-
"@lmzhen/dsh-evolution-curator": "^0.1.0-rc.
|
|
43
|
-
"@lmzhen/dsh-evolution-commands": "^0.1.0-rc.
|
|
44
|
-
"@lmzhen/dsh-evolution-activity": "^0.1.0-rc.
|
|
45
|
-
"@lmzhen/dsh-evolution-feedback": "^0.1.0-rc.
|
|
46
|
-
"@lmzhen/dsh-evolution-learning-graph": "^0.1.0-rc.
|
|
47
|
-
"@lmzhen/dsh-evolution-replay": "^0.1.0-rc.
|
|
48
|
-
"@lmzhen/dsh-evolution-capability": "^0.1.0-rc.
|
|
29
|
+
"@lmzhen/dsh-evolution-policy": "^0.1.0-rc.38",
|
|
30
|
+
"@lmzhen/dsh-evolution-io": "^0.1.0-rc.38",
|
|
31
|
+
"@lmzhen/dsh-evolution-io-node": "^0.1.0-rc.38",
|
|
32
|
+
"@lmzhen/dsh-evolution-state-storage": "^0.1.0-rc.38",
|
|
33
|
+
"@lmzhen/dsh-evolution-state-domain": "^0.1.0-rc.38",
|
|
34
|
+
"@lmzhen/dsh-evolution-state-json": "^0.1.0-rc.38",
|
|
35
|
+
"@lmzhen/dsh-evolution-state": "^0.1.0-rc.38",
|
|
36
|
+
"@lmzhen/dsh-memory": "^0.1.0-rc.38",
|
|
37
|
+
"@lmzhen/dsh-memory-files": "^0.1.0-rc.38",
|
|
38
|
+
"@lmzhen/dsh-skill-usage": "^0.1.0-rc.38",
|
|
39
|
+
"@lmzhen/dsh-evolution-approval": "^0.1.0-rc.38",
|
|
40
|
+
"@lmzhen/dsh-evolution-threat": "^0.1.0-rc.38",
|
|
41
|
+
"@lmzhen/dsh-evolution-review": "^0.1.0-rc.38",
|
|
42
|
+
"@lmzhen/dsh-evolution-curator": "^0.1.0-rc.38",
|
|
43
|
+
"@lmzhen/dsh-evolution-commands": "^0.1.0-rc.38",
|
|
44
|
+
"@lmzhen/dsh-evolution-activity": "^0.1.0-rc.38",
|
|
45
|
+
"@lmzhen/dsh-evolution-feedback": "^0.1.0-rc.38",
|
|
46
|
+
"@lmzhen/dsh-evolution-learning-graph": "^0.1.0-rc.38",
|
|
47
|
+
"@lmzhen/dsh-evolution-replay": "^0.1.0-rc.38",
|
|
48
|
+
"@lmzhen/dsh-evolution-capability": "^0.1.0-rc.38"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@deepseek-ai/dsh-agent-loop-testkit": "^0.1.0-rc.6",
|
|
52
52
|
"@deepseek-ai/dsh-skill": "^0.1.0-rc.6",
|
|
53
53
|
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
|
|
54
54
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
55
|
-
"@lmzhen/dsh-tool-memory": "^0.1.0-rc.
|
|
56
|
-
"@lmzhen/dsh-tool-skill-manage": "^0.1.0-rc.
|
|
57
|
-
"@lmzhen/dsh-evolution-skill-catalog": "^0.1.0-rc.
|
|
55
|
+
"@lmzhen/dsh-tool-memory": "^0.1.0-rc.38",
|
|
56
|
+
"@lmzhen/dsh-tool-skill-manage": "^0.1.0-rc.38",
|
|
57
|
+
"@lmzhen/dsh-evolution-skill-catalog": "^0.1.0-rc.38"
|
|
58
58
|
},
|
|
59
59
|
"exports": {
|
|
60
60
|
"./invariant": {
|