From triflux
Deprecated alias redirecting tfx-swarm to tfx-auto --parallel swarm --mode consensus --isolation worktree for PRD parsing, shard scheduling, and reconcile via git worktrees.
npx claudepluginhub tellang/triflux<PRD 경로 — tfx-auto 로 passthrough>This skill uses the workspace's default tool permissions.
> DEPRECATED. `/tfx-auto --parallel swarm --mode consensus --isolation worktree` 로 리다이렉트.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
DEPRECATED.
/tfx-auto --parallel swarm --mode consensus --isolation worktree로 리다이렉트. Phase 5 (v11) 에 물리 삭제 예정.
canonical 위임 이전 에 아래 bash 블록을 한 번 실행한다. Phase 5 (v11) 물리 삭제 게이트는 .omc/state/alias-usage.log 의 7일 zero-usage 검증에 의존 — 이 logging 이 빠지면 게이트가 영영 열리지 않는다.
mkdir -p .omc/state
echo "[deprecated] tfx-swarm -> use: tfx-auto --parallel swarm --mode consensus --isolation worktree" >&2
echo "[DEPRECATED] tfx-swarm — see tfx-auto --parallel swarm --mode consensus --isolation worktree"
echo "$(date -u +%Y-%m-%dT%H:%M:%SZ) tfx-swarm -> tfx-auto --parallel swarm --mode consensus --isolation worktree" >> .omc/state/alias-usage.log
[DEPRECATED] 마커 + alias-usage.log append).--parallel swarm --mode consensus --isolation worktree 를 prepend 하여 Skill("tfx-auto") 호출.tfx swarm <prd> CLI 를 호출한다 (실제 swarm 엔진은 변경 없음).--parallel swarm --mode consensus --isolation worktree
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 |