@lmzhen/dsh-evolution-review 0.1.0-rc.62 → 0.1.0-rc.63

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +7 -7
package/lib/index.js CHANGED
@@ -163,7 +163,7 @@ function apply(ctx, rawConfig) {
163
163
  signal: AbortSignal.timeout(config.reviewTimeoutMs),
164
164
  maxDepth: config.reviewMaxDepth,
165
165
  agentOptions,
166
- persona: reviewPrompt(kind),
166
+ persona: reviewPrompt(kind, "plan"),
167
167
  toolFilter: { allow: [...config.reviewToolAllow] },
168
168
  outputSchema: {
169
169
  type: "object",
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.62",
4
+ "version": "0.1.0-rc.63",
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.62",
37
- "@lmzhen/dsh-evolution-plan-validator": "^0.1.0-rc.62"
36
+ "@lmzhen/dsh-evolution-core": "^0.1.0-rc.63",
37
+ "@lmzhen/dsh-evolution-plan-validator": "^0.1.0-rc.63"
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.62"
46
+ "@lmzhen/dsh-evolution-state": "^0.1.0-rc.63"
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.62",
58
- "@lmzhen/dsh-evolution-plan-validator": "^0.1.0-rc.62",
59
- "@lmzhen/dsh-evolution-state": "^0.1.0-rc.62"
57
+ "@lmzhen/dsh-evolution-core": "^0.1.0-rc.63",
58
+ "@lmzhen/dsh-evolution-plan-validator": "^0.1.0-rc.63",
59
+ "@lmzhen/dsh-evolution-state": "^0.1.0-rc.63"
60
60
  }
61
61
  }