homelabby/internal/store
Mikkel Georgsen 623cff0d76 feat(06-01): add conversation and message CRUD methods with integration tests
- CreateConversation, AddMessage, GetConversation, ListConversations on *Store
- ErrNotFound sentinel for unknown conversation IDs
- Message, Conversation, ConversationSummary types
- LIMIT 100 soft guard on ListConversations (T-06-01-04)
- Integration tests cover full round-trip, invalid role, ErrNotFound, ordering
2026-04-10 07:31:12 +00:00
..
conversations.go feat(06-01): add conversation and message CRUD methods with integration tests 2026-04-10 07:31:12 +00:00
migrations.go feat(06-01): add pgx/v5 store with connection pool and migrations 2026-04-10 07:31:08 +00:00
store.go feat(06-01): add pgx/v5 store with connection pool and migrations 2026-04-10 07:31:08 +00:00
store_test.go feat(06-01): add conversation and message CRUD methods with integration tests 2026-04-10 07:31:12 +00:00