triflux 10.21.0 → 10.23.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.
package/CLAUDE.md CHANGED
@@ -97,10 +97,11 @@ conductor, headless, swarm-hypervisor가 하나의 AccountBroker 싱글턴을
97
97
  | 스킬 | 대상 | 방식 |
98
98
  |------|------|------|
99
99
  | tfx-codex-swarm | 로컬 전용 | 로컬 worktree + psmux |
100
- | tfx-remote-spawn | Claude Code 원격 | SSH → Claude Code 세션 → 내부 tfx 라우팅 |
100
+ | tfx-remote | Claude Code 원격 | SSH → Claude Code 세션 → 내부 tfx 라우팅 |
101
+ | tfx-remote-spawn | deprecated alias | tfx-remote로 통합됨; 직접 호출 금지 |
101
102
 
102
103
  codex를 SSH 너머로 직접 실행하지 않는다. config.toml 충돌 + TTY 문제.
103
- 원격에서 codex가 필요하면: remote-spawn → Claude Code → Claude가 내부에서 codex 호출.
104
+ 원격에서 codex가 필요하면: tfx-remote → Claude Code → Claude가 내부에서 codex 호출.
104
105
 
105
106
  ### SSH 패턴
106
107