@lmzhen/dsh-evolution-agent-preset 0.3.50 → 0.3.52
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/agent.cordis.yml +10 -5
- package/package.json +5 -5
package/agent.cordis.yml
CHANGED
|
@@ -15,11 +15,16 @@
|
|
|
15
15
|
# the model-facing entry points and the native skill-catalog bridge.
|
|
16
16
|
#
|
|
17
17
|
# This delta deliberately keeps the MINIMAL model-facing set and does NOT
|
|
18
|
-
# duplicate host-bundle rows: `evolution-maintenance/tools` (maintenance_probe)
|
|
19
|
-
# the `session-query-sqlite` index override
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
#
|
|
18
|
+
# duplicate host-bundle rows: `evolution-maintenance/tools` (maintenance_probe)
|
|
19
|
+
# and the `session-query-sqlite` index override are evolution-host-owned, so
|
|
20
|
+
# repeating them here would mount the row twice in a layered install. The
|
|
21
|
+
# `tool-skill` 60-char catalog cap is likewise NOT carried as a delta row: the
|
|
22
|
+
# session-visible `tool-skill` instance is the standard composition's own row,
|
|
23
|
+
# so a delta copy would collide with it (N-5) and a profile-root patch cannot
|
|
24
|
+
# reach this preset scope at all — instead install-layered INJECTS the cap onto
|
|
25
|
+
# that standard-sourced row at generation time (V10-14). The delta rows are
|
|
26
|
+
# also the only evolution-owned text in the composed preset, so it tracks
|
|
27
|
+
# every platform version.
|
|
23
28
|
- id: tool-memory
|
|
24
29
|
name: '@lmzhen/dsh-tool-memory'
|
|
25
30
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmzhen/dsh-evolution-agent-preset",
|
|
3
3
|
"description": "Agent preset exposing memory and skill evolution tools to a session (community build)",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.52",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "git+https://github.com/lmzhen/dsh-evolution.git",
|
|
11
|
-
"directory": "packages/
|
|
11
|
+
"directory": "packages/evolution-agent"
|
|
12
12
|
},
|
|
13
13
|
"type": "module",
|
|
14
14
|
"files": [
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@deepseek-ai/dsh-tool-session-query": "^0.1.1-rc.2",
|
|
24
|
-
"@lmzhen/dsh-tool-memory": "^0.3.
|
|
25
|
-
"@lmzhen/dsh-tool-skill-manage": "^0.3.
|
|
26
|
-
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.
|
|
24
|
+
"@lmzhen/dsh-tool-memory": "^0.3.52",
|
|
25
|
+
"@lmzhen/dsh-tool-skill-manage": "^0.3.52",
|
|
26
|
+
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.52"
|
|
27
27
|
},
|
|
28
28
|
"exports": {
|
|
29
29
|
"./invariant": {
|