## 작업 내용 `core:domain`에 채팅 도메인 모델(ChatMessage, Conversation, ChatEntry, ChatStreamEvent 등)과 `ChatRepository` 인터페이스를 추가한다. 상위 이슈: #59 설계 문서: `designs/issue-59-A-chat-domain-model.md` (병합 후 이슈 번호에 맞춰 파일명 변경 예정) 선행 이슈: 없음 ## 할 일 - [ ] `core/domain/.../model/chat/ChatMessage.kt` — ChatMessage, MessageRole, MessageStatus - [ ] `core/domain/.../model/chat/ChatAction.kt` — ChatAction - [ ] `core/domain/.../model/chat/Conversation.kt` — Conversation, ConversationSummary - [ ] `core/domain/.../model/chat/ChatEntry.kt` — ChatEntry, ChatSuggestion, ChatQuota - [ ] `core/domain/.../model/chat/ChatStreamEvent.kt` — ChatStreamEvent(sealed), ChatStreamException - [ ] `core/domain/.../repository/ChatRepository.kt`
작업 내용
core:domain에 채팅 도메인 모델(ChatMessage, Conversation, ChatEntry, ChatStreamEvent 등)과ChatRepository인터페이스를 추가한다.상위 이슈: #59
설계 문서:
designs/issue-59-A-chat-domain-model.md(병합 후 이슈 번호에 맞춰 파일명 변경 예정)선행 이슈: 없음
할 일
core/domain/.../model/chat/ChatMessage.kt— ChatMessage, MessageRole, MessageStatuscore/domain/.../model/chat/ChatAction.kt— ChatActioncore/domain/.../model/chat/Conversation.kt— Conversation, ConversationSummarycore/domain/.../model/chat/ChatEntry.kt— ChatEntry, ChatSuggestion, ChatQuotacore/domain/.../model/chat/ChatStreamEvent.kt— ChatStreamEvent(sealed), ChatStreamExceptioncore/domain/.../repository/ChatRepository.kt