@lmzhen/dsh-evolution-preset 0.3.79 → 0.3.81
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/cordis.patch.yml +6 -0
- package/cordis.yml +11 -3
- package/package.json +24 -24
package/cordis.patch.yml
CHANGED
|
@@ -36,6 +36,12 @@
|
|
|
36
36
|
name: '@lmzhen/dsh-evolution-state-json'
|
|
37
37
|
- id: evolution-state
|
|
38
38
|
name: '@lmzhen/dsh-evolution-state'
|
|
39
|
+
# S1-D1 (0.3.80): json medium PINNED explicitly — byte-identical to the
|
|
40
|
+
# host bundle's row (three-way drift guard). See that file for the full
|
|
41
|
+
# rationale: the unpinned row let a domain-enabling overlay silently
|
|
42
|
+
# switch the family's state medium to an empty domain.
|
|
43
|
+
config:
|
|
44
|
+
provider: json
|
|
39
45
|
|
|
40
46
|
# ── memory: registry, provider, model-facing tool ───────────────────────
|
|
41
47
|
- id: memory
|
package/cordis.yml
CHANGED
|
@@ -98,6 +98,13 @@
|
|
|
98
98
|
name: '@lmzhen/dsh-tool-memory'
|
|
99
99
|
|
|
100
100
|
# ── skills: usage telemetry, model-facing management tool ───────────────────
|
|
101
|
+
# S1-A1: the standalone form carries NO `sessionScoped: true` on the
|
|
102
|
+
# skill-usage/review rows — unlike the host/all/preset-patch forms where every
|
|
103
|
+
# session carries the model tools anyway. This is INTENTIONAL (see
|
|
104
|
+
# evolution-core/src/opt-in.ts): a bare mount keeps observing every session,
|
|
105
|
+
# so the observation scope matches the every-session tool reach of this
|
|
106
|
+
# one-click form. It is NOT byte-consistent with the patch forms' rows, and
|
|
107
|
+
# must not be "synced" to them.
|
|
101
108
|
- id: skill-usage
|
|
102
109
|
name: '@lmzhen/dsh-skill-usage'
|
|
103
110
|
- id: tool-skill-manage
|
|
@@ -120,9 +127,10 @@
|
|
|
120
127
|
# ── review / curator / observability / human controls ───────────────────────
|
|
121
128
|
- id: evolution-review
|
|
122
129
|
name: '@lmzhen/dsh-evolution-review'
|
|
123
|
-
# V5-24 (0.3.32):
|
|
124
|
-
#
|
|
125
|
-
#
|
|
130
|
+
# V5-24 (0.3.32): the tool allow-list narrows review subagents to the plain
|
|
131
|
+
# `skill` tool (the DSH catalog exposes it only). S1-A1: unlike the
|
|
132
|
+
# host/all/preset-patch rows, this row deliberately omits
|
|
133
|
+
# `sessionScoped: true` — see the skill-usage note above.
|
|
126
134
|
config:
|
|
127
135
|
reviewToolAllow: [skill]
|
|
128
136
|
- id: evolution-curator
|
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.81",
|
|
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.81",
|
|
35
|
+
"@lmzhen/dsh-evolution-io-node": "^0.3.81",
|
|
36
|
+
"@lmzhen/dsh-evolution-state-storage": "^0.3.81",
|
|
37
|
+
"@lmzhen/dsh-evolution-state": "^0.3.81",
|
|
38
|
+
"@lmzhen/dsh-evolution-state-domain": "^0.3.81",
|
|
39
|
+
"@lmzhen/dsh-evolution-state-json": "^0.3.81",
|
|
40
|
+
"@lmzhen/dsh-memory": "^0.3.81",
|
|
41
|
+
"@lmzhen/dsh-memory-files": "^0.3.81",
|
|
42
|
+
"@lmzhen/dsh-tool-memory": "^0.3.81",
|
|
43
|
+
"@lmzhen/dsh-skill-usage": "^0.3.81",
|
|
44
|
+
"@lmzhen/dsh-tool-skill-manage": "^0.3.81",
|
|
45
|
+
"@lmzhen/dsh-evolution-policy": "^0.3.81",
|
|
46
|
+
"@lmzhen/dsh-evolution-approval": "^0.3.81",
|
|
47
|
+
"@lmzhen/dsh-evolution-threat": "^0.3.81",
|
|
48
|
+
"@lmzhen/dsh-evolution-review": "^0.3.81",
|
|
49
|
+
"@lmzhen/dsh-evolution-curator": "^0.3.81",
|
|
50
|
+
"@lmzhen/dsh-evolution-commands": "^0.3.81",
|
|
51
|
+
"@lmzhen/dsh-evolution-maintenance": "^0.3.81",
|
|
52
|
+
"@lmzhen/dsh-evolution-activity": "^0.3.81",
|
|
53
|
+
"@lmzhen/dsh-evolution-feedback": "^0.3.81",
|
|
54
|
+
"@lmzhen/dsh-evolution-learning-graph": "^0.3.81",
|
|
55
|
+
"@lmzhen/dsh-evolution-replay": "^0.3.81",
|
|
56
|
+
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.81"
|
|
57
57
|
},
|
|
58
58
|
"exports": {
|
|
59
59
|
".": {
|