@lmzhen/dsh-evolution-preset 0.3.31 → 0.3.33

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/cordis.yml +14 -4
  2. package/package.json +24 -24
package/cordis.yml CHANGED
@@ -20,10 +20,15 @@
20
20
  # flow gets it from the Evolution agent preset), so it is not repeated
21
21
  # here; a fully self-sufficient manual compose should add it (plus the
22
22
  # host's `session-query-sqlite` index override) for cross-session recall.
23
- # - `evolution-maintenance-tools`, the `session-query-sqlite` index override
24
- # and the `tool-skill` 60-char catalog cap are evolution-host-owned; `host`
25
- # and this one-click preset are ALTERNATIVE install targets (mutual
26
- # exclusion, E-33), so repeating them here would mount the row twice.
23
+ # - `evolution-maintenance-tools` is listed by both the overlay form and the
24
+ # host bundle; `session-query-sqlite` override is carried by the overlay
25
+ # itself (it overrides the platform row the DSH profile already has). The
26
+ # `tool-skill` 60-char catalog cap override is evolution-host-owned — the
27
+ # host's base-row override and this one-click preset are ALTERNATIVE
28
+ # install targets (mutual exclusion, E-33) and the preset intentionally
29
+ # runs the platform catalog default instead; a manual compose wanting the
30
+ # cap adds the override itself. `host`/preset must never be installed
31
+ # together (either form), or shared rows would mount twice.
27
32
  # - `evolution-capability` is held out of the composition too (D-9, rc.51) —
28
33
  # a staged Creator-mode governance seam with no live consumer; adopters
29
34
  # add the row on top.
@@ -92,6 +97,11 @@
92
97
  # ── review / curator / observability / human controls ───────────────────────
93
98
  - id: evolution-review
94
99
  name: '@lmzhen/dsh-evolution-review'
100
+ # V5-24 (0.3.32): keep the standalone review row byte-consistent with the
101
+ # overlay/host form — the tool allow-list narrows review subagents to the
102
+ # plain `skill` tool (the DSH catalog exposes it only).
103
+ config:
104
+ reviewToolAllow: [skill]
95
105
  - id: evolution-curator
96
106
  name: '@lmzhen/dsh-evolution-curator'
97
107
  - id: evolution-commands
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-preset",
3
3
  "description": "Compatibility one-click bundle for the dsh-evolution plugin family (community build)",
4
- "version": "0.3.31",
4
+ "version": "0.3.33",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -30,29 +30,29 @@
30
30
  "@deepseek-ai/dsh-storage-json": "^0.1.1-rc.2",
31
31
  "@deepseek-ai/dsh-storage-domain": "^0.1.1-rc.2",
32
32
  "@deepseek-ai/dsh-tool-session-query": "^0.1.1-rc.2",
33
- "@lmzhen/dsh-evolution-io": "^0.3.31",
34
- "@lmzhen/dsh-evolution-io-node": "^0.3.31",
35
- "@lmzhen/dsh-evolution-state-storage": "^0.3.31",
36
- "@lmzhen/dsh-evolution-state": "^0.3.31",
37
- "@lmzhen/dsh-evolution-state-domain": "^0.3.31",
38
- "@lmzhen/dsh-evolution-state-json": "^0.3.31",
39
- "@lmzhen/dsh-memory": "^0.3.31",
40
- "@lmzhen/dsh-memory-files": "^0.3.31",
41
- "@lmzhen/dsh-tool-memory": "^0.3.31",
42
- "@lmzhen/dsh-skill-usage": "^0.3.31",
43
- "@lmzhen/dsh-tool-skill-manage": "^0.3.31",
44
- "@lmzhen/dsh-evolution-policy": "^0.3.31",
45
- "@lmzhen/dsh-evolution-approval": "^0.3.31",
46
- "@lmzhen/dsh-evolution-threat": "^0.3.31",
47
- "@lmzhen/dsh-evolution-review": "^0.3.31",
48
- "@lmzhen/dsh-evolution-curator": "^0.3.31",
49
- "@lmzhen/dsh-evolution-commands": "^0.3.31",
50
- "@lmzhen/dsh-evolution-maintenance": "^0.3.31",
51
- "@lmzhen/dsh-evolution-activity": "^0.3.31",
52
- "@lmzhen/dsh-evolution-feedback": "^0.3.31",
53
- "@lmzhen/dsh-evolution-learning-graph": "^0.3.31",
54
- "@lmzhen/dsh-evolution-replay": "^0.3.31",
55
- "@lmzhen/dsh-evolution-skill-catalog": "^0.3.31"
33
+ "@lmzhen/dsh-evolution-io": "^0.3.33",
34
+ "@lmzhen/dsh-evolution-io-node": "^0.3.33",
35
+ "@lmzhen/dsh-evolution-state-storage": "^0.3.33",
36
+ "@lmzhen/dsh-evolution-state": "^0.3.33",
37
+ "@lmzhen/dsh-evolution-state-domain": "^0.3.33",
38
+ "@lmzhen/dsh-evolution-state-json": "^0.3.33",
39
+ "@lmzhen/dsh-memory": "^0.3.33",
40
+ "@lmzhen/dsh-memory-files": "^0.3.33",
41
+ "@lmzhen/dsh-tool-memory": "^0.3.33",
42
+ "@lmzhen/dsh-skill-usage": "^0.3.33",
43
+ "@lmzhen/dsh-tool-skill-manage": "^0.3.33",
44
+ "@lmzhen/dsh-evolution-policy": "^0.3.33",
45
+ "@lmzhen/dsh-evolution-approval": "^0.3.33",
46
+ "@lmzhen/dsh-evolution-threat": "^0.3.33",
47
+ "@lmzhen/dsh-evolution-review": "^0.3.33",
48
+ "@lmzhen/dsh-evolution-curator": "^0.3.33",
49
+ "@lmzhen/dsh-evolution-commands": "^0.3.33",
50
+ "@lmzhen/dsh-evolution-maintenance": "^0.3.33",
51
+ "@lmzhen/dsh-evolution-activity": "^0.3.33",
52
+ "@lmzhen/dsh-evolution-feedback": "^0.3.33",
53
+ "@lmzhen/dsh-evolution-learning-graph": "^0.3.33",
54
+ "@lmzhen/dsh-evolution-replay": "^0.3.33",
55
+ "@lmzhen/dsh-evolution-skill-catalog": "^0.3.33"
56
56
  },
57
57
  "exports": {
58
58
  "./invariant": {