@walwal-harness/cli 4.0.0-alpha.15 → 4.0.0-alpha.16

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walwal-harness/cli",
3
- "version": "4.0.0-alpha.15",
3
+ "version": "4.0.0-alpha.16",
4
4
  "description": "Production harness for AI agent engineering — Planner, Generator(BE/FE), Evaluator(Func/Visual), optional Brainstormer (requirements refinement). Supports React and Flutter FE stacks.",
5
5
  "bin": {
6
6
  "walwal-harness": "bin/init.js"
@@ -25,8 +25,13 @@ disable-model-invocation: false
25
25
  - `pipeline` → 선택된 파이프라인 (FULLSTACK/FE-ONLY/BE-ONLY)
26
26
  - `sprint.number` → `1`, `sprint.status` → `"in_progress"` (신규 파이프라인인 경우에만)
27
27
  2. `.harness/progress.log`에 요약 한 줄 추가
28
- 3. **STOP. 다음 에이전트를 직접 호출하지 않는다.**
29
- 4. 출력: `"✓ Dispatcher 완료. bash scripts/harness-next.sh 실행하여 다음 단계 확인."`
28
+ 3. **v4 모드 감지**: `.harness/actions/feature-queue.json` 파일이 존재하는지 확인
29
+ - **존재**: v4 Parallel Agent Teams 활성 상태. 별도 안내 없이 즉시 STOP.
30
+ 출력: `"✓ Dispatcher 완료. Agent Teams가 자율 실행 중입니다."`
31
+ - **미존재**: v3 Classic 모드.
32
+ 출력: `"✓ Dispatcher 완료. bash scripts/harness-next.sh 실행하여 다음 단계 확인."`
33
+ 4. **STOP. 다음 에이전트를 직접 호출하지 않는다.**
34
+ - v4 모드에서는 `/harness-team 실행하시겠습니까?` 같은 **질문을 하지 않는다**. Teams는 이미 실행 중이거나 사용자가 별도로 시작한다.
30
35
 
31
36
  ## Auto-Routing (UserPromptSubmit Hook)
32
37