@jjlabsio/claude-crew 0.1.28 → 0.1.30
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.
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"name": "claude-crew",
|
|
12
12
|
"source": "./",
|
|
13
13
|
"description": "오케스트레이터 + PM, 플래너, 개발, QA, 마케팅 에이전트 팀으로 단일 제품의 개발과 마케팅을 통합 관리",
|
|
14
|
-
"version": "0.1.
|
|
14
|
+
"version": "0.1.30",
|
|
15
15
|
"author": {
|
|
16
16
|
"name": "Jaejin Song",
|
|
17
17
|
"email": "wowlxx28@gmail.com"
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"category": "workflow"
|
|
29
29
|
}
|
|
30
30
|
],
|
|
31
|
-
"version": "0.1.
|
|
31
|
+
"version": "0.1.30"
|
|
32
32
|
}
|
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"claude": {
|
|
3
3
|
"models": [
|
|
4
|
-
{ "id": "opus", "label": "Opus
|
|
5
|
-
{ "id": "sonnet", "label": "Sonnet
|
|
6
|
-
{ "id": "haiku", "label": "Haiku
|
|
4
|
+
{ "id": "opus", "label": "Opus — 최고 품질, 복잡한 구현", "default_for": ["dev", "code-reviewer"] },
|
|
5
|
+
{ "id": "sonnet", "label": "Sonnet — 빠르고 저렴, Opus급 성능", "default_for": ["qa"] },
|
|
6
|
+
{ "id": "haiku", "label": "Haiku — 최저 비용, 단순 태스크", "default_for": [] }
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"codex": {
|
|
10
10
|
"models": [
|
|
11
|
-
{ "id": "gpt-5.
|
|
12
|
-
{ "id": "gpt-5.
|
|
13
|
-
{ "id": "gpt-5.
|
|
11
|
+
{ "id": "gpt-5.5", "reasoning": "high", "label": "GPT-5.5 high (추천) — 최고 성능, 균형잡힌 비용", "default_for": ["dev", "code-reviewer"] },
|
|
12
|
+
{ "id": "gpt-5.5", "reasoning": "xhigh", "label": "GPT-5.5 xhigh — 최대 추론, 토큰 多", "default_for": [] },
|
|
13
|
+
{ "id": "gpt-5.5", "reasoning": "medium", "label": "GPT-5.5 medium — 빠르고 저렴", "default_for": [] },
|
|
14
|
+
{ "id": "gpt-5.4", "reasoning": "high", "label": "GPT-5.4 high — 이전 세대, 안정적", "default_for": [] },
|
|
15
|
+
{ "id": "gpt-5.4", "reasoning": "xhigh", "label": "GPT-5.4 xhigh — 이전 세대, 최대 추론", "default_for": [] },
|
|
14
16
|
{ "id": "o3", "reasoning": "high", "label": "o3 high — 추론 특화", "default_for": [] },
|
|
15
17
|
{ "id": "o3", "reasoning": "medium", "label": "o3 medium — 추론 특화, 저비용", "default_for": [] },
|
|
16
|
-
{ "id": "gpt-5.
|
|
18
|
+
{ "id": "gpt-5.5-mini", "reasoning": null, "label": "GPT-5.5 Mini — 최저 비용", "default_for": ["qa"] }
|
|
17
19
|
]
|
|
18
20
|
},
|
|
19
21
|
"agent_defaults": {
|
package/package.json
CHANGED
package/skills/crew-dev/SKILL.md
CHANGED
|
@@ -29,7 +29,7 @@ description: contract.md를 입력으로 받아 Dev + CodeReviewer + QA 파이
|
|
|
29
29
|
|
|
30
30
|
**해석된 설정 예시:**
|
|
31
31
|
```json
|
|
32
|
-
{ "provider": "codex", "model": "gpt-5.
|
|
32
|
+
{ "provider": "codex", "model": "gpt-5.5", "reasoning": "high" }
|
|
33
33
|
{ "provider": "claude", "model": "opus" }
|
|
34
34
|
```
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ Agent(subagent_type="{role}", model="{model}", description="...", prompt="...")
|
|
|
43
43
|
|
|
44
44
|
**codex provider:**
|
|
45
45
|
```
|
|
46
|
-
Bash("codex exec --model {model} -c model_reasoning_effort=\"{reasoning}\" --dangerously-bypass-approvals-and-sandbox \"{prompt}\"")
|
|
46
|
+
Bash("codex exec --model {model} -c model_reasoning_effort=\"{reasoning}\" --dangerously-bypass-approvals-and-sandbox \"{prompt}\" < /dev/null")
|
|
47
47
|
```
|
|
48
48
|
- 프롬프트가 길면 임시 파일에 저장 후 `cat`으로 전달한다.
|
|
49
49
|
- Codex는 CWD 기준으로 작업하므로 워크트리 안에서 실행한다.
|
|
@@ -324,7 +324,7 @@ codex exec --model {model} -c model_reasoning_effort="{reasoning}" --dangerously
|
|
|
324
324
|
- US-{k} 구현 내용 1줄 요약
|
|
325
325
|
- 자체 검증 결과 (각 항목별 PASS/FAIL + 명령어 + 출력)
|
|
326
326
|
PROMPT
|
|
327
|
-
)"
|
|
327
|
+
)" < /dev/null
|
|
328
328
|
```
|
|
329
329
|
|
|
330
330
|
Codex stdout을 캡처하여 dev-log.md의 US-{k} 섹션으로 추가한다.
|
|
@@ -192,9 +192,9 @@ Provider:
|
|
|
192
192
|
claude 선택 시:
|
|
193
193
|
```
|
|
194
194
|
Model:
|
|
195
|
-
[1] Opus
|
|
196
|
-
[2] Sonnet
|
|
197
|
-
[3] Haiku
|
|
195
|
+
[1] Opus — 최고 품질, 복잡한 구현 (추천)
|
|
196
|
+
[2] Sonnet — 빠르고 저렴, Opus급 성능
|
|
197
|
+
[3] Haiku — 최저 비용, 단순 태스크
|
|
198
198
|
```
|
|
199
199
|
|
|
200
200
|
codex 선택 시:
|