Skip to content

Commit 6828a05

Browse files
committed
renumber prose-continuity migration 168→169 to clear collision with merged #2178
#2178 (editorial-premature-reveal-stage) merged to main and took migration number 168, colliding with this branch's cross-issue-continuity migration. Renumber ours to the next free slot (169) and fix the internal references: the .test.js import path, describe() label, and migration-NNN- prefix, plus the post-168 → post-169 lineage comments in the resynced prose-prompt migrations (003/027/054/127/166). Content hashes are unchanged.
1 parent dea01e0 commit 6828a05

7 files changed

Lines changed: 12 additions & 12 deletions

scripts/migrations/003-update-pipeline-stage-prompts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const ACCEPTED_OLD_MD5 = {
3333
'd1f8e3f1d214725b5aa67f309a81cd7d', // post-027 / pre-054
3434
'bef1bc2767b78f585f2bd89f3d615130', // post-054 / pre-054-fence
3535
'25e3d58c2741bd98acd5d08ba70d8a5e', // post-127 / pre-166 (scene markers)
36-
'430d38ed2da59e0d4212e65edc499a74', // post-166 / pre-168 (craft anti-patterns)
36+
'430d38ed2da59e0d4212e65edc499a74', // post-166 / pre-169 (craft anti-patterns)
3737
],
3838
'pipeline-comic-script.md': [ 'a4303016c34b65e4b0e641fe71252de3',
3939
'40e5fdc1a1e68a7419b7dad936366c1a', // pre-003 (original)
@@ -54,7 +54,7 @@ export const ACCEPTED_OLD_MD5 = {
5454

5555
export const NEW_SHIPPED_MD5 = {
5656
'pipeline-idea-expansion.md': 'd6fa86a435f978336661dcabca67258f', // post-127 (scene markers)
57-
'pipeline-prose.md': '4cb3ef48309f3673570cf80e4d544b54', // post-168 (cross-issue continuity)
57+
'pipeline-prose.md': '4cb3ef48309f3673570cf80e4d544b54', // post-169 (cross-issue continuity)
5858
'pipeline-comic-script.md': '49af30c05f008b20f6998a0f113f7d87', // post-127 (scene markers)
5959
'pipeline-tv-script.md': '376f779f4687b598f1c92ca4e770fd5a', // retired upstream (no data.reference)
6060
'pipeline-season-episodes.md': '50c68a29c3ebc275db3095d06bd87100', // post-005

scripts/migrations/027-text-stage-prompts-entities-summary.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const ACCEPTED_OLD_MD5 = {
4343
'd1f8e3f1d214725b5aa67f309a81cd7d', // post-027 / pre-054
4444
'bef1bc2767b78f585f2bd89f3d615130', // post-054 / pre-054-fence
4545
'25e3d58c2741bd98acd5d08ba70d8a5e', // post-127 / pre-166 (scene markers)
46-
'430d38ed2da59e0d4212e65edc499a74', // post-166 / pre-168 (craft anti-patterns)
46+
'430d38ed2da59e0d4212e65edc499a74', // post-166 / pre-169 (craft anti-patterns)
4747
],
4848
'pipeline-teleplay.md': [
4949
'376f779f4687b598f1c92ca4e770fd5a', // pre-027 shipped
@@ -68,7 +68,7 @@ export const ACCEPTED_OLD_MD5 = {
6868
};
6969

7070
export const NEW_SHIPPED_MD5 = {
71-
'pipeline-prose.md': '4cb3ef48309f3673570cf80e4d544b54', // post-168 (cross-issue continuity)
71+
'pipeline-prose.md': '4cb3ef48309f3673570cf80e4d544b54', // post-169 (cross-issue continuity)
7272
'pipeline-teleplay.md': '2ea9974ac3803658b2314db1f5818b77', // post-128 (canonical scene list)
7373
'pipeline-comic-script.md': '49af30c05f008b20f6998a0f113f7d87', // post-127 (scene markers)
7474
'universe-character-expand.md': '67b6e73ed47f318451a730088b4cff14',

scripts/migrations/054-source-agnostic-stage-prompts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const ACCEPTED_OLD_MD5 = {
3434
// migration installs). Mirror these into setup-data.js's drift table.
3535
export const NEW_SHIPPED_MD5 = {
3636
'pipeline-idea-expansion.md': 'd6fa86a435f978336661dcabca67258f', // post-127 (scene markers)
37-
'pipeline-prose.md': '4cb3ef48309f3673570cf80e4d544b54', // post-168 (cross-issue continuity)
37+
'pipeline-prose.md': '4cb3ef48309f3673570cf80e4d544b54', // post-169 (cross-issue continuity)
3838
'pipeline-comic-script.md': '49af30c05f008b20f6998a0f113f7d87', // post-127 (scene markers)
3939
'pipeline-teleplay.md': '2ea9974ac3803658b2314db1f5818b77', // post-128 (canonical scene list)
4040
};

scripts/migrations/127-pipeline-scene-markers-prompts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ import { makePromptReplaceMigration } from './_lib.js';
2424

2525
export const ACCEPTED_OLD_MD5 = {
2626
'pipeline-idea-expansion.md': ['93e9552c6662811e597a97296f3776a4'], // post-124 (scope-discipline)
27-
'pipeline-prose.md': ['84523d531eeafa60959c65c553b2563f', '25e3d58c2741bd98acd5d08ba70d8a5e', '430d38ed2da59e0d4212e65edc499a74'], // post-054-fence; post-127/pre-166 (scene markers); post-166/pre-168 (craft anti-patterns)
27+
'pipeline-prose.md': ['84523d531eeafa60959c65c553b2563f', '25e3d58c2741bd98acd5d08ba70d8a5e', '430d38ed2da59e0d4212e65edc499a74'], // post-054-fence; post-127/pre-166 (scene markers); post-166/pre-169 (craft anti-patterns)
2828
'pipeline-comic-script.md': ['a4303016c34b65e4b0e641fe71252de3'], // post-126 (visible text exactness)
2929
};
3030

3131
export const NEW_SHIPPED_MD5 = {
3232
'pipeline-idea-expansion.md': 'd6fa86a435f978336661dcabca67258f', // post-127 (scene markers)
33-
'pipeline-prose.md': '4cb3ef48309f3673570cf80e4d544b54', // post-168 (cross-issue continuity)
33+
'pipeline-prose.md': '4cb3ef48309f3673570cf80e4d544b54', // post-169 (cross-issue continuity)
3434
'pipeline-comic-script.md': '49af30c05f008b20f6998a0f113f7d87', // post-127 (scene markers)
3535
};
3636

scripts/migrations/166-craft-knowledge-prompt-upgrades.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const ACCEPTED_OLD_MD5 = {
4343
};
4444

4545
// Post-change shipped hashes (partial injected / foreshadowing ledger added).
46-
// pipeline-prose.md's current hash is resynced to post-168 (cross-issue
46+
// pipeline-prose.md's current hash is resynced to post-169 (cross-issue
4747
// continuity, #2177) per the drift-cross-sync convention.
4848
export const NEW_SHIPPED_MD5 = {
4949
'pipeline-prose.md': '4cb3ef48309f3673570cf80e4d544b54',

scripts/migrations/168-prose-cross-issue-continuity.js renamed to scripts/migrations/169-prose-cross-issue-continuity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* `pipeline-prose.md` already has a migration lineage (003/027/054/127/166) —
1313
* per the drift-cross-sync convention those earlier migrations were resynced in
1414
* this same change: the previous current hash moved into their `ACCEPTED_OLD_MD5`
15-
* and their `NEW_SHIPPED_MD5` bumped to the post-168 hash, so their drift-catch
15+
* and their `NEW_SHIPPED_MD5` bumped to the post-169 hash, so their drift-catch
1616
* tests stay in lock-step with the live sample. The drift baseline in
1717
* `setup-data-drift.test.js` was updated to match the merged sweep.
1818
*

scripts/migrations/168-prose-cross-issue-continuity.test.js renamed to scripts/migrations/169-prose-cross-issue-continuity.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import { describe } from 'vitest';
22

33
import { runPromptMigrationTests } from './_testHelpers.js';
4-
import migration, { applyMigration, ACCEPTED_OLD_MD5, NEW_SHIPPED_MD5 } from './168-prose-cross-issue-continuity.js';
4+
import migration, { applyMigration, ACCEPTED_OLD_MD5, NEW_SHIPPED_MD5 } from './169-prose-cross-issue-continuity.js';
55

6-
describe('migration 168 — cross-issue prose continuity', () => {
6+
describe('migration 169 — cross-issue prose continuity', () => {
77
runPromptMigrationTests({
88
migration,
99
applyMigration,
1010
ACCEPTED_OLD_MD5,
1111
NEW_SHIPPED_MD5,
12-
prefix: 'migration-168-',
12+
prefix: 'migration-169-',
1313
});
1414
});

0 commit comments

Comments
 (0)