Run database migrations
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-node-tech-stacks-js-node@IvanTorresEdge/molcajete.ai# Run Database Migrations Apply pending database migrations. Use the Task tool to launch the **database-architect** agent with instructions: 1. Check for pending migrations 2. For development: 3. For production deployment: 4. If schema-only push needed (dev only): 5. Regenerate Prisma client after migration: 6. Verify database state: 7. Run type-check to ensure schema matches code: **Quality Requirements:** - All migrations must apply successfully - No data loss warnings without user confirmation - Type-check must pass after migration Reference the **migra...