Extract Minds feature to standalone Twin project
Remove the entire Minds AI persona system from Trigglio monolith. This feature has been extracted to its own repo (github.com/rgenzon/twin) for independent deployment, reduced server load, and cleaner separation. Changes: Remove 14 Prisma models (Mind, MindKnowledgeSource, MindKnowledgeChunk, MindConversation, MindMessage, MindMonetization, MindVisitor, etc.) Remove 70+ API routes (/api/minds/, /api/m/, /api/v1/minds/, mind cron jobs) Remove 38 library files (src/lib/mind/), 21 components, 14 dashboard pages Remove 10 mind-specific E2E tests + fixtures Clean subscription config (remove mind limits, features, addons) Clean middleware (remove mind custom domain routing) Clean hidden couplings (timeline, analytics, sitemap, inbox, automations, scoring, API scopes, marketing pages, widget, developer docs) Add ChatGPT-style full-screen chatbot UI at /c/[slug]/chat Remove orphaned minds API documentation from developer docs No customers were using the Minds feature at time of extraction.
Read more