Mark Henderson
ef7a88e913
migrate: replace Firebase with PostgreSQL across core routes
- chat-context.ts: session history now from fs_sessions
- /api/sessions: reads from fs_sessions (NextAuth session auth)
- /api/github/connect: NextAuth session + stores in fs_users.data
- /api/user/api-key: NextAuth session + stores in fs_users.data
- /api/projects/[id]/vision: PATCH to fs_projects JSONB
- /api/projects/[id]/knowledge/items: reads from fs_knowledge_items
- /api/projects/[id]/knowledge/import-ai-chat: uses pg createKnowledgeItem
- lib/server/knowledge.ts: fully rewritten to use PostgreSQL
- entrypoint.sh: add fs_knowledge_items and chat_conversations tables
Made-with: Cursor
2026-02-27 13:25:38 -08:00
..
2026-02-19 14:35:44 -08:00
2026-02-27 12:39:25 -08:00
2026-02-15 19:25:52 -08:00
2026-02-16 15:18:33 -08:00
2026-02-15 19:25:52 -08:00
2026-02-15 19:25:52 -08:00
2026-02-21 17:27:34 -08:00
2026-02-27 13:25:38 -08:00
2026-02-15 19:25:52 -08:00
2026-02-15 19:25:52 -08:00
2026-02-23 11:50:55 -08:00
2026-02-21 16:44:37 -08:00
2026-02-21 16:44:37 -08:00
2026-02-27 13:01:57 -08:00
2026-02-15 19:25:52 -08:00
2026-02-21 16:44:37 -08:00
2026-02-15 19:25:52 -08:00
2026-02-15 19:25:52 -08:00