triflux 9.7.13 → 9.7.14

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.
@@ -9,7 +9,7 @@
9
9
  {
10
10
  "name": "triflux",
11
11
  "description": "CLI-first multi-model orchestrator for Claude Code. Routes tasks to Codex, Gemini, and Claude CLIs with automatic triage, DAG-based parallel execution, headless psmux sessions, and cost-optimized routing. Includes 41 skills, HUD status bar, hook orchestrator, and shell-based CLI routing.",
12
- "version": "9.7.13",
12
+ "version": "9.7.14",
13
13
  "author": {
14
14
  "name": "tellang"
15
15
  },
@@ -30,5 +30,5 @@
30
30
  ]
31
31
  }
32
32
  ],
33
- "version": "9.7.13"
33
+ "version": "9.7.14"
34
34
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triflux",
3
- "version": "9.7.13",
3
+ "version": "9.7.14",
4
4
  "description": "CLI-first multi-model orchestrator for Claude Code — route tasks to Codex, Gemini, and Claude",
5
5
  "author": {
6
6
  "name": "tellang"
@@ -143,11 +143,11 @@
143
143
  "source": "triflux",
144
144
  "matcher": "*",
145
145
  "command": "node \"${PLUGIN_ROOT}/scripts/preflight-cache.mjs\"",
146
- "priority": 2,
146
+ "priority": 3,
147
147
  "enabled": true,
148
- "timeout": 8,
148
+ "timeout": 5,
149
149
  "blocking": false,
150
- "description": "CLI/Hub 가용성 캐시 (hub-ensure 병렬 실행)"
150
+ "description": "CLI/Hub 가용성 캐시 (hub-ensure 완료 실행)"
151
151
  },
152
152
  {
153
153
  "id": "ext-session-vault-start",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triflux",
3
- "version": "9.7.13",
3
+ "version": "9.7.14",
4
4
  "description": "CLI-first multi-model orchestrator for Claude Code — route tasks to Codex, Gemini, and Claude",
5
5
  "type": "module",
6
6
  "bin": {
package/tui/doctor.mjs CHANGED
@@ -28,6 +28,7 @@ const CACHE_FILES = [
28
28
  { name: "mcp-inventory.json", desc: "MCP 인벤토리" },
29
29
  { name: "cli-issues.jsonl", desc: "CLI 이슈 로그" },
30
30
  { name: "triflux-update-check.json", desc: "업데이트 체크" },
31
+ { name: "tfx-preflight.json", desc: "Preflight 캐시 (CLI/Hub 가용성)" },
31
32
  ];
32
33
 
33
34
  // ── Run triflux doctor --json ──