triflux 2.4.7 → 3.0.0

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.
@@ -27,7 +27,7 @@ argument-hint: "[--fix|--reset]"
27
27
 
28
28
  `triflux doctor`를 실행하여 다음을 진단합니다:
29
29
 
30
- - cli-route.sh 설치 상태
30
+ - tfx-route.sh 설치 상태
31
31
  - HUD 설치 및 설정 상태
32
32
  - Codex/Gemini/Claude CLI 경로 (크로스 셸)
33
33
  - 스킬 설치 상태
@@ -39,7 +39,7 @@ argument-hint: "[--fix|--reset]"
39
39
 
40
40
  진단 전에 자동 수정을 시도합니다:
41
41
 
42
- 1. cli-route.sh, HUD, 스킬 파일 재동기화
42
+ 1. tfx-route.sh, HUD, 스킬 파일 재동기화
43
43
  2. 에러/손상된 캐시 파일 정리
44
44
  3. 수정 완료 후 전체 진단 실행 → 결과 보고
45
45
 
@@ -58,7 +58,7 @@ argument-hint: "\"작업 설명\" | N:gemini \"작업 설명\""
58
58
 
59
59
  1. **Phase 3 CLI 실행 시** `TFX_CLI_MODE=gemini`을 환경변수로 전달:
60
60
  ```bash
61
- TFX_CLI_MODE=gemini bash ~/.claude/scripts/cli-route.sh {agent} '{prompt}' {mcp_profile}
61
+ TFX_CLI_MODE=gemini bash ~/.claude/scripts/tfx-route.sh {agent} '{prompt}' {mcp_profile}
62
62
  ```
63
63
 
64
64
  2. **Phase 2 트리아지에서** codex 분류 결과를 gemini로 강제 변환:
@@ -74,7 +74,7 @@ Bash("triflux doctor")
74
74
 
75
75
  | 항목 | 상태 |
76
76
  |------|------|
77
- | cli-route.sh | ✅ v1.5 |
77
+ | tfx-route.sh | ✅ v2.0 |
78
78
  | HUD (hud-qos-status.mjs) | ✅ v1.7 |
79
79
  | HUD 설정 (settings.json) | ✅ statusLine 등록됨 |
80
80
  | Codex CLI | ✅ / ⚠️ 미설치 (선택) |