We've added a central Providers wrapper to simplify app state management (Auth, Theme, and Notifications) and introduced a dedicated init-db.js script to automate database configuration. The new script handles schema synchronization via Prisma and, critically, sets up the pgvector extension with the necessary HNSW indexes to support high-performance vector search operations. This streamlines the onboarding process and ensures vector search capability is consistently configured across environments. Database initialization

Introduced a central Providers component and automated pgvector database setup - subh05sus/cosmyc-ai