zhuge-workflow 0.1.8 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zhuge-workflow",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "AI development workflow installer and manager",
5
5
  "author": "blackzhuge",
6
6
  "homepage": "https://github.com/blackzhuge/zhuge-workflow#readme",
@@ -39,7 +39,7 @@ description: '多模型分析 → 消除歧义 → 零决策可执行计划 →
39
39
  Bash({
40
40
  command: "/Users/blackzhuge/.claude/bin/codeagent-wrapper --backend codex - \"$PWD\" <<'EOF'\nAnalyze change <change_id> from backend perspective:\n- Implementation approach\n- Technical risks\n- Alternative architectures\n- Edge cases and failure modes\nOUTPUT: JSON with analysis\nEOF",
41
41
  run_in_background: true,
42
- timeout: 300000,
42
+ timeout: 3000000,
43
43
  description: "Codex: backend analysis"
44
44
  })
45
45
  ```