## Intent The seed script cannot wipe a non-dev database, and the repo stops tracking a local SQLite file. ## Scope - Env guard in `prisma/seed.ts` (refuse to wipe when DATABASE_URL is not a local/dev database). - Untrack `prisma/dev.db`. - Fix stale SQLite hints in .env.example (coordinates with #1063). ## Acceptance criteria - [ ] Seed refuses on a production URL - [ ] dev.db untracked - [ ] Docs aligned ## Dependencies Relates to #1063. **Touches:** Data model.
Intent
The seed script cannot wipe a non-dev database, and the repo stops tracking a local SQLite file.
Scope
prisma/seed.ts(refuse to wipe when DATABASE_URL is not a local/dev database).prisma/dev.db.Acceptance criteria
Dependencies
Relates to #1063.
Touches: Data model.