@lmzhen/dsh-evolution-review 0.1.0-rc.63 → 0.1.0-rc.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/lib/index.js +1 -1
- package/package.json +7 -7
package/lib/index.js
CHANGED
|
@@ -182,9 +182,9 @@ function apply(ctx, rawConfig) {
|
|
|
182
182
|
}
|
|
183
183
|
});
|
|
184
184
|
try {
|
|
185
|
-
const childReads = run.localAgent ? collectReadSkillNames(run.localAgent.session) : /* @__PURE__ */ new Set();
|
|
186
185
|
const result = await run.result;
|
|
187
186
|
if (!result.structured) return true;
|
|
187
|
+
const childReads = run.localAgent ? collectReadSkillNames(run.localAgent.session) : /* @__PURE__ */ new Set();
|
|
188
188
|
const snapshot = policy();
|
|
189
189
|
const plan = result.structured;
|
|
190
190
|
const policyFingerprint = fingerprintPolicy(snapshot);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmzhen/dsh-evolution-review",
|
|
3
3
|
"description": "Background review orchestration (community build)",
|
|
4
|
-
"version": "0.1.0-rc.
|
|
4
|
+
"version": "0.1.0-rc.64",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@deepseek-ai/schemastery": "^3.18.1",
|
|
36
|
-
"@lmzhen/dsh-evolution-core": "^0.1.0-rc.
|
|
37
|
-
"@lmzhen/dsh-evolution-plan-validator": "^0.1.0-rc.
|
|
36
|
+
"@lmzhen/dsh-evolution-core": "^0.1.0-rc.64",
|
|
37
|
+
"@lmzhen/dsh-evolution-plan-validator": "^0.1.0-rc.64"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
|
|
44
44
|
"@deepseek-ai/dsh-session": "^0.1.1-rc.2",
|
|
45
45
|
"@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
|
|
46
|
-
"@lmzhen/dsh-evolution-state": "^0.1.0-rc.
|
|
46
|
+
"@lmzhen/dsh-evolution-state": "^0.1.0-rc.64"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"@deepseek-ai/dsh-session-persistence": "^0.1.1-rc.2",
|
|
55
55
|
"@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.1-rc.2",
|
|
56
56
|
"@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
|
|
57
|
-
"@lmzhen/dsh-evolution-core": "^0.1.0-rc.
|
|
58
|
-
"@lmzhen/dsh-evolution-plan-validator": "^0.1.0-rc.
|
|
59
|
-
"@lmzhen/dsh-evolution-state": "^0.1.0-rc.
|
|
57
|
+
"@lmzhen/dsh-evolution-core": "^0.1.0-rc.64",
|
|
58
|
+
"@lmzhen/dsh-evolution-plan-validator": "^0.1.0-rc.64",
|
|
59
|
+
"@lmzhen/dsh-evolution-state": "^0.1.0-rc.64"
|
|
60
60
|
}
|
|
61
61
|
}
|