# team_prompts.py 팀원 모델 불일치 수정

## 문제
team_prompts.py에서 논리적 팀(마케팅/컨설팅/출판) 팀원 모델이 organization-structure.json과 불일치.
haiku로 하드코딩되어 있어서 카피 퀄리티가 떨어지는 문제 발생.

## 수정 대상
- `/home/jay/workspace/prompts/team_prompts.py`

## 수정 내역

### 마케팅팀 (258~260행 부근)
- 아폴론 (Apollo): haiku → **sonnet**
- 페이토 (Peitho): haiku → **sonnet**
- 에이레네 (Eirene): haiku → **sonnet**
- 279행: "Task tool로 위임 (model: haiku)" → "Task tool로 위임 (model: sonnet)"

### 컨설팅팀 (323~324행 부근)
- 아스클레피오스 (Asclepius): haiku → **sonnet**
- 테미스 (Themis): haiku → **sonnet**
- 330행: "Task tool로 위임 (model: haiku)" → "Task tool로 위임 (model: sonnet)"

### 출판팀 (374행 부근)
- 폴리뮤니아 (Polyhymnia): haiku → **sonnet**

### 정상 (수정 불필요)
- 디자인팀: 벤자이텐/이나리/카구야 모두 sonnet — 정상
- 출판팀 나머지: 칼리오페/에라토/클리오/테르프시코레/세쉬아트 모두 sonnet — 정상

## 검증 방법
1. 수정 후 grep으로 haiku 잔존 확인
2. 에코(Echo)만 haiku 유지 (organization-structure.json 기준 Haiku)
3. 기존 테스트 통과 확인

## 참조
- organization-structure.json: `/home/jay/workspace/memory/organization-structure.json`
- 대시보드 확인: 마케팅팀 아폴론=Sonnet, 페이토=Sonnet, 에이레네=Sonnet