@lmzhen/dsh-evolution-preset 0.3.83 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +12 -42
  2. package/package.json +24 -24
package/README.md CHANGED
@@ -1,53 +1,23 @@
1
1
  # @lmzhen/dsh-evolution-preset
2
2
 
3
- Compatibility one-click bundle for the dsh-evolution plugin family
3
+ Compatibility one-click bundle for the dsh-evolution plugin family: it exposes the model
4
+ tools profile-wide in one step.
4
5
 
5
- > ⚠️ **Mutually exclusive install target.** `dsh-evolution-preset` is the
6
- > one-click bundle that exposes the model tools profile-wide. It shares its
7
- > infrastructure rows with `@lmzhen/dsh-evolution-host`; do **not** add both
8
- > bundles to the same profile — pick the layered host/agent layout (recommended)
9
- > or this preset bundle.
10
- >
11
- > **0.3.54 (route B)**: `@lmzhen/dsh-evolution-all` is now the DEFAULT
12
- > full-functionality bundle with the same row set — new installs should use
13
- > `all` and reserve this preset for legacy compatibility. Its rows are kept in
14
- > sync with `all` by the bundle-mutual-exclusion guard (identical row bodies).
6
+ > ⚠️ **Mutually exclusive install target.** `dsh-evolution-preset` is the one-click bundle that exposes the model tools profile-wide. It shares its infrastructure rows with `@lmzhen/dsh-evolution-host`; do **not** add both bundles to the same profile — pick the layered host/agent layout (recommended) or this preset bundle.
15
7
 
8
+ ## Model surface
16
9
 
17
- ## Model Experience
18
-
19
- ### Indirect model surface
20
-
21
- #### What the model sees
22
-
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`).
33
-
34
- #### Token effect
35
-
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.
40
-
41
- #### KV Cache effect
42
-
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.
46
-
47
- ## Known Limitations and Deferred Work
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
+ - **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 row set, and its rows are kept in sync with `all` by the bundle-mutual-exclusion guard (identical row bodies).
48
13
 
14
+ ## Known limitations
49
15
 
50
16
  - Compatibility one-click bundle exposes model tools profile-wide. Prefer the layered host/agent install for stricter session control.
51
17
 
52
18
  **Runtime invariant:** No companion is published. The platform auto-assembles nothing and the family mounts no `<pkg>/invariant` cordis row, so a companion here would never execute (v37 S2.1 / I-3).
53
19
 
20
+ ## Notes and history
21
+
22
+ - **0.3.54 (route B)**: `@lmzhen/dsh-evolution-all` is now the DEFAULT full-functionality bundle with the same row set: 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
+ - **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.3.83",
4
+ "version": "0.4.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.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"
34
+ "@lmzhen/dsh-evolution-io": "^0.4.0",
35
+ "@lmzhen/dsh-evolution-io-node": "^0.4.0",
36
+ "@lmzhen/dsh-evolution-state-storage": "^0.4.0",
37
+ "@lmzhen/dsh-evolution-state": "^0.4.0",
38
+ "@lmzhen/dsh-evolution-state-domain": "^0.4.0",
39
+ "@lmzhen/dsh-evolution-state-json": "^0.4.0",
40
+ "@lmzhen/dsh-memory": "^0.4.0",
41
+ "@lmzhen/dsh-memory-files": "^0.4.0",
42
+ "@lmzhen/dsh-tool-memory": "^0.4.0",
43
+ "@lmzhen/dsh-skill-usage": "^0.4.0",
44
+ "@lmzhen/dsh-tool-skill-manage": "^0.4.0",
45
+ "@lmzhen/dsh-evolution-policy": "^0.4.0",
46
+ "@lmzhen/dsh-evolution-approval": "^0.4.0",
47
+ "@lmzhen/dsh-evolution-threat": "^0.4.0",
48
+ "@lmzhen/dsh-evolution-review": "^0.4.0",
49
+ "@lmzhen/dsh-evolution-curator": "^0.4.0",
50
+ "@lmzhen/dsh-evolution-commands": "^0.4.0",
51
+ "@lmzhen/dsh-evolution-maintenance": "^0.4.0",
52
+ "@lmzhen/dsh-evolution-activity": "^0.4.0",
53
+ "@lmzhen/dsh-evolution-feedback": "^0.4.0",
54
+ "@lmzhen/dsh-evolution-learning-graph": "^0.4.0",
55
+ "@lmzhen/dsh-evolution-replay": "^0.4.0",
56
+ "@lmzhen/dsh-evolution-skill-catalog": "^0.4.0"
57
57
  },
58
58
  "exports": {
59
59
  ".": {