@lmzhen/dsh-evolution-curator 0.1.0-rc.40 → 0.1.0-rc.41

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 -2
  2. package/package.json +7 -7
package/lib/index.js CHANGED
@@ -160,8 +160,7 @@ var EvolutionCurator = class extends Service {
160
160
  summary: "curator review"
161
161
  }
162
162
  })],
163
- maxTokens: this.curatorReviewMaxTokens,
164
- purpose: "evolution-curator"
163
+ maxTokens: this.curatorReviewMaxTokens
165
164
  })) assembler.push(chunk);
166
165
  const parsed = parseCuratorNominations(assembler.blocks().filter((block) => block.type === "text").map((block) => block.text).join("\n"));
167
166
  return {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-curator",
3
3
  "description": "Deterministic skill lifecycle and recovery (community build)",
4
- "version": "0.1.0-rc.40",
4
+ "version": "0.1.0-rc.41",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -33,20 +33,20 @@
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
35
  "@deepseek-ai/schemastery": "^3.18.1",
36
- "@lmzhen/dsh-evolution-core": "^0.1.0-rc.40"
36
+ "@lmzhen/dsh-evolution-core": "^0.1.0-rc.41"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@deepseek-ai/cordis": "^4.0.1",
40
40
  "@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
41
41
  "@deepseek-ai/dsh-llm": "^0.1.0-rc.6",
42
- "@lmzhen/dsh-evolution-io": "^0.1.0-rc.40",
43
- "@lmzhen/dsh-evolution-state": "^0.1.0-rc.40"
42
+ "@lmzhen/dsh-evolution-io": "^0.1.0-rc.41",
43
+ "@lmzhen/dsh-evolution-state": "^0.1.0-rc.41"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
47
47
  "@deepseek-ai/dsh-llm": "^0.1.0-rc.6",
48
- "@lmzhen/dsh-evolution-core": "^0.1.0-rc.40",
49
- "@lmzhen/dsh-evolution-io": "^0.1.0-rc.40",
50
- "@lmzhen/dsh-evolution-state": "^0.1.0-rc.40"
48
+ "@lmzhen/dsh-evolution-core": "^0.1.0-rc.41",
49
+ "@lmzhen/dsh-evolution-io": "^0.1.0-rc.41",
50
+ "@lmzhen/dsh-evolution-state": "^0.1.0-rc.41"
51
51
  }
52
52
  }