@lmzhen/dsh-evolution-preset 0.5.0 → 0.7.0
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 +2 -2
- package/package.json +24 -24
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ tools profile-wide in one step.
|
|
|
9
9
|
|
|
10
10
|
- **Model-visible:** the rows its `cordis.patch.yml` mounts directly — the `memory` tool (`tool-memory`), the `skill_manage` tool (`tool-skill-manage`), the session-search tool row (`tool-session-query`), the `ctx.skills` catalog provider (`evolution-skill-catalog`, which feeds the `skill` tool's catalog section) and the read-only `maintenance_probe` tool (`evolution-maintenance/tools`). Non-zero: these tools add their schemas to every session under this bundle, and the skill catalog adds its prompt section (populated from the library).
|
|
11
11
|
- **Prompt prefix / KV cache:** same shape as the installed rows: tool schemas and the skill-catalog section enter the request prefix; this patch file itself adds no additional prompt; family-level rules: `packages/README.md` §"Model-visible prompt prefix and the KV cache".
|
|
12
|
-
- **Mount it?** yes, as the legacy one-click form: `@lmzhen/dsh-evolution-all` is the DEFAULT full bundle with the same
|
|
12
|
+
- **Mount it?** yes, as the legacy one-click form: `@lmzhen/dsh-evolution-all` is the DEFAULT full bundle with the same infra and model rows — `all` additionally mounts the client settings section — and its rows are kept in sync with `all` by the bundle-mutual-exclusion guard (identical row bodies).
|
|
13
13
|
|
|
14
14
|
## Known limitations
|
|
15
15
|
|
|
@@ -19,5 +19,5 @@ tools profile-wide in one step.
|
|
|
19
19
|
|
|
20
20
|
## Notes and history
|
|
21
21
|
|
|
22
|
-
- **0.3.54 (route B)**: `@lmzhen/dsh-evolution-all` is now the DEFAULT full-functionality bundle with the same
|
|
22
|
+
- **0.3.54 (route B)**: `@lmzhen/dsh-evolution-all` is now the DEFAULT full-functionality bundle with the same infra and model rows: new installs should use `all` and reserve this preset for legacy compatibility. Its rows are kept in sync with `all` by the bundle-mutual-exclusion guard (identical row bodies).
|
|
23
23
|
- **S5.7 correction (2026-09-16, audit P2-25)**: earlier revisions claimed this bundle "registers no direct prompt or tool schema itself" / "Zero direct token effect" / "does not alter the assembled prompt or tool list": that was inaccurate (the same error class the host README corrected at v20).
|
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.
|
|
4
|
+
"version": "0.7.0",
|
|
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.
|
|
35
|
-
"@lmzhen/dsh-evolution-io-node": "^0.
|
|
36
|
-
"@lmzhen/dsh-evolution-state-storage": "^0.
|
|
37
|
-
"@lmzhen/dsh-evolution-state": "^0.
|
|
38
|
-
"@lmzhen/dsh-evolution-state-domain": "^0.
|
|
39
|
-
"@lmzhen/dsh-evolution-state-json": "^0.
|
|
40
|
-
"@lmzhen/dsh-memory": "^0.
|
|
41
|
-
"@lmzhen/dsh-memory-files": "^0.
|
|
42
|
-
"@lmzhen/dsh-tool-memory": "^0.
|
|
43
|
-
"@lmzhen/dsh-skill-usage": "^0.
|
|
44
|
-
"@lmzhen/dsh-tool-skill-manage": "^0.
|
|
45
|
-
"@lmzhen/dsh-evolution-policy": "^0.
|
|
46
|
-
"@lmzhen/dsh-evolution-approval": "^0.
|
|
47
|
-
"@lmzhen/dsh-evolution-threat": "^0.
|
|
48
|
-
"@lmzhen/dsh-evolution-review": "^0.
|
|
49
|
-
"@lmzhen/dsh-evolution-curator": "^0.
|
|
50
|
-
"@lmzhen/dsh-evolution-commands": "^0.
|
|
51
|
-
"@lmzhen/dsh-evolution-maintenance": "^0.
|
|
52
|
-
"@lmzhen/dsh-evolution-activity": "^0.
|
|
53
|
-
"@lmzhen/dsh-evolution-feedback": "^0.
|
|
54
|
-
"@lmzhen/dsh-evolution-learning-graph": "^0.
|
|
55
|
-
"@lmzhen/dsh-evolution-replay": "^0.
|
|
56
|
-
"@lmzhen/dsh-evolution-skill-catalog": "^0.
|
|
34
|
+
"@lmzhen/dsh-evolution-io": "^0.7.0",
|
|
35
|
+
"@lmzhen/dsh-evolution-io-node": "^0.7.0",
|
|
36
|
+
"@lmzhen/dsh-evolution-state-storage": "^0.7.0",
|
|
37
|
+
"@lmzhen/dsh-evolution-state": "^0.7.0",
|
|
38
|
+
"@lmzhen/dsh-evolution-state-domain": "^0.7.0",
|
|
39
|
+
"@lmzhen/dsh-evolution-state-json": "^0.7.0",
|
|
40
|
+
"@lmzhen/dsh-memory": "^0.7.0",
|
|
41
|
+
"@lmzhen/dsh-memory-files": "^0.7.0",
|
|
42
|
+
"@lmzhen/dsh-tool-memory": "^0.7.0",
|
|
43
|
+
"@lmzhen/dsh-skill-usage": "^0.7.0",
|
|
44
|
+
"@lmzhen/dsh-tool-skill-manage": "^0.7.0",
|
|
45
|
+
"@lmzhen/dsh-evolution-policy": "^0.7.0",
|
|
46
|
+
"@lmzhen/dsh-evolution-approval": "^0.7.0",
|
|
47
|
+
"@lmzhen/dsh-evolution-threat": "^0.7.0",
|
|
48
|
+
"@lmzhen/dsh-evolution-review": "^0.7.0",
|
|
49
|
+
"@lmzhen/dsh-evolution-curator": "^0.7.0",
|
|
50
|
+
"@lmzhen/dsh-evolution-commands": "^0.7.0",
|
|
51
|
+
"@lmzhen/dsh-evolution-maintenance": "^0.7.0",
|
|
52
|
+
"@lmzhen/dsh-evolution-activity": "^0.7.0",
|
|
53
|
+
"@lmzhen/dsh-evolution-feedback": "^0.7.0",
|
|
54
|
+
"@lmzhen/dsh-evolution-learning-graph": "^0.7.0",
|
|
55
|
+
"@lmzhen/dsh-evolution-replay": "^0.7.0",
|
|
56
|
+
"@lmzhen/dsh-evolution-skill-catalog": "^0.7.0"
|
|
57
57
|
},
|
|
58
58
|
"exports": {
|
|
59
59
|
".": {
|