@lmzhen/dsh-evolution-approval 0.3.63 → 0.3.64
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/README.md +2 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -12,7 +12,8 @@ replayable only when the corresponding tool package is composed.
|
|
|
12
12
|
Run the companion invariant and tests:
|
|
13
13
|
|
|
14
14
|
```sh
|
|
15
|
-
node node_modules/vitest/vitest.mjs run packages/evolution/evolution-approval/tests
|
|
15
|
+
node node_modules/vitest/vitest.mjs run packages/evolution/evolution-approval/tests # overlay layout
|
|
16
|
+
# flat mirror: node node_modules/vitest/vitest.mjs run packages/evolution-approval/tests
|
|
16
17
|
```
|
|
17
18
|
|
|
18
19
|
## Model Experience
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmzhen/dsh-evolution-approval",
|
|
3
3
|
"description": "Stage/pending approval service for Hermes-style self-evolution writes (community build)",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.64",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
|
|
37
37
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
38
|
-
"@lmzhen/dsh-evolution-state-storage": "^0.3.
|
|
39
|
-
"@lmzhen/dsh-evolution-state": "^0.3.
|
|
38
|
+
"@lmzhen/dsh-evolution-state-storage": "^0.3.64",
|
|
39
|
+
"@lmzhen/dsh-evolution-state": "^0.3.64"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
|
|
43
|
-
"@lmzhen/dsh-evolution-state-storage": "^0.3.
|
|
44
|
-
"@lmzhen/dsh-evolution-state": "^0.3.
|
|
45
|
-
"@lmzhen/dsh-evolution-io": "^0.3.
|
|
46
|
-
"@lmzhen/dsh-evolution-io-node": "^0.3.
|
|
47
|
-
"@lmzhen/dsh-evolution-state-json": "^0.3.
|
|
43
|
+
"@lmzhen/dsh-evolution-state-storage": "^0.3.64",
|
|
44
|
+
"@lmzhen/dsh-evolution-state": "^0.3.64",
|
|
45
|
+
"@lmzhen/dsh-evolution-io": "^0.3.64",
|
|
46
|
+
"@lmzhen/dsh-evolution-io-node": "^0.3.64",
|
|
47
|
+
"@lmzhen/dsh-evolution-state-json": "^0.3.64"
|
|
48
48
|
}
|
|
49
49
|
}
|