@su-record/vibe 3.2.8 → 3.2.9

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,3 +1,3 @@
1
- [2026-07-26T20:17:16.249Z] rm -rf /
2
- [2026-07-26T20:17:16.366Z] ls -la
3
- [2026-07-26T20:17:16.472Z] rm -rf src/infra/lib/evolution/
1
+ [2026-07-26T20:30:54.627Z] rm -rf /
2
+ [2026-07-26T20:30:54.745Z] ls -la
3
+ [2026-07-26T20:30:54.863Z] rm -rf src/infra/lib/evolution/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@su-record/vibe",
3
- "version": "3.2.8",
3
+ "version": "3.2.9",
4
4
  "description": "AI Coding Framework for Claude Code — 7+ agents, 52 skills, multi-LLM orchestration",
5
5
  "type": "module",
6
6
  "main": "dist/cli/index.js",
@@ -7,7 +7,7 @@ user-invocable: true
7
7
 
8
8
  # /vibe.review
9
9
 
10
- **Parallel Agent Code Review** - 13+ specialists review simultaneously
10
+ **Parallel Agent Code Review** focus 전문 리뷰어를 **가능한 범위에서 병렬로, 나머지는 순차로** 실행 (production 기본 셋 8종 + 조건부)
11
11
 
12
12
  ## Usage
13
13
 
@@ -139,7 +139,9 @@ run agent security-reviewer args: "Review {FILES} for vulnerabilities"
139
139
 
140
140
  Stack-specific focus (`idioms`) is added when the diff touches that stack's files. Collect all results, then dedupe/merge findings before Phase 3.
141
141
 
142
- **Core Reviewers (Always Runparallel `code-reviewer` instances, one per focus, plus `security-reviewer`):**
142
+ **Core Reviewers (production stakes 의 기본 셋 — `code-reviewer` focus 별로 하나씩 + `security-reviewer`):**
143
+
144
+ > demo/prototype 에서는 위 리뷰어 스케일링 표의 축소 셋만 실행한다. 이 표는 **production 의 전체 셋**이며 "무조건 8개 전부"라는 뜻이 아니다 — stakes 판정이 셋 크기를 결정한다 (SSOT: `vibe/rules/loop-contract.md` Stakes 표).
143
145
  | Agent (focus) | Focus |
144
146
  |-------|-------|
145
147
  | security-reviewer | OWASP Top 10, vulnerabilities |
@@ -171,7 +173,7 @@ UI 파일이 없으면 이 Phase 전체를 건너뛴다 — reference 도 읽지
171
173
 
172
174
  **검증 방법: "양쪽 동시 읽기"**
173
175
 
174
- 반드시 **생산자와 소비자 코드를 동시에** Read하여 교차 비교한다.
176
+ 생산자와 소비자 코드를 **같은 판단 안에서 함께** 읽어 교차 비교한다 (한쪽만 읽고 판단 금지). 두 파일을 동시에 열 도구가 없어도 규칙은 유효하다 — 순서대로 전체를 읽은 뒤 비교하면 된다.
175
177
 
176
178
  > Read `references/boundary-check.md` for the full verification-area table and checklist.
177
179
 
@@ -223,12 +225,16 @@ After agent results:
223
225
 
224
226
  ### Auto-Fix 실패 시 Codex Rescue (Codex 플러그인 활성화 시)
225
227
 
226
- P1/P2 auto-fix 가 **재시도 1회까지 실패**하면(= 시도 2회), TODO 로 내리기 전에 Codex 에 **1회** 위임한다 — escalation ladder SSOT: 위 Anti-Patterns:
228
+ P1/P2 auto-fix 가 **재시도 1회까지 실패**하면(= 시도 2회), TODO 로 내리기 전에 Codex 에 **1회** 위임한다 — escalation ladder SSOT: 위 Anti-Patterns.
229
+
230
+ 위임 요청 내용(호출 표면 무관):
227
231
 
228
232
  ```
229
- /codex:rescue "Fix {priority} issue: {issue-description}. File: {file-path}"
233
+ Fix {priority} issue: {issue-description}. File: {file-path}
230
234
  ```
231
235
 
236
+ 이 요청을 Codex 플러그인이 **실제로 제공하는** rescue/review 명령으로 전달한다. 제공 명령을 확인할 수 없으면 위임을 건너뛰고 바로 TODO 로 내린다 — 존재하지 않는 슬래시 명령을 실행하려 시도하지 않는다 (위 "명령 이름을 가정하지 않는다").
237
+
232
238
  Codex 수정 완료 후 해당 리뷰 에이전트가 재검증.
233
239
 
234
240
  ### Phase 6: Todo File Creation (Items Requiring Manual Handling)
@@ -122,7 +122,7 @@ After implementing each scenario, **automatic verification**:
122
122
  > 전체 Boulder Loop 다이어그램, automation level 정의, confirmation matrix: `references/ultrawork-mode.md`
123
123
 
124
124
  `ultrawork` 또는 `ulw` 포함 시 vibe.run-specific 동작:
125
- - 병렬 탐색 (3+ Task agents 동시)
125
+ - 병렬 탐색 — 하네스의 네이티브 서브에이전트를 **동시 슬롯 한도까지** 스폰 (CC: 한 메시지에 3 이상). 슬롯이 부족하면 개수를 줄이거나 순차 실행하되 탐색 항목을 버리지 않는다
126
126
  - 비대화형 (중단점 없음)
127
127
  - Race Review (GPT+Antigravity) 기본 활성화
128
128
  - stuck 시 TODO 기록 후 다음 시나리오로 (사용자 질문 없음)
@@ -100,7 +100,7 @@ ARGUMENTS: $ARGUMENTS
100
100
  |---|---|
101
101
  | 자연어 요구사항 | 그대로 SPEC 패스의 주 입력 |
102
102
  | 📎 첨부 (md/txt/pdf/이미지 등) | 하네스의 파일 읽기 수단(CC `Read` 도구 / Codex 셸 등)으로 전체를 읽어 분석 후 요구사항에 병합 |
103
- | 파일 경로 인자 (PRD 등) | 존재 확인 후 Read — 첨부와 동일 취급 |
103
+ | 파일 경로 인자 (PRD 등) | 존재 확인 후 전체를 읽는다 — 첨부와 동일 취급 |
104
104
  | **레거시 아티팩트** `.vibe/interviews/{feature}.md`, `.vibe/plans/{feature}.md` | 존재하면 **입력 컨텍스트로만** 읽는다. 절대 요구하거나 재생성하지 않는다 — 없어도 정상 경로 |
105
105
 
106
106
  ## Process