diff --git a/CLAUDE.md b/CLAUDE.md index 692288a..8390b60 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -17,7 +17,7 @@ | `/lotto` | `Lotto` | 로또 추천/통계 | | `/stock` | `Stock` | 주식 뉴스/지수 | | `/stock/trade` | `StockTrade` | 주식 트레이딩 | -| `/realestate` | `Subscription` | 청약 자격·일정 관리 | +| `/realestate` | `Subscription` | 청약 자격·일정 관리
• **프로필 탭**: 자치구 5티어 분류(드래그&드롭, PC 전용 / 모바일 read-only), 매칭 임계값 슬라이더, 텔레그램 알림 토글
• **카드/매칭 결과**: district 뱃지 + 5티어(S/A/B/C/D) 뱃지 표시
• **상세 모달**: 매칭 분석 섹션 (점수 + 사유 + 신청 자격)
• 백엔드 스펙: `web-backend/docs/superpowers/specs/2026-04-28-realestate-targeting-enhancement-design.md` | | `/realestate/property` | `RealEstate` | 관심 단지 정보 | | `/travel` | `Travel` | 여행 사진 갤러리 (Dark Room 테마) | | `/lab` | `EffectLab` | UI/UX 실험 허브 | @@ -113,7 +113,8 @@ proxy: { | 에이전트 | POST | `/api/agent-office/command`, `/api/agent-office/approve` | | 에이전트 | WS | `/api/agent-office/ws` | | 부동산 | GET | `/api/realestate/announcements`, `/api/realestate/matches` | -| 부동산 | PUT | `/api/realestate/profile` | +| 부동산 | GET | `/api/realestate/profile` — 프로필 조회 | +| 부동산 | PUT | `/api/realestate/profile` — body: `{ preferred_districts: { [district]: tier(S/A/B/C/D) }, min_match_score: int, notify_enabled: bool, ... }` | | AI 큐레이터 | GET | `/api/lotto/briefing/latest`, `/api/lotto/curator/usage` | | 포트폴리오 | GET | `/api/profile/public` — personal 서비스 | | 포트폴리오 | POST | `/api/profile/auth` — personal 서비스 |