← Back to events
ActiveTechRelease8.0.0-rc.7

v8.0.0-rc.7-dev.5: The prisma-8 skill teaches agents the real migration model (#30123)

What happened

An AI agent, mid-task in a user's project, runs this and moves on: $ prisma migration plan --name add-user-role ✔ Planned migration 20260824_add-user-role from: (baseline) to: f3a9c1… from: (baseline) means the plan starts from an empty database — a full-create migration that will fail against any real one. A field tester's agent shipped exactly this, because it held the wrong mental model of the migration system: a…

Summary assembled by rule from the sources below

Why it's spreading

Sources