tfx-swarm
DEPRECATED — tfx-auto 로 통합됨. `/tfx-auto --parallel swarm --mode consensus --isolation worktree` 로 리다이렉트. 실제 swarm 엔진 (PRD 파싱, shard 스케줄링, reconcile) 은 `tfx swarm` CLI 에 그대로 유지된다. Phase 5 (v11) 에 물리 삭제 예정.
tfx-swarm (DEPRECATED → tfx-auto alias)
DEPRECATED.
/tfx-auto --parallel swarm --mode consensus --isolation worktree로 리다이렉트. Phase 5 (v11) 에 물리 삭제 예정.
동작
- stderr 에 1회 경고 출력:
[deprecated] tfx-swarm -> use: tfx-auto --parallel swarm --mode consensus --isolation worktree - ARGUMENTS 전체 앞에
--parallel swarm --mode consensus --isolation worktree를 prepend 하여Skill("tfx-auto")호출. - tfx-auto 의 플래그 오버라이드 로직이
tfx swarm <prd>CLI 를 호출한다 (실제 swarm 엔진은 변경 없음).
등가 플래그
--parallel swarm --mode consensus --isolation worktree
이 alias 의 의미
tfx-swarm 의 "worktree 격리 + 다중 모델 + PRD 기반 오케스트레이션" 은 플래그 조합으로 entry semantics 를 표현한다. 실제 swarm 엔진 (hub/team/swarm-planner.mjs, swarm-hypervisor.mjs, file-lease, reconcile) 은 그대로 유지되고 tfx-auto 가 이 경로를 호출한다. PRD 포맷 예시는 docs/prd/_template.md 참조.
마이그레이션 가이드
| 기존 호출 | 새 호출 |
|---|---|
/tfx-swarm <PRD> | /tfx-auto <PRD> --parallel swarm --mode consensus --isolation worktree |