- Added an interactive `prisma bootstrap` command that automates full Prisma Postgres setup (init, link, install deps, migrate, generate, seed).
- Supports 10 starter templates, works in CI mode, and skips already completed steps with confirmation prompts.
- Detects the project’s package manager and offers to install missing @prisma/client, prisma, and dotenv, streamlining onboarding.