@su-record/vibe 2.16.2 → 2.16.4

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.
Files changed (156) hide show
  1. package/.env.example +15 -0
  2. package/README.en.md +1 -1
  3. package/README.md +1 -1
  4. package/agents/architect-low.md +1 -1
  5. package/agents/architect-medium.md +1 -1
  6. package/agents/architect.md +1 -1
  7. package/agents/build-error-resolver.md +1 -1
  8. package/agents/compounder.md +4 -0
  9. package/agents/diagrammer.md +4 -0
  10. package/agents/docs/api-documenter.md +1 -1
  11. package/agents/docs/changelog-writer.md +1 -1
  12. package/agents/e2e-tester.md +4 -0
  13. package/agents/explorer-low.md +1 -1
  14. package/agents/explorer-medium.md +1 -1
  15. package/agents/explorer.md +2 -2
  16. package/agents/figma/figma-analyst.md +4 -0
  17. package/agents/figma/figma-architect.md +4 -0
  18. package/agents/figma/figma-auditor.md +4 -0
  19. package/agents/figma/figma-builder.md +4 -0
  20. package/agents/implementer-low.md +1 -1
  21. package/agents/implementer-medium.md +1 -1
  22. package/agents/implementer.md +2 -2
  23. package/agents/planning/requirements-analyst.md +1 -1
  24. package/agents/planning/ux-advisor.md +1 -1
  25. package/agents/qa/acceptance-tester.md +1 -1
  26. package/agents/qa/edge-case-finder.md +1 -1
  27. package/agents/refactor-cleaner.md +1 -1
  28. package/agents/research/best-practices.md +1 -1
  29. package/agents/research/codebase-patterns.md +1 -1
  30. package/agents/research/framework-docs.md +1 -1
  31. package/agents/research/security-advisory.md +1 -1
  32. package/agents/searcher.md +1 -1
  33. package/agents/simplifier.md +4 -0
  34. package/agents/teams/debug-team.md +4 -0
  35. package/agents/teams/dev-team.md +4 -0
  36. package/agents/teams/docs-team.md +4 -0
  37. package/agents/teams/figma-team.md +4 -0
  38. package/agents/teams/fullstack-team.md +4 -0
  39. package/agents/teams/lite-team.md +4 -0
  40. package/agents/teams/migration-team.md +4 -0
  41. package/agents/teams/refactor-team.md +4 -0
  42. package/agents/teams/research-team.md +4 -0
  43. package/agents/teams/review-debate-team.md +4 -0
  44. package/agents/teams/security-team.md +4 -0
  45. package/agents/tester.md +2 -2
  46. package/agents/ui/ui-a11y-auditor.md +1 -1
  47. package/agents/ui/ui-antipattern-detector.md +1 -1
  48. package/agents/ui/ui-dataviz-advisor.md +1 -1
  49. package/agents/ui/ui-design-system-gen.md +1 -1
  50. package/agents/ui/ui-industry-analyzer.md +1 -1
  51. package/agents/ui/ui-layout-architect.md +1 -1
  52. package/agents/ui/ui-stack-implementer.md +1 -1
  53. package/agents/ui/ux-compliance-reviewer.md +1 -1
  54. package/agents/ui-previewer.md +4 -0
  55. package/dist/__tests__/agent-model-sync.test.d.ts +2 -0
  56. package/dist/__tests__/agent-model-sync.test.d.ts.map +1 -0
  57. package/dist/__tests__/agent-model-sync.test.js +71 -0
  58. package/dist/__tests__/agent-model-sync.test.js.map +1 -0
  59. package/dist/cli/auth.d.ts.map +1 -1
  60. package/dist/cli/auth.js +8 -1
  61. package/dist/cli/auth.js.map +1 -1
  62. package/dist/cli/commands/index.d.ts +1 -0
  63. package/dist/cli/commands/index.d.ts.map +1 -1
  64. package/dist/cli/commands/index.js +1 -0
  65. package/dist/cli/commands/index.js.map +1 -1
  66. package/dist/cli/commands/info.d.ts.map +1 -1
  67. package/dist/cli/commands/info.js +2 -0
  68. package/dist/cli/commands/info.js.map +1 -1
  69. package/dist/cli/commands/llm.d.ts +11 -0
  70. package/dist/cli/commands/llm.d.ts.map +1 -0
  71. package/dist/cli/commands/llm.js +62 -0
  72. package/dist/cli/commands/llm.js.map +1 -0
  73. package/dist/cli/commands/setup.d.ts.map +1 -1
  74. package/dist/cli/commands/setup.js +35 -1
  75. package/dist/cli/commands/setup.js.map +1 -1
  76. package/dist/cli/index.d.ts.map +1 -1
  77. package/dist/cli/index.js +59 -2
  78. package/dist/cli/index.js.map +1 -1
  79. package/dist/cli/llm/config.d.ts.map +1 -1
  80. package/dist/cli/llm/config.js +7 -0
  81. package/dist/cli/llm/config.js.map +1 -1
  82. package/dist/cli/llm/index.d.ts +1 -0
  83. package/dist/cli/llm/index.d.ts.map +1 -1
  84. package/dist/cli/llm/index.js +1 -0
  85. package/dist/cli/llm/index.js.map +1 -1
  86. package/dist/cli/llm/model-refresh.d.ts +29 -0
  87. package/dist/cli/llm/model-refresh.d.ts.map +1 -0
  88. package/dist/cli/llm/model-refresh.js +139 -0
  89. package/dist/cli/llm/model-refresh.js.map +1 -0
  90. package/dist/cli/llm/zai-commands.d.ts +15 -0
  91. package/dist/cli/llm/zai-commands.d.ts.map +1 -0
  92. package/dist/cli/llm/zai-commands.js +64 -0
  93. package/dist/cli/llm/zai-commands.js.map +1 -0
  94. package/dist/cli/postinstall/constants.d.ts.map +1 -1
  95. package/dist/cli/postinstall/constants.js +1 -0
  96. package/dist/cli/postinstall/constants.js.map +1 -1
  97. package/dist/cli/types.d.ts +15 -0
  98. package/dist/cli/types.d.ts.map +1 -1
  99. package/dist/infra/lib/config/GlobalConfigManager.d.ts +2 -0
  100. package/dist/infra/lib/config/GlobalConfigManager.d.ts.map +1 -1
  101. package/dist/infra/lib/config/GlobalConfigManager.js +6 -0
  102. package/dist/infra/lib/config/GlobalConfigManager.js.map +1 -1
  103. package/dist/infra/lib/llm-availability.d.ts +4 -0
  104. package/dist/infra/lib/llm-availability.d.ts.map +1 -1
  105. package/dist/infra/lib/llm-availability.js +9 -1
  106. package/dist/infra/lib/llm-availability.js.map +1 -1
  107. package/dist/infra/lib/zai/client.d.ts +30 -0
  108. package/dist/infra/lib/zai/client.d.ts.map +1 -0
  109. package/dist/infra/lib/zai/client.js +124 -0
  110. package/dist/infra/lib/zai/client.js.map +1 -0
  111. package/dist/infra/lib/zai/index.d.ts +11 -0
  112. package/dist/infra/lib/zai/index.d.ts.map +1 -0
  113. package/dist/infra/lib/zai/index.js +10 -0
  114. package/dist/infra/lib/zai/index.js.map +1 -0
  115. package/dist/infra/lib/zai/orchestration.d.ts +15 -0
  116. package/dist/infra/lib/zai/orchestration.d.ts.map +1 -0
  117. package/dist/infra/lib/zai/orchestration.js +54 -0
  118. package/dist/infra/lib/zai/orchestration.js.map +1 -0
  119. package/dist/infra/lib/zai/types.d.ts +40 -0
  120. package/dist/infra/lib/zai/types.d.ts.map +1 -0
  121. package/dist/infra/lib/zai/types.js +5 -0
  122. package/dist/infra/lib/zai/types.js.map +1 -0
  123. package/dist/infra/orchestrator/SmartRouter.d.ts.map +1 -1
  124. package/dist/infra/orchestrator/SmartRouter.js +16 -34
  125. package/dist/infra/orchestrator/SmartRouter.js.map +1 -1
  126. package/dist/infra/orchestrator/index.d.ts +1 -0
  127. package/dist/infra/orchestrator/index.d.ts.map +1 -1
  128. package/dist/infra/orchestrator/index.js +11 -9
  129. package/dist/infra/orchestrator/index.js.map +1 -1
  130. package/dist/infra/orchestrator/types.d.ts +32 -9
  131. package/dist/infra/orchestrator/types.d.ts.map +1 -1
  132. package/dist/infra/orchestrator/types.js +68 -37
  133. package/dist/infra/orchestrator/types.js.map +1 -1
  134. package/dist/infra/orchestrator/types.test.d.ts +2 -0
  135. package/dist/infra/orchestrator/types.test.d.ts.map +1 -0
  136. package/dist/infra/orchestrator/types.test.js +57 -0
  137. package/dist/infra/orchestrator/types.test.js.map +1 -0
  138. package/hooks/scripts/__tests__/clone-behaviors.test.js +56 -0
  139. package/hooks/scripts/clone-extract.js +196 -11
  140. package/hooks/scripts/clone-spec.js +63 -12
  141. package/hooks/scripts/llm-orchestrate.js +49 -0
  142. package/package.json +4 -2
  143. package/skills/clone/SKILL.md +19 -4
  144. package/skills/create-prd/agents/edge-case-finder.md +4 -4
  145. package/skills/create-prd/agents/prioritizer.md +4 -4
  146. package/skills/create-prd/agents/requirements-writer.md +3 -3
  147. package/skills/create-prd/agents/researcher.md +3 -3
  148. package/skills/create-prd/agents/reviewer.md +3 -3
  149. package/skills/create-prd/orchestrator.md +2 -0
  150. package/skills/design-audit/orchestrator.md +2 -0
  151. package/skills/exec-plan/orchestrator.md +2 -0
  152. package/skills/parallel-research/orchestrator.md +2 -0
  153. package/skills/techdebt/orchestrator.md +2 -0
  154. package/skills/vibe.clone/SKILL.md +6 -3
  155. package/skills/vibe.llm/SKILL.md +50 -0
  156. package/vibe/rules/orchestrator-contract.md +56 -0
package/.env.example CHANGED
@@ -35,3 +35,18 @@
35
35
  # Environment variables are still supported as fallback:
36
36
  # OPENAI_API_KEY, GEMINI_API_KEY, GPT_MODEL, etc.
37
37
  # ────────────────────────────────────────────────────────────────────
38
+
39
+ # ─── ZAI (Z.ai / GLM) ────────────────────────────────────────────────
40
+ # Configure via:
41
+ # vibe zai coding-key <key> GLM Coding Plan key (UI/code — separate key)
42
+ # vibe zai key <key> General API key (pay-as-you-go)
43
+ # Endpoints (OpenAI-compatible, POST {base}/chat/completions — do NOT append /v1):
44
+ # coding : https://api.z.ai/api/coding/paas/v4 (GLM Coding Plan, flagship glm-5.2)
45
+ # general: https://api.z.ai/api/paas/v4 (pay-as-you-go, top glm-5.1)
46
+ # (GLM Coding Plan also offers an Anthropic-compatible base for Claude Code:
47
+ # https://api.z.ai/api/anthropic)
48
+ # Stored in ~/.vibe/config.json under credentials.zai { codingApiKey, apiKey }
49
+ # Model override: models.zaiCoding (UI/code, glm-5.2), models.zai (general, glm-5.1)
50
+ ZAI_CODING_API_KEY=your-glm-coding-plan-key
51
+ ZAI_API_KEY=your-zai-api-key
52
+ ZAI_MODEL=glm-5.2
package/README.en.md CHANGED
@@ -172,7 +172,7 @@ Detection at edit time, blocking at deterministic gates — three layers of defe
172
172
 
173
173
  **42+ agents** — Exploration, implementation, architecture, parallel code review, UI/UX analysis, security audit, Figma analysis/building. The UI/Figma/Event groups (18 agents) are excluded from the global install — `vibe init` installs them project-locally (`.claude/agents/`) only when the stack/capability matches, so they never occupy context in unrelated projects.
174
174
 
175
- **72 skills** — Not all loaded at once. 3-tier system prevents context overload:
175
+ **73 skills** — Not all loaded at once. 3-tier system prevents context overload:
176
176
 
177
177
  | Tier | When loaded | Purpose | Examples |
178
178
  |------|-------------|---------|----------|
package/README.md CHANGED
@@ -144,7 +144,7 @@ codex
144
144
 
145
145
  **42+ 에이전트** — 탐색, 구현, 아키텍처, 병렬 코드 리뷰, UI/UX 분석, 보안 감사, Figma 분석/빌드. UI·Figma·Event 그룹(18개)은 전역 설치에서 제외되고, `vibe init`이 스택/capability가 맞는 프로젝트에만 로컬(`.claude/agents/`)로 설치 — 비해당 프로젝트의 컨텍스트를 점유하지 않습니다.
146
146
 
147
- **72개 스킬** — 한 번에 다 로드되지 않음. 3-tier 시스템으로 컨텍스트 과부하 방지:
147
+ **73개 스킬** — 한 번에 다 로드되지 않음. 3-tier 시스템으로 컨텍스트 과부하 방지:
148
148
 
149
149
  | 티어 | 로드 시점 | 용도 | 예시 |
150
150
  |------|----------|------|------|
@@ -10,7 +10,7 @@ Quick architecture queries and pattern matching.
10
10
 
11
11
  ## Model
12
12
 
13
- **Haiku** - Fast pattern matching
13
+ **Haiku** Fast pattern matching
14
14
 
15
15
  ## When to Use
16
16
 
@@ -11,7 +11,7 @@ Module-level architecture and design.
11
11
 
12
12
  ## Model
13
13
 
14
- **Sonnet** - Balanced for module-level decisions
14
+ **Sonnet** Balanced for module-level decisions
15
15
 
16
16
  ## When to Use
17
17
 
@@ -13,7 +13,7 @@ High-level architecture and system design specialist.
13
13
 
14
14
  ## Model
15
15
 
16
- **Opus** - Required for complex architectural reasoning
16
+ **Opus** Required for complex architectural reasoning
17
17
 
18
18
  ## When to Use
19
19
 
@@ -11,7 +11,7 @@ Minimal-diff specialist for fixing build and type errors.
11
11
 
12
12
  ## Model
13
13
 
14
- **Sonnet 4** - Fast, precise fixes
14
+ **Sonnet** Fast, precise fixes
15
15
 
16
16
  ## Philosophy
17
17
 
@@ -9,6 +9,10 @@ argument-hint: "solution description (optional)"
9
9
 
10
10
  > "Each solution documented makes future problems easier to solve."
11
11
 
12
+ ## Model
13
+
14
+ **Sonnet** — Balanced reasoning and quality
15
+
12
16
  ## Usage
13
17
 
14
18
  ```
@@ -7,6 +7,10 @@ argument-hint: --er or --flow (optional)
7
7
 
8
8
  Generate diagrams (architecture, ERD, flowchart).
9
9
 
10
+ ## Model
11
+
12
+ **Haiku** — Fast, lightweight tasks
13
+
10
14
  ## Usage
11
15
 
12
16
  ```
@@ -12,7 +12,7 @@
12
12
 
13
13
  ## Model
14
14
 
15
- **Haiku** (inherit) - Fast analysis
15
+ **Haiku** Fast analysis
16
16
 
17
17
  ## CRITICAL: NO FILE CREATION
18
18
 
@@ -12,7 +12,7 @@
12
12
 
13
13
  ## Model
14
14
 
15
- **Haiku** (inherit) - Fast analysis
15
+ **Haiku** Fast analysis
16
16
 
17
17
  ## CRITICAL: NO FILE CREATION
18
18
 
@@ -7,6 +7,10 @@ argument-hint: "test scenario or URL"
7
7
 
8
8
  **Closed Loop E2E Testing** - AI가 직접 브라우저를 조작하여 검증하고, 실패 시 자동 수정을 반복
9
9
 
10
+ ## Model
11
+
12
+ **Sonnet** — Balanced reasoning and quality
13
+
10
14
  ## Philosophy: Closed Loop
11
15
 
12
16
  ```
@@ -10,7 +10,7 @@ Fast codebase exploration for simple searches.
10
10
 
11
11
  ## Model
12
12
 
13
- **Haiku** - Optimized for fast, simple searches
13
+ **Haiku** Optimized for fast, simple searches
14
14
 
15
15
  ## When to Use
16
16
 
@@ -11,7 +11,7 @@ Balanced codebase exploration with analysis.
11
11
 
12
12
  ## Model
13
13
 
14
- **Sonnet** - Balanced speed and depth
14
+ **Sonnet** Balanced speed and depth
15
15
 
16
16
  ## When to Use
17
17
 
@@ -1,4 +1,4 @@
1
- # Explorer Agent (Haiku 4.5)
1
+ # Explorer Agent (Haiku)
2
2
 
3
3
  Codebase exploration specialist sub-agent.
4
4
 
@@ -11,7 +11,7 @@ Codebase exploration specialist sub-agent.
11
11
 
12
12
  ## Model
13
13
 
14
- **Haiku 4.5** - Optimized for fast exploration
14
+ **Haiku** Optimized for fast exploration
15
15
 
16
16
  ## Usage
17
17
 
@@ -10,6 +10,10 @@ Figma 디자인 데이터 수집 + 정제 전문 에이전트.
10
10
  - 공유 패턴 발견: 반복 INSTANCE → 공통 컴포넌트 후보 도출
11
11
  - 디자인 토큰 추출: 색상/간격/타이포 일관성 감지
12
12
 
13
+ ## Model
14
+
15
+ **Sonnet** — Balanced reasoning and quality
16
+
13
17
  ## Tools
14
18
 
15
19
  - Bash (figma-extract.js 실행)
@@ -11,6 +11,10 @@
11
11
  - HTML 시맨틱 구조 확정
12
12
  - 이미지 분류: BG / 콘텐츠 / 장식 / 벡터 글자
13
13
 
14
+ ## Model
15
+
16
+ **Sonnet** — Balanced reasoning and quality
17
+
14
18
  ## Tools
15
19
 
16
20
  - Read (sections.json, component-index.json, project-tokens.json)
@@ -9,6 +9,10 @@
9
9
  - CSS 수치 대조 (figma-validate.js)
10
10
  - 불일치 리포트 작성 → builder에게 반환
11
11
 
12
+ ## Model
13
+
14
+ **Sonnet** — Balanced reasoning and quality
15
+
12
16
  ## Tools
13
17
 
14
18
  - Read (생성된 코드, sections.json)
@@ -9,6 +9,10 @@ BP별 스태틱 코드 구현 전문 에이전트.
9
9
  - SCSS는 figma-to-scss.js 출력 그대로 사용 (수정 금지)
10
10
  - 인터랙션 로직 (@click, v-for, 상태 변수)
11
11
 
12
+ ## Model
13
+
14
+ **Sonnet** — Balanced reasoning and quality
15
+
12
16
  ## Tools
13
17
 
14
18
  - Read (component-spec.json, sections.json)
@@ -11,7 +11,7 @@ Fast implementation for simple changes.
11
11
 
12
12
  ## Model
13
13
 
14
- **Haiku** - Optimized for fast, simple changes
14
+ **Haiku** Optimized for fast, simple changes
15
15
 
16
16
  ## When to Use
17
17
 
@@ -11,7 +11,7 @@ Balanced implementation for standard features.
11
11
 
12
12
  ## Model
13
13
 
14
- **Sonnet** - Balanced speed and quality
14
+ **Sonnet** Balanced speed and quality
15
15
 
16
16
  ## When to Use
17
17
 
@@ -1,4 +1,4 @@
1
- # Implementer Agent (Sonnet 4)
1
+ # Implementer Agent (Sonnet)
2
2
 
3
3
  Core implementation specialist sub-agent.
4
4
 
@@ -11,7 +11,7 @@ Core implementation specialist sub-agent.
11
11
 
12
12
  ## Model
13
13
 
14
- **Sonnet 4** - Balance between implementation quality and speed
14
+ **Sonnet** Balance between implementation quality and speed
15
15
 
16
16
  ## Usage
17
17
 
@@ -12,7 +12,7 @@
12
12
 
13
13
  ## Model
14
14
 
15
- **Haiku** (inherit) - Fast analysis
15
+ **Haiku** Fast analysis
16
16
 
17
17
  ## CRITICAL: NO FILE CREATION
18
18
 
@@ -12,7 +12,7 @@
12
12
 
13
13
  ## Model
14
14
 
15
- **Haiku** (inherit) - Fast analysis
15
+ **Haiku** Fast analysis
16
16
 
17
17
  ## CRITICAL: NO FILE CREATION
18
18
 
@@ -12,7 +12,7 @@
12
12
 
13
13
  ## Model
14
14
 
15
- **Haiku** (inherit) - Fast analysis
15
+ **Haiku** Fast analysis
16
16
 
17
17
  ## CRITICAL: NO FILE CREATION
18
18
 
@@ -12,7 +12,7 @@
12
12
 
13
13
  ## Model
14
14
 
15
- **Haiku** (inherit) - Fast analysis
15
+ **Haiku** Fast analysis
16
16
 
17
17
  ## CRITICAL: NO FILE CREATION
18
18
 
@@ -10,7 +10,7 @@ Dead code detection and safe removal specialist.
10
10
 
11
11
  ## Model
12
12
 
13
- **Sonnet 4** - Thorough analysis with safe execution
13
+ **Sonnet** Thorough analysis with safe execution
14
14
 
15
15
  ## Analysis Tools
16
16
 
@@ -11,7 +11,7 @@
11
11
 
12
12
  ## Model
13
13
 
14
- **Haiku** (inherit) - Fast research
14
+ **Haiku** Fast research
15
15
 
16
16
  ## ⚠️ CRITICAL: NO FILE CREATION
17
17
 
@@ -11,7 +11,7 @@
11
11
 
12
12
  ## Model
13
13
 
14
- **Haiku** (inherit) - Fast exploration
14
+ **Haiku** Fast exploration
15
15
 
16
16
  ## ⚠️ CRITICAL: NO FILE CREATION
17
17
 
@@ -11,7 +11,7 @@
11
11
 
12
12
  ## Model
13
13
 
14
- **Haiku** (inherit) - Fast research
14
+ **Haiku** Fast research
15
15
 
16
16
  ## ⚠️ CRITICAL: NO FILE CREATION
17
17
 
@@ -11,7 +11,7 @@
11
11
 
12
12
  ## Model
13
13
 
14
- **Haiku** (inherit) - Fast research
14
+ **Haiku** Fast research
15
15
 
16
16
  ## ⚠️ CRITICAL: NO FILE CREATION
17
17
 
@@ -11,7 +11,7 @@ Web search specialist sub-agent.
11
11
 
12
12
  ## Model
13
13
 
14
- - **Default**: Haiku 4.5 + WebSearch
14
+ **Haiku** Fast, lightweight tasks
15
15
  - **Fallback**: GPT hook (`gpt- [query]`)
16
16
 
17
17
  ## Usage
@@ -2,6 +2,10 @@
2
2
 
3
3
  Sub-agent that automatically validates and corrects code quality rules.
4
4
 
5
+ ## Model
6
+
7
+ **Sonnet** — Balanced reasoning and quality
8
+
5
9
  ## Trigger
6
10
 
7
11
  Automatically executed after `Write`, `Edit` operations via PostToolUse Hook.
@@ -2,6 +2,10 @@
2
2
 
3
3
  빌드/테스트 실패 시 아키텍트 진단 → 구현자 수정 → 테스터 검증 사이클.
4
4
 
5
+ ## Model
6
+
7
+ **Sonnet** — Balanced reasoning and quality
8
+
5
9
  ## 팀 구성
6
10
 
7
11
  | 팀원 | 역할 | Model |
@@ -2,6 +2,10 @@
2
2
 
3
3
  에이전트들이 팀을 이루어 서로 소통하며 구현하는 풀 구현 팀.
4
4
 
5
+ ## Model
6
+
7
+ **Sonnet** — Balanced reasoning and quality
8
+
5
9
  ## 팀 구성
6
10
 
7
11
  | 팀원 | 역할 | Model |
@@ -2,6 +2,10 @@
2
2
 
3
3
  API 문서, 아키텍처 다이어그램, 변경로그를 통합 생성하는 문서화 팀.
4
4
 
5
+ ## Model
6
+
7
+ **Sonnet** — Balanced reasoning and quality
8
+
5
9
  ## 팀 구성
6
10
 
7
11
  | 팀원 | 역할 | Model |
@@ -2,6 +2,10 @@
2
2
 
3
3
  Figma 디자인 → 프로덕션 코드 변환 파이프라인 팀.
4
4
 
5
+ ## Model
6
+
7
+ **Sonnet** — Balanced reasoning and quality
8
+
5
9
  ## 팀 구성
6
10
 
7
11
  | 팀원 | 역할 | Model |
@@ -2,6 +2,10 @@
2
2
 
3
3
  Frontend + Backend 동시 변경이 필요한 풀스택 기능 구현 팀.
4
4
 
5
+ ## Model
6
+
7
+ **Sonnet** — Balanced reasoning and quality
8
+
5
9
  ## 팀 구성
6
10
 
7
11
  | 팀원 | 역할 | Model |
@@ -2,6 +2,10 @@
2
2
 
3
3
  Dev Team의 축소 버전. 일반 모드에서도 팀 협업을 제공하는 3인 구현 팀.
4
4
 
5
+ ## Model
6
+
7
+ **Sonnet** — Balanced reasoning and quality
8
+
5
9
  ## 팀 구성
6
10
 
7
11
  | 팀원 | 역할 | Model |
@@ -2,6 +2,10 @@
2
2
 
3
3
  프레임워크/라이브러리 마이그레이션 전문 팀.
4
4
 
5
+ ## Model
6
+
7
+ **Sonnet** — Balanced reasoning and quality
8
+
5
9
  ## 팀 구성
6
10
 
7
11
  | 팀원 | 역할 | Model |
@@ -2,6 +2,10 @@
2
2
 
3
3
  안전한 멀티파일 리팩터링을 위한 팀. Characterization test로 현재 동작을 잠그고 변경 후 회귀를 검증한다.
4
4
 
5
+ ## Model
6
+
7
+ **Sonnet** — Balanced reasoning and quality
8
+
5
9
  ## 팀 구성
6
10
 
7
11
  | 팀원 | 역할 | Model |
@@ -2,6 +2,10 @@
2
2
 
3
3
  리서치 결과를 팀으로 교차 검증하여 정확성과 호환성을 보장하는 리서치 협업 팀.
4
4
 
5
+ ## Model
6
+
7
+ **Sonnet** — Balanced reasoning and quality
8
+
5
9
  ## 팀 구성
6
10
 
7
11
  | 팀원 | 역할 | Model |
@@ -2,6 +2,10 @@
2
2
 
3
3
  개별 리뷰어의 발견을 팀으로 토론하여 우선순위를 검증하고 오탐을 제거하는 교차 검증 팀.
4
4
 
5
+ ## Model
6
+
7
+ **Sonnet** — Balanced reasoning and quality
8
+
5
9
  ## 팀 구성
6
10
 
7
11
  | 팀원 | 역할 | Model |
@@ -2,6 +2,10 @@
2
2
 
3
3
  보안 민감 코드 변경 시 전문 보안 검증 팀.
4
4
 
5
+ ## Model
6
+
7
+ **Sonnet** — Balanced reasoning and quality
8
+
5
9
  ## 팀 구성
6
10
 
7
11
  | 팀원 | 역할 | Model |
package/agents/tester.md CHANGED
@@ -1,4 +1,4 @@
1
- # Tester Agent (Haiku 4.5)
1
+ # Tester Agent (Haiku)
2
2
 
3
3
  Test writing specialist sub-agent.
4
4
 
@@ -11,7 +11,7 @@ Test writing specialist sub-agent.
11
11
 
12
12
  ## Model
13
13
 
14
- **Haiku 4.5** - Fast test generation
14
+ **Haiku** Fast test generation
15
15
 
16
16
  ## Usage
17
17
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  ## Model
12
12
 
13
- **Haiku** (inherit) - Fast parallel audit
13
+ **Sonnet** Fast parallel audit
14
14
 
15
15
  ## Phase
16
16
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  ## Model
12
12
 
13
- **Haiku** (inherit) - Fast parallel detection
13
+ **Sonnet** Fast parallel detection
14
14
 
15
15
  ## Phase
16
16
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  ## Model
12
12
 
13
- **Haiku** (inherit) - Fast recommendation
13
+ **Haiku** Fast recommendation
14
14
 
15
15
  ## Phase
16
16
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  ## Model
12
12
 
13
- **Sonnet** - Higher capacity for comprehensive design system generation
13
+ **Sonnet** Higher capacity for comprehensive design system generation
14
14
 
15
15
  ## Phase
16
16
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  ## Model
12
12
 
13
- **Haiku** (inherit) - Fast analysis
13
+ **Haiku** Fast analysis
14
14
 
15
15
  ## Phase
16
16
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  ## Model
12
12
 
13
- **Haiku** (inherit) - Fast layout design
13
+ **Sonnet** Fast layout design
14
14
 
15
15
  ## Phase
16
16
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  ## Model
12
12
 
13
- **Haiku** (inherit) - Fast implementation guidance
13
+ **Sonnet** Fast implementation guidance
14
14
 
15
15
  ## Phase
16
16
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  ## Model
12
12
 
13
- **Haiku** (inherit) - Fast parallel review
13
+ **Sonnet** Fast parallel review
14
14
 
15
15
  ## Phase
16
16
 
@@ -10,6 +10,10 @@ Preview UI from description or design guide folder.
10
10
  - **Gemini enabled**: Generate actual UI image
11
11
  - **Gemini disabled**: ASCII art fallback
12
12
 
13
+ ## Model
14
+
15
+ **Sonnet** — Balanced reasoning and quality
16
+
13
17
  ## Usage
14
18
 
15
19
  ```
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=agent-model-sync.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-model-sync.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/agent-model-sync.test.ts"],"names":[],"mappings":""}