@lmzhen/dsh-evolution-maintenance 0.3.9 → 0.3.10

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 +2 -2
package/lib/index.js CHANGED
@@ -329,7 +329,7 @@ async function runMaintain(runtime, options = {}) {
329
329
  const prompt = `${facts}
330
330
 
331
331
  按模板契约输出 JSON 维护计划(verdict/plan/notes);除 skill 工具与维护模板外你无其他工具。`;
332
- const timeoutMs = options.timeoutMs ?? 12e4;
332
+ const timeoutMs = options.timeoutMs ?? 6e5;
333
333
  const agentOptions = { model: options.model ?? "deepseek-v4-pro" };
334
334
  if (options.provider) agentOptions.provider = options.provider;
335
335
  const runResult = await (await runtime.subagents.start("spawn", {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-maintenance",
3
3
  "description": "Deterministic maintenance-scan surface: skill-library snapshot assembly, drift signals and mechanical-facts rendering (design 011) (community build)",
4
- "version": "0.3.9",
4
+ "version": "0.3.10",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -34,7 +34,7 @@
34
34
  ],
35
35
  "license": "MIT",
36
36
  "dependencies": {
37
- "@lmzhen/dsh-evolution-core": "^0.3.9"
37
+ "@lmzhen/dsh-evolution-core": "^0.3.10"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",