@lmzhen/dsh-evolution-preset 0.3.64 → 0.3.66
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.yml +6 -5
- package/package.json +24 -24
package/cordis.yml
CHANGED
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
# install-layered injection (V10-14) regardless. `host` and the preset are
|
|
44
44
|
# ALTERNATIVE install targets: never install both (either form), or shared
|
|
45
45
|
# rows would mount twice (E-33).
|
|
46
|
-
# - `evolution-capability`
|
|
47
|
-
#
|
|
48
|
-
#
|
|
46
|
+
# - `evolution-capability` was retired in 0.3.66 (source removed): approval
|
|
47
|
+
# that does not gate execution is only a log, and the dynamic-package
|
|
48
|
+
# lifecycle belongs to the platform Creator mode.
|
|
49
49
|
#
|
|
50
50
|
# The legacy `@deepseek-ai/dsh-evolution` facade was retired from publishing
|
|
51
51
|
# after the v0.1.0-rc.18 release tag (see docs/codebase-audit-rc16.md); this
|
|
@@ -111,8 +111,9 @@
|
|
|
111
111
|
config:
|
|
112
112
|
enabled: false
|
|
113
113
|
stageForeground: true
|
|
114
|
-
#
|
|
115
|
-
#
|
|
114
|
+
# Retired (0.3.66): `evolution-capability` was removed — approval that does not
|
|
115
|
+
# gate execution is only a log, and the dynamic-package lifecycle belongs to the
|
|
116
|
+
# platform Creator mode.
|
|
116
117
|
- id: evolution-threat
|
|
117
118
|
name: '@lmzhen/dsh-evolution-threat'
|
|
118
119
|
|
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.66",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -31,29 +31,29 @@
|
|
|
31
31
|
"@deepseek-ai/dsh-storage-json": "^0.1.1-rc.2",
|
|
32
32
|
"@deepseek-ai/dsh-storage-domain": "^0.1.1-rc.2",
|
|
33
33
|
"@deepseek-ai/dsh-tool-session-query": "^0.1.1-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.66",
|
|
35
|
+
"@lmzhen/dsh-evolution-io-node": "^0.3.66",
|
|
36
|
+
"@lmzhen/dsh-evolution-state-storage": "^0.3.66",
|
|
37
|
+
"@lmzhen/dsh-evolution-state": "^0.3.66",
|
|
38
|
+
"@lmzhen/dsh-evolution-state-domain": "^0.3.66",
|
|
39
|
+
"@lmzhen/dsh-evolution-state-json": "^0.3.66",
|
|
40
|
+
"@lmzhen/dsh-memory": "^0.3.66",
|
|
41
|
+
"@lmzhen/dsh-memory-files": "^0.3.66",
|
|
42
|
+
"@lmzhen/dsh-tool-memory": "^0.3.66",
|
|
43
|
+
"@lmzhen/dsh-skill-usage": "^0.3.66",
|
|
44
|
+
"@lmzhen/dsh-tool-skill-manage": "^0.3.66",
|
|
45
|
+
"@lmzhen/dsh-evolution-policy": "^0.3.66",
|
|
46
|
+
"@lmzhen/dsh-evolution-approval": "^0.3.66",
|
|
47
|
+
"@lmzhen/dsh-evolution-threat": "^0.3.66",
|
|
48
|
+
"@lmzhen/dsh-evolution-review": "^0.3.66",
|
|
49
|
+
"@lmzhen/dsh-evolution-curator": "^0.3.66",
|
|
50
|
+
"@lmzhen/dsh-evolution-commands": "^0.3.66",
|
|
51
|
+
"@lmzhen/dsh-evolution-maintenance": "^0.3.66",
|
|
52
|
+
"@lmzhen/dsh-evolution-activity": "^0.3.66",
|
|
53
|
+
"@lmzhen/dsh-evolution-feedback": "^0.3.66",
|
|
54
|
+
"@lmzhen/dsh-evolution-learning-graph": "^0.3.66",
|
|
55
|
+
"@lmzhen/dsh-evolution-replay": "^0.3.66",
|
|
56
|
+
"@lmzhen/dsh-evolution-skill-catalog": "^0.3.66"
|
|
57
57
|
},
|
|
58
58
|
"exports": {
|
|
59
59
|
"./invariant": {
|