@lmzhen/dsh-evolution-preset 0.3.23 → 0.3.25

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 +8 -0
  2. package/package.json +24 -24
package/cordis.yml CHANGED
@@ -5,6 +5,14 @@
5
5
  # ctx.evolutionStateStorage -> storage-domain KV provider, with a JSON
6
6
  # provider mounted as fallback/portable audit
7
7
  #
8
+ # Storage ownership (D-30): the storage stack (`storage`, `storage-json`,
9
+ # `storage-domain`) is HOST-plane in DSH — a preset must not own it. This
10
+ # STANDALONE composition lists it only because a hand-composed file has no
11
+ # host bundle behind it; the overlay form (cordis.patch.yml) relies on the
12
+ # host providing the facility and therefore does not list these rows. When
13
+ # composing manually, include the host storage rows yourself (or use the
14
+ # patch overlay on a host that already provides them).
15
+ #
8
16
  # The legacy `@deepseek-ai/dsh-evolution` facade was retired from publishing
9
17
  # after the v0.1.0-rc.18 release tag (see docs/codebase-audit-rc16.md); this
10
18
  # composition uses the smaller native packages instead.
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.23",
4
+ "version": "0.3.25",
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.23",
34
- "@lmzhen/dsh-evolution-io-node": "^0.3.23",
35
- "@lmzhen/dsh-evolution-state-storage": "^0.3.23",
36
- "@lmzhen/dsh-evolution-state": "^0.3.23",
37
- "@lmzhen/dsh-evolution-state-domain": "^0.3.23",
38
- "@lmzhen/dsh-evolution-state-json": "^0.3.23",
39
- "@lmzhen/dsh-memory": "^0.3.23",
40
- "@lmzhen/dsh-memory-files": "^0.3.23",
41
- "@lmzhen/dsh-tool-memory": "^0.3.23",
42
- "@lmzhen/dsh-skill-usage": "^0.3.23",
43
- "@lmzhen/dsh-tool-skill-manage": "^0.3.23",
44
- "@lmzhen/dsh-evolution-policy": "^0.3.23",
45
- "@lmzhen/dsh-evolution-approval": "^0.3.23",
46
- "@lmzhen/dsh-evolution-threat": "^0.3.23",
47
- "@lmzhen/dsh-evolution-review": "^0.3.23",
48
- "@lmzhen/dsh-evolution-curator": "^0.3.23",
49
- "@lmzhen/dsh-evolution-commands": "^0.3.23",
50
- "@lmzhen/dsh-evolution-maintenance": "^0.3.23",
51
- "@lmzhen/dsh-evolution-activity": "^0.3.23",
52
- "@lmzhen/dsh-evolution-feedback": "^0.3.23",
53
- "@lmzhen/dsh-evolution-learning-graph": "^0.3.23",
54
- "@lmzhen/dsh-evolution-replay": "^0.3.23",
55
- "@lmzhen/dsh-evolution-skill-catalog": "^0.3.23"
33
+ "@lmzhen/dsh-evolution-io": "^0.3.25",
34
+ "@lmzhen/dsh-evolution-io-node": "^0.3.25",
35
+ "@lmzhen/dsh-evolution-state-storage": "^0.3.25",
36
+ "@lmzhen/dsh-evolution-state": "^0.3.25",
37
+ "@lmzhen/dsh-evolution-state-domain": "^0.3.25",
38
+ "@lmzhen/dsh-evolution-state-json": "^0.3.25",
39
+ "@lmzhen/dsh-memory": "^0.3.25",
40
+ "@lmzhen/dsh-memory-files": "^0.3.25",
41
+ "@lmzhen/dsh-tool-memory": "^0.3.25",
42
+ "@lmzhen/dsh-skill-usage": "^0.3.25",
43
+ "@lmzhen/dsh-tool-skill-manage": "^0.3.25",
44
+ "@lmzhen/dsh-evolution-policy": "^0.3.25",
45
+ "@lmzhen/dsh-evolution-approval": "^0.3.25",
46
+ "@lmzhen/dsh-evolution-threat": "^0.3.25",
47
+ "@lmzhen/dsh-evolution-review": "^0.3.25",
48
+ "@lmzhen/dsh-evolution-curator": "^0.3.25",
49
+ "@lmzhen/dsh-evolution-commands": "^0.3.25",
50
+ "@lmzhen/dsh-evolution-maintenance": "^0.3.25",
51
+ "@lmzhen/dsh-evolution-activity": "^0.3.25",
52
+ "@lmzhen/dsh-evolution-feedback": "^0.3.25",
53
+ "@lmzhen/dsh-evolution-learning-graph": "^0.3.25",
54
+ "@lmzhen/dsh-evolution-replay": "^0.3.25",
55
+ "@lmzhen/dsh-evolution-skill-catalog": "^0.3.25"
56
56
  },
57
57
  "exports": {
58
58
  "./invariant": {