triflux 3.1.0-dev.5 → 3.2.0-dev.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/README.ko.md +26 -18
- package/README.md +26 -18
- package/bin/triflux.mjs +1614 -1077
- package/hooks/hooks.json +12 -0
- package/hooks/keyword-rules.json +354 -0
- package/hub/bridge.mjs +371 -193
- package/hub/hitl.mjs +45 -31
- package/hub/pipe.mjs +457 -0
- package/hub/router.mjs +422 -161
- package/hub/server.mjs +429 -344
- package/hub/store.mjs +388 -314
- package/hub/team/cli-team-common.mjs +348 -0
- package/hub/team/cli-team-control.mjs +393 -0
- package/hub/team/cli-team-start.mjs +516 -0
- package/hub/team/cli-team-status.mjs +269 -0
- package/hub/team/cli.mjs +99 -0
- package/hub/team/dashboard.mjs +267 -0
- package/hub/team/native-supervisor.mjs +300 -0
- package/hub/team/native.mjs +62 -0
- package/hub/team/nativeProxy.mjs +534 -0
- package/hub/team/orchestrator.mjs +166 -0
- package/hub/team/pane.mjs +138 -0
- package/hub/team/psmux.mjs +297 -0
- package/hub/team/session.mjs +608 -0
- package/hub/team/shared.mjs +13 -0
- package/hub/team/staleState.mjs +299 -0
- package/hub/tools.mjs +140 -53
- package/hub/workers/claude-worker.mjs +446 -0
- package/hub/workers/codex-mcp.mjs +414 -0
- package/hub/workers/factory.mjs +18 -0
- package/hub/workers/gemini-worker.mjs +349 -0
- package/hub/workers/interface.mjs +41 -0
- package/hud/hud-qos-status.mjs +1789 -1732
- package/package.json +6 -2
- package/scripts/__tests__/keyword-detector.test.mjs +234 -0
- package/scripts/hub-ensure.mjs +83 -0
- package/scripts/keyword-detector.mjs +272 -0
- package/scripts/keyword-rules-expander.mjs +521 -0
- package/scripts/lib/keyword-rules.mjs +168 -0
- package/scripts/psmux-steering-prototype.sh +368 -0
- package/scripts/run.cjs +62 -0
- package/scripts/setup.mjs +189 -7
- package/scripts/test-tfx-route-no-claude-native.mjs +49 -0
- package/scripts/tfx-route-worker.mjs +161 -0
- package/scripts/tfx-route.sh +943 -508
- package/skills/tfx-auto/SKILL.md +90 -564
- package/skills/tfx-auto-codex/SKILL.md +77 -0
- package/skills/tfx-codex/SKILL.md +1 -4
- package/skills/tfx-doctor/SKILL.md +1 -0
- package/skills/tfx-gemini/SKILL.md +1 -4
- package/skills/tfx-multi/SKILL.md +296 -0
- package/skills/tfx-setup/SKILL.md +1 -4
package/README.ko.md
CHANGED
|
@@ -85,19 +85,25 @@ tfx doctor
|
|
|
85
85
|
/analyze "결제 모듈 보안 리뷰"
|
|
86
86
|
/research "최신 React Server Components 패턴"
|
|
87
87
|
|
|
88
|
-
# 단일 CLI 모드
|
|
89
|
-
/tfx-codex "리팩터링 + 리뷰"
|
|
90
|
-
/tfx-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
|
88
|
+
# 단일 CLI 모드
|
|
89
|
+
/tfx-auto-codex "리팩터링 + 테스트 + 리뷰" # Codex 리드 + Gemini 유지, Claude 네이티브 역할 제거
|
|
90
|
+
/tfx-codex "리팩터링 + 리뷰" # Codex만 사용
|
|
91
|
+
/tfx-gemini "구현 + 문서화" # Gemini만 사용
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
## 문서
|
|
95
|
+
|
|
96
|
+
- [docs/INDEX.md](docs/INDEX.md) — 문서 인덱스
|
|
97
|
+
|
|
98
|
+
## 스킬
|
|
99
|
+
|
|
100
|
+
| 스킬 | 모드 | 설명 |
|
|
101
|
+
|------|------|------|
|
|
102
|
+
| `/tfx-auto` | 자동 | 트리아지 → 분해 → DAG 병렬 실행 |
|
|
103
|
+
| `/tfx-auto-codex` | Codex 리드 | Claude 네이티브 역할을 Codex로 치환, Gemini 경로 유지 |
|
|
104
|
+
| `/tfx-codex` | Codex 전용 | 모든 CLI 작업을 Codex로 라우팅 |
|
|
105
|
+
| `/tfx-gemini` | Gemini 전용 | 모든 CLI 작업을 Gemini로 라우팅 |
|
|
106
|
+
| `/tfx-setup` | 설정 | 파일 동기화, HUD 설정, CLI 진단 |
|
|
101
107
|
|
|
102
108
|
### 커맨드 숏컷
|
|
103
109
|
|
|
@@ -206,11 +212,13 @@ tfx doctor
|
|
|
206
212
|
|--------|------|
|
|
207
213
|
| `tfx setup` | 스크립트 + HUD + 스킬 동기화 |
|
|
208
214
|
| `tfx doctor` | CLI 진단 + 이슈 추적 |
|
|
209
|
-
| `tfx update` | 최신 버전으로 업데이트 |
|
|
210
|
-
| `tfx list` | 설치된 스킬 목록 |
|
|
211
|
-
| `tfx version` | 버전 표시 |
|
|
212
|
-
|
|
213
|
-
축약: `tfx` = `triflux`, `tfl` = `triflux`
|
|
215
|
+
| `tfx update` | 최신 안정 버전으로 업데이트 |
|
|
216
|
+
| `tfx list` | 설치된 스킬 목록 |
|
|
217
|
+
| `tfx version` | 버전 표시 |
|
|
218
|
+
|
|
219
|
+
축약: `tfx` = `triflux`, `tfl` = `triflux`
|
|
220
|
+
|
|
221
|
+
dev 채널 업데이트: `tfx update --dev` (`dev` 별칭 지원)
|
|
214
222
|
|
|
215
223
|
### HUD 상태 표시줄
|
|
216
224
|
|
package/README.md
CHANGED
|
@@ -85,19 +85,25 @@ tfx doctor
|
|
|
85
85
|
/analyze "security review of payment module"
|
|
86
86
|
/research "latest React Server Components patterns"
|
|
87
87
|
|
|
88
|
-
# Single-CLI modes
|
|
89
|
-
/tfx-codex "refactor + review"
|
|
90
|
-
/tfx-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
|
88
|
+
# Single-CLI modes
|
|
89
|
+
/tfx-auto-codex "refactor + test + review" # Codex lead + Gemini kept, no Claude-native roles
|
|
90
|
+
/tfx-codex "refactor + review" # Codex only
|
|
91
|
+
/tfx-gemini "implement + document" # Gemini only
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
## Docs
|
|
95
|
+
|
|
96
|
+
- [docs/INDEX.md](docs/INDEX.md) — central documentation index
|
|
97
|
+
|
|
98
|
+
## Skills
|
|
99
|
+
|
|
100
|
+
| Skill | Mode | Description |
|
|
101
|
+
|-------|------|-------------|
|
|
102
|
+
| `/tfx-auto` | Auto | Triage → decompose → parallel execute via DAG |
|
|
103
|
+
| `/tfx-auto-codex` | Codex-lead | Replace Claude-native roles with Codex, keep Gemini path |
|
|
104
|
+
| `/tfx-codex` | Codex-only | All CLI tasks routed to Codex |
|
|
105
|
+
| `/tfx-gemini` | Gemini-only | All CLI tasks routed to Gemini |
|
|
106
|
+
| `/tfx-setup` | Setup | File sync, HUD config, CLI diagnostics |
|
|
101
107
|
|
|
102
108
|
### Command Shortcuts
|
|
103
109
|
|
|
@@ -206,11 +212,13 @@ tfx doctor
|
|
|
206
212
|
|---------|-------------|
|
|
207
213
|
| `tfx setup` | Sync scripts + HUD + skills |
|
|
208
214
|
| `tfx doctor` | CLI diagnostics + issue tracker |
|
|
209
|
-
| `tfx update` | Update to latest version |
|
|
210
|
-
| `tfx list` | List installed skills |
|
|
211
|
-
| `tfx version` | Show version info |
|
|
212
|
-
|
|
213
|
-
Shortcuts: `tfx` = `triflux`, `tfl` = `triflux`
|
|
215
|
+
| `tfx update` | Update to latest stable version |
|
|
216
|
+
| `tfx list` | List installed skills |
|
|
217
|
+
| `tfx version` | Show version info |
|
|
218
|
+
|
|
219
|
+
Shortcuts: `tfx` = `triflux`, `tfl` = `triflux`
|
|
220
|
+
|
|
221
|
+
Dev channel update: `tfx update --dev` (`dev` alias supported)
|
|
214
222
|
|
|
215
223
|
### HUD Status Bar
|
|
216
224
|
|