@lmzhen/dsh-evolution-preset 0.3.82 → 0.3.83
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/README.md +19 -5
- package/package.json +24 -24
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @lmzhen/dsh-evolution-preset
|
|
2
2
|
|
|
3
3
|
Compatibility one-click bundle for the dsh-evolution plugin family
|
|
4
4
|
|
|
5
5
|
> ⚠️ **Mutually exclusive install target.** `dsh-evolution-preset` is the
|
|
6
6
|
> one-click bundle that exposes the model tools profile-wide. It shares its
|
|
7
|
-
> infrastructure rows with `@
|
|
7
|
+
> infrastructure rows with `@lmzhen/dsh-evolution-host`; do **not** add both
|
|
8
8
|
> bundles to the same profile — pick the layered host/agent layout (recommended)
|
|
9
9
|
> or this preset bundle.
|
|
10
10
|
>
|
|
@@ -20,15 +20,29 @@ Compatibility one-click bundle for the dsh-evolution plugin family
|
|
|
20
20
|
|
|
21
21
|
#### What the model sees
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
**S5.7 correction (2026-09-16, audit P2-25)**: earlier revisions claimed this
|
|
24
|
+
bundle "registers no direct prompt or tool schema itself" / "Zero direct token
|
|
25
|
+
effect" / "does not alter the assembled prompt or tool list" — that was
|
|
26
|
+
inaccurate (the same error class the host README corrected at v20). This is
|
|
27
|
+
the one-click FULL bundle: its `cordis.patch.yml` mounts the model-visible
|
|
28
|
+
rows directly — the `memory` tool (`tool-memory`), the `skill_manage` tool
|
|
29
|
+
(`tool-skill-manage`), the session-search tool row (`tool-session-query`),
|
|
30
|
+
the `ctx.skills` catalog provider (`evolution-skill-catalog`, which feeds the
|
|
31
|
+
`skill` tool's catalog section) and the read-only `maintenance_probe` tool
|
|
32
|
+
(`evolution-maintenance/tools`).
|
|
24
33
|
|
|
25
34
|
#### Token effect
|
|
26
35
|
|
|
27
|
-
|
|
36
|
+
Non-zero: the mounted tools add their schemas to every session under this
|
|
37
|
+
bundle, and the skill catalog adds its prompt section (populated from the
|
|
38
|
+
library). The guidance sections injected by the family's model rows are owned
|
|
39
|
+
by those rows, not re-declared here.
|
|
28
40
|
|
|
29
41
|
#### KV Cache effect
|
|
30
42
|
|
|
31
|
-
|
|
43
|
+
Same shape as the installed rows: tool schemas and the skill-catalog section
|
|
44
|
+
enter the request prefix; this patch file itself adds no additional prompt
|
|
45
|
+
beyond what those rows register.
|
|
32
46
|
|
|
33
47
|
## Known Limitations and Deferred Work
|
|
34
48
|
|
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.83",
|
|
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.83",
|
|
35
|
+
"@lmzhen/dsh-evolution-io-node": "^0.3.83",
|
|
36
|
+
"@lmzhen/dsh-evolution-state-storage": "^0.3.83",
|
|
37
|
+
"@lmzhen/dsh-evolution-state": "^0.3.83",
|
|
38
|
+
"@lmzhen/dsh-evolution-state-domain": "^0.3.83",
|
|
39
|
+
"@lmzhen/dsh-evolution-state-json": "^0.3.83",
|
|
40
|
+
"@lmzhen/dsh-memory": "^0.3.83",
|
|
41
|
+
"@lmzhen/dsh-memory-files": "^0.3.83",
|
|
42
|
+
"@lmzhen/dsh-tool-memory": "^0.3.83",
|
|
43
|
+
"@lmzhen/dsh-skill-usage": "^0.3.83",
|
|
44
|
+
"@lmzhen/dsh-tool-skill-manage": "^0.3.83",
|
|
45
|
+
"@lmzhen/dsh-evolution-policy": "^0.3.83",
|
|
46
|
+
"@lmzhen/dsh-evolution-approval": "^0.3.83",
|
|
47
|
+
"@lmzhen/dsh-evolution-threat": "^0.3.83",
|
|
48
|
+
"@lmzhen/dsh-evolution-review": "^0.3.83",
|
|
49
|
+
"@lmzhen/dsh-evolution-curator": "^0.3.83",
|
|
50
|
+
"@lmzhen/dsh-evolution-commands": "^0.3.83",
|
|
51
|
+
"@lmzhen/dsh-evolution-maintenance": "^0.3.83",
|
|
52
|
+
"@lmzhen/dsh-evolution-activity": "^0.3.83",
|
|
53
|
+
"@lmzhen/dsh-evolution-feedback": "^0.3.83",
|
|
54
|
+
"@lmzhen/dsh-evolution-learning-graph": "^0.3.83",
|
|
55
|
+
"@lmzhen/dsh-evolution-replay": "^0.3.83",
|
|
56
|
+
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.83"
|
|
57
57
|
},
|
|
58
58
|
"exports": {
|
|
59
59
|
".": {
|