@lmzhen/dsh-evolution-review 0.3.20 → 0.3.21

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Background review orchestration: signal gate → one-shot subagent → trusted plan execution.
3
- * @module @deepseek-ai/dsh-evolution-review
3
+ * @module @lmzhen/dsh-evolution-review
4
4
  */
5
5
  import type { Context } from '@deepseek-ai/cordis';
6
6
  import z from '@deepseek-ai/schemastery';
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.3.20",
4
+ "version": "0.3.21",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -25,16 +25,15 @@
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "files": [
28
- "lib/index.js",
29
- "lib/invariant.js",
30
- "lib/types/**/*.d.ts",
31
- "lib/types/invariant.d.ts"
28
+ "lib/*.js",
29
+ "lib/types/**/*.d.ts"
32
30
  ],
33
31
  "license": "MIT",
34
32
  "dependencies": {
35
33
  "@deepseek-ai/schemastery": "^3.18.1",
36
- "@lmzhen/dsh-evolution-core": "^0.3.20",
37
- "@lmzhen/dsh-evolution-plan-validator": "^0.3.20"
34
+ "@lmzhen/dsh-evolution-approval": "^0.3.21",
35
+ "@lmzhen/dsh-evolution-core": "^0.3.21",
36
+ "@lmzhen/dsh-evolution-plan-validator": "^0.3.21"
38
37
  },
39
38
  "peerDependencies": {
40
39
  "@deepseek-ai/cordis": "^4.0.1",
@@ -43,8 +42,8 @@
43
42
  "@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
44
43
  "@deepseek-ai/dsh-session": "^0.1.1-rc.2",
45
44
  "@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
46
- "@lmzhen/dsh-evolution-state": "^0.3.20",
47
- "@lmzhen/dsh-evolution-policy": "^0.3.20"
45
+ "@lmzhen/dsh-evolution-state": "^0.3.21",
46
+ "@lmzhen/dsh-evolution-policy": "^0.3.21"
48
47
  },
49
48
  "devDependencies": {
50
49
  "@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
@@ -55,9 +54,9 @@
55
54
  "@deepseek-ai/dsh-session-persistence": "^0.1.1-rc.2",
56
55
  "@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.1-rc.2",
57
56
  "@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
58
- "@lmzhen/dsh-evolution-approval": "^0.3.20",
59
- "@lmzhen/dsh-evolution-core": "^0.3.20",
60
- "@lmzhen/dsh-evolution-plan-validator": "^0.3.20",
61
- "@lmzhen/dsh-evolution-state": "^0.3.20"
57
+ "@lmzhen/dsh-evolution-approval": "^0.3.21",
58
+ "@lmzhen/dsh-evolution-core": "^0.3.21",
59
+ "@lmzhen/dsh-evolution-plan-validator": "^0.3.21",
60
+ "@lmzhen/dsh-evolution-state": "^0.3.21"
62
61
  }
63
62
  }