From triflux
Deprecated alias that logs usage, warns on stderr/stdout, and redirects to tfx-auto --mode deep --parallel 1 for thorough pipeline execution (plan→PRD→exec→verify→fix). Migrate to tfx-auto.
npx claudepluginhub tellang/triflux<작업 설명 — tfx-auto 로 passthrough>This skill uses the workspace's default tool permissions.
> DEPRECATED. `/tfx-auto --mode deep --parallel 1` 로 리다이렉트. Phase 5 (v11) 에 물리 삭제.
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 --mode deep --parallel 1로 리다이렉트. Phase 5 (v11) 에 물리 삭제.
canonical 위임 이전 에 아래 bash 블록을 한 번 실행한다. Phase 5 (v11) 물리 삭제 게이트는 .omc/state/alias-usage.log 의 7일 zero-usage 검증에 의존 — 이 logging 이 빠지면 게이트가 영영 열리지 않는다.
mkdir -p .omc/state
echo "[deprecated] tfx-fullcycle -> use: tfx-auto --mode deep --parallel 1" >&2
echo "[DEPRECATED] tfx-fullcycle — see tfx-auto --mode deep --parallel 1"
echo "$(date -u +%Y-%m-%dT%H:%M:%SZ) tfx-fullcycle -> tfx-auto --mode deep --parallel 1" >> .omc/state/alias-usage.log
[DEPRECATED] 마커 + alias-usage.log append).--mode deep --parallel 1 를 prepend 하여 Skill("tfx-auto") 호출.--mode deep --parallel 1
tfx-fullcycle 의 "pipeline-thorough 단일 실행" (plan → PRD → exec → verify → fix loop) 은 --mode deep --parallel 1 과 동일하다.
| 기존 호출 | 새 호출 |
|---|---|
/tfx-fullcycle "작업" | /tfx-auto "작업" --mode deep --parallel 1 |