Frontend pur, lecture seule, consomme read_conversation_page (LS6) ; aucun changement backend. - adapters : conversation.ts (gateway) + conversationNormalization.ts. - features/conversations : useConversationThread, ConversationViewer, index. - domain (types LS7), ports (port + Gateways.conversation), adapters/index, mock (+ clé inventaire). - features/workstate : ProjectWorkStatePanel prop onOpenConversation. - features/projects : ProjectsView swap viewer. - tests (QA, verts) : conversationNormalization, mock/conversationGateway, useConversationThread, ConversationViewer, ProjectsView.ls7. tsc 0, vitest 443/443 (+36). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
7 lines
341 B
TypeScript
7 lines
341 B
TypeScript
/** Conversations feature: read-only human transcript viewer (LS7). */
|
|
|
|
export { ConversationViewer } from "./ConversationViewer";
|
|
export type { ConversationViewerProps } from "./ConversationViewer";
|
|
export { useConversationThread } from "./useConversationThread";
|
|
export type { ConversationThreadViewModel } from "./useConversationThread";
|