triflux 9.2.3 → 9.3.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.
@@ -1,78 +1,23 @@
1
1
  ---
2
2
  name: tfx-ralph
3
- description: "작업이 완전히 끝날 때까지 멈추지 않고 반복 실행해야 할 때 사용한다. 'ralph', '끝까지 해', '멈추지 마', 'don't stop', '완료될 때까지', '다 될 때까지 계속' 같은 요청에 반드시 사용. 여러 기준을 모두 충족해야 하는 복잡한 구현 작업에 적극 활용."
3
+ description: >
4
+ tfx-persist의 별칭(alias). 'ralph', '끝까지 해', '멈추지 마' 같은 요청에 사용.
5
+ 실제 동작은 tfx-persist 스킬이 수행합니다.
6
+ Use when: ralph, 끝까지, don't stop, 멈추지 마
4
7
  triggers:
5
8
  - tfx-ralph
6
- argument-hint: "<완료할 작업 설명>"
9
+ - ralph
7
10
  ---
8
11
 
9
- # tfx-ralph — Alias for tfx-persist
12
+ # tfx-ralph — tfx-persist 별칭
10
13
 
11
- > **래퍼**: tfx-persist alias. 동일 기능.
12
- > `tfx-ralph`는 `tfx-persist`의 alias이다. 동일한 Tri-Verified Persistence Loop을 실행한다.
13
- > The boulder never stops — but it stops being wrong.
14
+ 스킬은 `tfx-persist`와 동일합니다. `/tfx-persist` 스킬을 호출하세요.
14
15
 
15
- ## 실행 계약
16
-
17
- 이 스킬은 `tfx-persist`와 **완전히 동일한 실행 흐름**을 공유한다:
18
-
19
- 1. **동일한 headless multi 경로** — `tfx multi --teammate-mode headless` 기반 3자 검증
20
- 2. **동일한 degradation 체인** — Tier 1 (전체 가용) → Tier 2 (부분 가용) → Tier 3 (Claude only)
21
- 3. **동일한 워크플로우** — Goal Definition → Execution Loop → Final Verification → Deslop Pass
22
-
23
- ## 전제조건 프로브 및 Tier Degradation
24
-
25
- > **진입 즉시 실행** — 10초 내 가시적 출력을 보장한다. 빈 stdout + exit 0 **금지**.
26
-
27
- ### 환경 프로브
28
-
29
- ```bash
30
- psmux --version 2>/dev/null && \
31
- curl -sf http://127.0.0.1:27888/status >/dev/null && \
32
- codex --version 2>/dev/null && \
33
- gemini --version 2>/dev/null
34
- ```
35
-
36
- ### Tier 판정
37
-
38
- | Tier | 조건 | 실행 방식 |
39
- |------|------|----------|
40
- | **Tier 1** | psmux + Hub + Codex + Gemini 전부 정상 | 기존 headless multi (변경 없음) |
41
- | **Tier 2** | 일부 CLI만 가용 (Codex 또는 Gemini 중 하나) | 가용 CLI + Claude Agent 조합 |
42
- | **Tier 3** | headless 불가 또는 `claude -p` one-shot | Claude Agent only |
43
-
44
- ```
45
- IF claude -p (one-shot 모드):
46
- → Tier 3 즉시 fallback
47
-
48
- IF psmux 없음 OR Hub 미응답:
49
- → Tier 3
50
-
51
- IF Codex 없음 AND Gemini 없음:
52
- → Tier 3
53
-
54
- IF Codex 없음 OR Gemini 없음:
55
- → Tier 2
56
-
57
- ELSE:
58
- → Tier 1
59
- ```
60
-
61
- ### Tier 3 진입 시 필수 출력
62
-
63
- ```
64
- ⚠ [Tier 3] headless multi 환경 미충족 — single-model 모드로 실행합니다 (consensus 미적용)
65
- 누락: {missing_components}
66
- 권장: psmux, Hub, Codex CLI, Gemini CLI 설치 후 재실행
67
- ```
68
-
69
- Tier 3에서는 모든 headless dispatch(`tfx multi ...`)를 **Claude Agent**(subagent)로 대체한다.
70
- Tier 2에서는 누락된 CLI만 Claude Agent로 대체한다.
71
-
72
- ## 라우팅
16
+ ## 동작
73
17
 
18
+ Skill 도구로 tfx-persist를 호출한다:
74
19
  ```
75
- /tfx-ralph "{task}" → /tfx-persist "{task}" 로 내부 전달
20
+ Skill: tfx-persist
76
21
  ```
77
22
 
78
- 전체 워크플로우, 토큰 예산, Anti-Stuck 메커니즘은 [tfx-persist/SKILL.md](../tfx-persist/SKILL.md)를 참조하라.
23
+ 사용자의 원래 요청을 그대로 전달한다.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: tfx-review
3
- description: "코드 리뷰가 필요할 때 사용한다. 'review', '리뷰해줘', '코드 봐줘', '이거 괜찮아?', 'PR 리뷰', '변경사항 확인' 같은 요청에 반드시 사용. git diff, 특정 파일, 또는 최근 변경에 대한 빠른 피드백이 필요할 때 적극 활용."
3
+ description: "코드 리뷰가 필요할 때 사용한다. 'review', '리뷰해줘', '코드 봐줘', '이거 괜찮아?', 'PR 리뷰', '변경사항 확인' 같은 요청에 반드시 사용. git diff, 특정 파일, 또는 최근 변경에 대한 빠른 피드백이 필요할 때 적극 활용. 코드 변경사항 확인, '이거 문제 없어?', 'looks good?', 'LGTM?', '머지해도 될까' 같은 요청에도 적극 활용. 꼼꼼한 심층 리뷰는 tfx-deep-review를 사용."
4
4
  triggers:
5
5
  - review
6
6
  - 리뷰