- createConversation, listConversations, getConversation, updateConversation - softDeleteConversation, listMessages, addMessage - cursor-based pagination with hasMore for both conversations and messages - Pitfall 3: addMessage bumps conversation updatedAt after insert - Pitfall 5: addMessage auto-sets title from first user message (IS NULL guard) - 21 vitest tests passing |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| CHANGELOG.md | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||