You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
migrations: track the source-agnostic prompt hashes across prior stage-prompt migrations
Making the pipeline + story-builder prompts source-agnostic (migrations 054/055)
changed the live data.reference bodies. Per the repo convention, every prior
migration that ships a NEW_SHIPPED_MD5 for one of those prompts must keep that
hash pointing at the current reference and accumulate the prior hash in its
accepted-old lineage — otherwise the drift-catch tests fail and an install at
the pre-054 hash wouldn't recognize the upgrade path.
Bumped NEW + appended the prior hash for the four pipeline stage prompts in
migrations 003/004/013/025/027 and the story-builder idea prompt in 043, and
mirrored both into the setup-data.js drift table.
0 commit comments