@prisma-next/cli 0.11.0-dev.6 → 0.11.0-dev.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (180) hide show
  1. package/README.md +13 -9
  2. package/dist/cli.mjs +9 -10
  3. package/dist/cli.mjs.map +1 -1
  4. package/dist/{client-oXO2WCPD.mjs → client-CD3om3R0.mjs} +44 -24
  5. package/dist/client-CD3om3R0.mjs.map +1 -0
  6. package/dist/{command-helpers-DtavI0wJ.mjs → command-helpers-CoceqqMl.mjs} +642 -45
  7. package/dist/command-helpers-CoceqqMl.mjs.map +1 -0
  8. package/dist/commands/contract-emit.d.mts.map +1 -1
  9. package/dist/commands/contract-emit.mjs +1 -1
  10. package/dist/commands/contract-infer.d.mts.map +1 -1
  11. package/dist/commands/contract-infer.mjs +1 -1
  12. package/dist/commands/db-init.d.mts.map +1 -1
  13. package/dist/commands/db-init.mjs +32 -7
  14. package/dist/commands/db-init.mjs.map +1 -1
  15. package/dist/commands/db-schema.d.mts.map +1 -1
  16. package/dist/commands/db-schema.mjs +3 -4
  17. package/dist/commands/db-schema.mjs.map +1 -1
  18. package/dist/commands/db-sign.d.mts.map +1 -1
  19. package/dist/commands/db-sign.mjs +12 -10
  20. package/dist/commands/db-sign.mjs.map +1 -1
  21. package/dist/commands/db-update.d.mts.map +1 -1
  22. package/dist/commands/db-update.mjs +41 -11
  23. package/dist/commands/db-update.mjs.map +1 -1
  24. package/dist/commands/db-verify.d.mts.map +1 -1
  25. package/dist/commands/db-verify.mjs +1 -1
  26. package/dist/commands/migrate.d.mts +5 -1
  27. package/dist/commands/migrate.d.mts.map +1 -1
  28. package/dist/commands/migrate.mjs +75 -40
  29. package/dist/commands/migrate.mjs.map +1 -1
  30. package/dist/commands/migration-check.d.mts +4 -3
  31. package/dist/commands/migration-check.d.mts.map +1 -1
  32. package/dist/commands/migration-check.mjs +1 -280
  33. package/dist/commands/migration-graph.d.mts +11 -2
  34. package/dist/commands/migration-graph.d.mts.map +1 -1
  35. package/dist/commands/migration-graph.mjs +15 -30
  36. package/dist/commands/migration-graph.mjs.map +1 -1
  37. package/dist/commands/migration-list.d.mts +66 -4
  38. package/dist/commands/migration-list.d.mts.map +1 -1
  39. package/dist/commands/migration-list.mjs +2 -103
  40. package/dist/commands/migration-log.d.mts +10 -1
  41. package/dist/commands/migration-log.d.mts.map +1 -1
  42. package/dist/commands/migration-log.mjs +10 -15
  43. package/dist/commands/migration-log.mjs.map +1 -1
  44. package/dist/commands/migration-new.d.mts.map +1 -1
  45. package/dist/commands/migration-new.mjs +32 -38
  46. package/dist/commands/migration-new.mjs.map +1 -1
  47. package/dist/commands/migration-plan.d.mts +2 -1
  48. package/dist/commands/migration-plan.d.mts.map +1 -1
  49. package/dist/commands/migration-plan.mjs +1 -1
  50. package/dist/commands/migration-show.d.mts +4 -55
  51. package/dist/commands/migration-show.d.mts.map +1 -1
  52. package/dist/commands/migration-show.mjs +61 -153
  53. package/dist/commands/migration-show.mjs.map +1 -1
  54. package/dist/commands/migration-status.d.mts +5 -40
  55. package/dist/commands/migration-status.d.mts.map +1 -1
  56. package/dist/commands/migration-status.mjs +81 -76
  57. package/dist/commands/migration-status.mjs.map +1 -1
  58. package/dist/commands/ref.d.mts +1 -1
  59. package/dist/commands/ref.d.mts.map +1 -1
  60. package/dist/commands/ref.mjs +38 -10
  61. package/dist/commands/ref.mjs.map +1 -1
  62. package/dist/config-loader-B6sJjXTv.mjs.map +1 -1
  63. package/dist/config-loader.d.mts.map +1 -1
  64. package/dist/contract-at-errors-Bhf2jnkp.mjs +42 -0
  65. package/dist/contract-at-errors-Bhf2jnkp.mjs.map +1 -0
  66. package/dist/{contract-emit-CmsklifJ.mjs → contract-emit-C47r1loe.mjs} +4 -6
  67. package/dist/{contract-emit-CmsklifJ.mjs.map → contract-emit-C47r1loe.mjs.map} +1 -1
  68. package/dist/{contract-emit-o-8VmdQX.mjs → contract-emit-DxEfEc-M.mjs} +21 -7
  69. package/dist/{contract-emit-o-8VmdQX.mjs.map → contract-emit-DxEfEc-M.mjs.map} +1 -1
  70. package/dist/{contract-enrichment-Dani0mMW.mjs → contract-enrichment-a0V5Y_mL.mjs} +4 -25
  71. package/dist/contract-enrichment-a0V5Y_mL.mjs.map +1 -0
  72. package/dist/{contract-infer-pKkiCt7C.mjs → contract-infer-B5EhTqdR.mjs} +3 -4
  73. package/dist/{contract-infer-pKkiCt7C.mjs.map → contract-infer-B5EhTqdR.mjs.map} +1 -1
  74. package/dist/contract-space-aggregate-loader-lafgkTwG.mjs +247 -0
  75. package/dist/contract-space-aggregate-loader-lafgkTwG.mjs.map +1 -0
  76. package/dist/{db-verify-AoIUriL4.mjs → db-verify-B7fbkGnp.mjs} +5 -7
  77. package/dist/{db-verify-AoIUriL4.mjs.map → db-verify-B7fbkGnp.mjs.map} +1 -1
  78. package/dist/exports/control-api.d.mts +1 -1
  79. package/dist/exports/control-api.d.mts.map +1 -1
  80. package/dist/exports/control-api.mjs +3 -3
  81. package/dist/exports/index.d.mts.map +1 -1
  82. package/dist/exports/index.mjs +1 -1
  83. package/dist/exports/index.mjs.map +1 -1
  84. package/dist/exports/init-output.d.mts.map +1 -1
  85. package/dist/exports/init-output.mjs +1 -1
  86. package/dist/extension-pack-inputs-IDvjRCi3.mjs +62 -0
  87. package/dist/extension-pack-inputs-IDvjRCi3.mjs.map +1 -0
  88. package/dist/{framework-components-65gOHkHB.mjs → framework-components-R_O3y5IW.mjs} +2 -2
  89. package/dist/{framework-components-65gOHkHB.mjs.map → framework-components-R_O3y5IW.mjs.map} +1 -1
  90. package/dist/global-flags-2SPgqWma.d.mts +34 -0
  91. package/dist/global-flags-2SPgqWma.d.mts.map +1 -0
  92. package/dist/{graph-render-DJVv0_uf.mjs → graph-render-rFAqZujX.mjs} +2 -2
  93. package/dist/{graph-render-DJVv0_uf.mjs.map → graph-render-rFAqZujX.mjs.map} +1 -1
  94. package/dist/{init-Db5Itt5r.mjs → init-BQNpPozW.mjs} +4 -5
  95. package/dist/{init-Db5Itt5r.mjs.map → init-BQNpPozW.mjs.map} +1 -1
  96. package/dist/{inspect-live-schema-LeWvkZVz.mjs → inspect-live-schema-CQJnuPgD.mjs} +4 -5
  97. package/dist/{inspect-live-schema-LeWvkZVz.mjs.map → inspect-live-schema-CQJnuPgD.mjs.map} +1 -1
  98. package/dist/migration-check-CKfQlAWR.mjs +341 -0
  99. package/dist/migration-check-CKfQlAWR.mjs.map +1 -0
  100. package/dist/migration-cli.d.mts.map +1 -1
  101. package/dist/migration-cli.mjs +4 -4
  102. package/dist/migration-cli.mjs.map +1 -1
  103. package/dist/{migration-command-scaffold-BtkunvFQ.mjs → migration-command-scaffold-CE931d1-.mjs} +4 -5
  104. package/dist/{migration-command-scaffold-BtkunvFQ.mjs.map → migration-command-scaffold-CE931d1-.mjs.map} +1 -1
  105. package/dist/migration-list-A3bJ4j5e.mjs +780 -0
  106. package/dist/migration-list-A3bJ4j5e.mjs.map +1 -0
  107. package/dist/{migration-plan-C2jeH1J5.mjs → migration-plan-ZZm8C0s-.mjs} +372 -133
  108. package/dist/migration-plan-ZZm8C0s-.mjs.map +1 -0
  109. package/dist/{migration-types-BXWvz12q.d.mts → migration-types-q64xAI_J.d.mts} +1 -1
  110. package/dist/{migration-types-BXWvz12q.d.mts.map → migration-types-q64xAI_J.d.mts.map} +1 -1
  111. package/dist/{migrations-CwZMa1Ck.mjs → migrations-CjO1DsYe.mjs} +12 -13
  112. package/dist/migrations-CjO1DsYe.mjs.map +1 -0
  113. package/dist/{output-BlsrGMEF.mjs → output-DEg3SSnJ.mjs} +1 -1
  114. package/dist/{output-BlsrGMEF.mjs.map → output-DEg3SSnJ.mjs.map} +1 -1
  115. package/dist/{progress-adapter-DFfvZcYL.mjs → progress-adapter-C644QK8l.mjs} +1 -1
  116. package/dist/{progress-adapter-DFfvZcYL.mjs.map → progress-adapter-C644QK8l.mjs.map} +1 -1
  117. package/dist/ref-advancement-DUZqsue6.mjs +50 -0
  118. package/dist/ref-advancement-DUZqsue6.mjs.map +1 -0
  119. package/dist/terminal-ui-sLZt2cxc.d.mts +133 -0
  120. package/dist/terminal-ui-sLZt2cxc.d.mts.map +1 -0
  121. package/dist/{types-C9FfXb1l.d.mts → types-DK-ge7eR.d.mts} +5 -11
  122. package/dist/types-DK-ge7eR.d.mts.map +1 -0
  123. package/dist/{verify-Bom75OYI.mjs → verify-vl983Ed-.mjs} +2 -2
  124. package/dist/{verify-Bom75OYI.mjs.map → verify-vl983Ed-.mjs.map} +1 -1
  125. package/package.json +19 -19
  126. package/src/commands/db-init.ts +48 -2
  127. package/src/commands/db-sign.ts +9 -5
  128. package/src/commands/db-update.ts +54 -8
  129. package/src/commands/migrate.ts +123 -42
  130. package/src/commands/migration-check.ts +43 -83
  131. package/src/commands/migration-graph.ts +15 -41
  132. package/src/commands/migration-list.ts +231 -74
  133. package/src/commands/migration-log.ts +8 -14
  134. package/src/commands/migration-new.ts +44 -48
  135. package/src/commands/migration-plan.ts +411 -196
  136. package/src/commands/migration-show.ts +65 -284
  137. package/src/commands/migration-status.ts +116 -110
  138. package/src/commands/ref.ts +53 -8
  139. package/src/control-api/client.ts +0 -1
  140. package/src/control-api/contract-enrichment.ts +6 -42
  141. package/src/control-api/operations/contract-emit.ts +7 -2
  142. package/src/control-api/operations/db-verify.ts +9 -5
  143. package/src/control-api/operations/migration-apply.ts +36 -23
  144. package/src/control-api/types.ts +3 -10
  145. package/src/migration-cli.ts +4 -4
  146. package/src/utils/cli-errors.ts +234 -0
  147. package/src/utils/command-helpers.ts +1 -20
  148. package/src/utils/contract-at-errors.ts +96 -0
  149. package/src/utils/contract-space-aggregate-loader.ts +336 -117
  150. package/src/utils/formatters/migration-list-data-column.ts +115 -0
  151. package/src/utils/formatters/migration-list-graph-layout.ts +268 -0
  152. package/src/utils/formatters/migration-list-graph-render.ts +311 -0
  153. package/src/utils/formatters/migration-list-graph-topology.ts +158 -0
  154. package/src/utils/formatters/migration-list-render.ts +191 -0
  155. package/src/utils/formatters/migration-list-styler.ts +61 -0
  156. package/src/utils/formatters/migration-list-types.ts +21 -0
  157. package/src/utils/formatters/migrations.ts +29 -38
  158. package/src/utils/glyph-mode.ts +22 -0
  159. package/src/utils/integrity-violation-to-check-failure.ts +130 -0
  160. package/src/utils/plan-resolution.ts +258 -0
  161. package/src/utils/ref-advancement.ts +68 -0
  162. package/src/utils/terminal-ui.ts +42 -1
  163. package/dist/cli-errors-Czmx92Zy.d.mts +0 -3
  164. package/dist/cli-errors-Djtz98Vm.mjs +0 -71
  165. package/dist/cli-errors-Djtz98Vm.mjs.map +0 -1
  166. package/dist/client-oXO2WCPD.mjs.map +0 -1
  167. package/dist/command-helpers-DtavI0wJ.mjs.map +0 -1
  168. package/dist/commands/migration-check.mjs.map +0 -1
  169. package/dist/commands/migration-list.mjs.map +0 -1
  170. package/dist/contract-enrichment-Dani0mMW.mjs.map +0 -1
  171. package/dist/contract-space-aggregate-loader-BmNQwlws.mjs +0 -160
  172. package/dist/contract-space-aggregate-loader-BmNQwlws.mjs.map +0 -1
  173. package/dist/global-flags-CdE7M0d9.d.mts +0 -15
  174. package/dist/global-flags-CdE7M0d9.d.mts.map +0 -1
  175. package/dist/migration-plan-C2jeH1J5.mjs.map +0 -1
  176. package/dist/migrations-CwZMa1Ck.mjs.map +0 -1
  177. package/dist/rolldown-runtime-twds-ZHy.mjs +0 -14
  178. package/dist/terminal-ui-BiB_8KNo.mjs +0 -379
  179. package/dist/terminal-ui-BiB_8KNo.mjs.map +0 -1
  180. package/dist/types-C9FfXb1l.d.mts.map +0 -1
@@ -2,13 +2,12 @@ import { readFile } from 'node:fs/promises';
2
2
  import type { Contract } from '@prisma-next/contract/types';
3
3
  import { createControlStack } from '@prisma-next/framework-components/control';
4
4
  import { errorUnknownInvariant, MigrationToolsError } from '@prisma-next/migration-tools/errors';
5
+ import { findLatestMigration, isGraphNode } from '@prisma-next/migration-tools/migration-graph';
5
6
  import { parseContractRef } from '@prisma-next/migration-tools/ref-resolution';
6
7
  import type { RefEntry } from '@prisma-next/migration-tools/refs';
7
- import { readRefs } from '@prisma-next/migration-tools/refs';
8
8
  import { ifDefined } from '@prisma-next/utils/defined';
9
9
  import { notOk, ok, type Result } from '@prisma-next/utils/result';
10
10
  import { Command } from 'commander';
11
-
12
11
  import { loadConfig } from '../config-loader';
13
12
  import { createControlClient } from '../control-api/client';
14
13
  import type {
@@ -23,6 +22,8 @@ import {
23
22
  errorDatabaseConnectionRequired,
24
23
  errorDriverRequired,
25
24
  errorFileNotFound,
25
+ errorMarkerMismatch,
26
+ errorPathUnreachable,
26
27
  errorRuntime,
27
28
  errorTargetMigrationNotSupported,
28
29
  errorUnexpected,
@@ -32,7 +33,6 @@ import {
32
33
  import {
33
34
  addGlobalOptions,
34
35
  collectDeclaredInvariants,
35
- loadMigrationPackages,
36
36
  maskConnectionUrl,
37
37
  resolveContractPath,
38
38
  resolveMigrationPaths,
@@ -40,10 +40,17 @@ import {
40
40
  setCommandExamples,
41
41
  targetSupportsMigrations,
42
42
  } from '../utils/command-helpers';
43
+ import { mapContractAtError } from '../utils/contract-at-errors';
44
+ import {
45
+ loadContractSpaceAggregateForCli,
46
+ refuseContractSpaceIntegrity,
47
+ } from '../utils/contract-space-aggregate-loader';
48
+ import { toDeclaredExtensionsFromRaw } from '../utils/extension-pack-inputs';
43
49
  import { formatMigrationApplyCommandOutput } from '../utils/formatters/migrations';
44
50
  import { formatStyledHeader } from '../utils/formatters/styled';
45
51
  import type { CommonCommandOptions } from '../utils/global-flags';
46
52
  import { type GlobalFlags, parseGlobalFlagsOrExit } from '../utils/global-flags';
53
+ import { executeRefAdvancement, readContractIR } from '../utils/ref-advancement';
47
54
  import { handleResult } from '../utils/result-handler';
48
55
  import { createTerminalUI, type TerminalUI } from '../utils/terminal-ui';
49
56
 
@@ -51,6 +58,7 @@ interface MigrateCommandOptions extends CommonCommandOptions {
51
58
  readonly db?: string;
52
59
  readonly config?: string;
53
60
  readonly to?: string;
61
+ readonly advanceRef?: string;
54
62
  }
55
63
 
56
64
  export interface MigrateResult {
@@ -72,9 +80,13 @@ export interface MigrateResult {
72
80
  readonly timings: {
73
81
  readonly total: number;
74
82
  };
83
+ readonly advancedRef?: { readonly name: string; readonly hash: string } | null;
75
84
  }
76
85
 
77
86
  function mapApplyFailure(failure: MigrationApplyFailure): CliStructuredErrorType {
87
+ if (failure.code === 'MIGRATION_PATH_NOT_FOUND') {
88
+ return errorPathUnreachable(failure);
89
+ }
78
90
  return errorRuntime(failure.summary, {
79
91
  why: failure.why ?? 'Migration runner failed',
80
92
  fix: 'Fix the issue and re-run `prisma-next migrate --to <contract>` — previously applied migrations are preserved.',
@@ -89,8 +101,10 @@ async function executeMigrateCommand(
89
101
  startTime: number,
90
102
  ): Promise<Result<MigrateResult, CliStructuredErrorType>> {
91
103
  const config = await loadConfig(options.config);
92
- const { configPath, migrationsDir, appMigrationsDir, appMigrationsRelative, refsDir } =
93
- resolveMigrationPaths(options.config, config);
104
+ const { configPath, migrationsDir, appMigrationsRelative, refsDir } = resolveMigrationPaths(
105
+ options.config,
106
+ config,
107
+ );
94
108
 
95
109
  const dbConnection = options.db ?? config.db?.connection;
96
110
  if (!dbConnection) {
@@ -118,31 +132,8 @@ async function executeMigrateCommand(
118
132
  );
119
133
  }
120
134
 
121
- let refEntry: RefEntry | undefined;
122
135
  const toArg = options.to;
123
136
 
124
- if (toArg) {
125
- try {
126
- const refs = await readRefs(refsDir);
127
- const { graph } = await loadMigrationPackages(appMigrationsDir);
128
- const refResult = parseContractRef(toArg, { graph, refs });
129
- if (!refResult.ok) {
130
- return notOk(mapRefResolutionError(refResult.failure));
131
- }
132
- if (refResult.value.provenance.kind === 'ref') {
133
- const resolved = refs[refResult.value.provenance.refName];
134
- if (resolved) refEntry = resolved;
135
- } else {
136
- refEntry = { hash: refResult.value.hash, invariants: [] };
137
- }
138
- } catch (error) {
139
- if (MigrationToolsError.is(error)) {
140
- return notOk(mapMigrationToolsError(error));
141
- }
142
- throw error;
143
- }
144
- }
145
-
146
137
  // Construct the family instance up-front so the on-disk contract read
147
138
  // crosses the serializer seam (`familyInstance.deserializeContract`) at
148
139
  // the read site. The downstream `client.migrationApply({ contract })`
@@ -184,6 +175,44 @@ async function executeMigrateCommand(
184
175
  );
185
176
  }
186
177
 
178
+ const loadedAggregate = await loadContractSpaceAggregateForCli({
179
+ targetId: config.target.targetId,
180
+ migrationsDir,
181
+ appContract: contractRaw,
182
+ extensionPacks: config.extensionPacks ?? [],
183
+ deserializeContract: (json) => familyInstance.deserializeContract(json),
184
+ });
185
+ if (!loadedAggregate.ok) {
186
+ return notOk(loadedAggregate.failure);
187
+ }
188
+ const aggregate = loadedAggregate.value;
189
+ const integrityFailure = refuseContractSpaceIntegrity(aggregate, {
190
+ declaredExtensions: toDeclaredExtensionsFromRaw(
191
+ (config.extensionPacks ?? []) as ReadonlyArray<unknown>,
192
+ ),
193
+ checkContracts: true,
194
+ });
195
+ if (integrityFailure) {
196
+ return notOk(integrityFailure);
197
+ }
198
+
199
+ let refEntry: RefEntry | undefined;
200
+ let refName: string | undefined;
201
+ if (toArg) {
202
+ const refs = aggregate.app.refs;
203
+ const refResult = parseContractRef(toArg, { graph: aggregate.app.graph(), refs });
204
+ if (!refResult.ok) {
205
+ return notOk(mapRefResolutionError(refResult.failure));
206
+ }
207
+ if (refResult.value.provenance.kind === 'ref') {
208
+ refName = refResult.value.provenance.refName;
209
+ const resolved = refs[refName];
210
+ if (resolved) refEntry = resolved;
211
+ } else {
212
+ refEntry = { hash: refResult.value.hash, invariants: [] };
213
+ }
214
+ }
215
+
187
216
  if (!flags.json && !flags.quiet) {
188
217
  const details: Array<{ label: string; value: string }> = [
189
218
  { label: 'config', value: configPath },
@@ -208,15 +237,7 @@ async function executeMigrateCommand(
208
237
  ui.stderr(header);
209
238
  }
210
239
 
211
- let appPackages: Awaited<ReturnType<typeof loadMigrationPackages>>;
212
- try {
213
- appPackages = await loadMigrationPackages(appMigrationsDir);
214
- } catch (error) {
215
- if (MigrationToolsError.is(error)) {
216
- return notOk(mapMigrationToolsError(error));
217
- }
218
- throw error;
219
- }
240
+ const appGraph = aggregate.app.graph();
220
241
 
221
242
  const client = createControlClient({
222
243
  family: config.family,
@@ -229,10 +250,21 @@ async function executeMigrateCommand(
229
250
  try {
230
251
  await client.connect(dbConnection);
231
252
 
253
+ const allMarkers = await client.readAllMarkers();
254
+ const appMarker = allMarkers.get('app') ?? null;
255
+
256
+ if (appMarker !== null && !isGraphNode(appMarker.storageHash, appGraph)) {
257
+ return notOk(
258
+ errorMarkerMismatch(
259
+ appMarker.storageHash,
260
+ [...appGraph.nodes].sort(),
261
+ findLatestMigration(appGraph)?.to ?? null,
262
+ ),
263
+ );
264
+ }
265
+
232
266
  if (refEntry && refEntry.invariants.length > 0) {
233
- const allMarkers = await client.readAllMarkers();
234
- const appMarker = allMarkers.get('app') ?? null;
235
- const declared = collectDeclaredInvariants(appPackages.graph);
267
+ const declared = collectDeclaredInvariants(appGraph);
236
268
  const known = new Set<string>(declared);
237
269
  for (const id of appMarker?.invariants ?? []) known.add(id);
238
270
  const unknown = refEntry.invariants.filter((id) => !known.has(id));
@@ -253,10 +285,36 @@ async function executeMigrateCommand(
253
285
  ui.step('Loading contract spaces…');
254
286
  }
255
287
 
288
+ // When `--to` resolves to an on-disk graph node with a matching bundle,
289
+ // verify and apply against THAT bundle's destination contract via
290
+ // `contractAt` — not the emitted `contract.json`. With `--to` omitted,
291
+ // or a target with no matching bundle, the emitted contract stays the
292
+ // apply contract (the only migrate-specific default). The same
293
+ // `contractAt` artifacts feed the optional ref-advancement snapshot.
294
+ let applyContract: Contract = contractRaw;
295
+ let snapshotContractJson: Record<string, unknown> = JSON.parse(contractContent);
296
+ let snapshotContractDts: string | undefined;
297
+ if (toArg && refEntry) {
298
+ const targetHash = refEntry.hash;
299
+ const matchingBundle = aggregate.app.packages.find((p) => p.metadata.to === targetHash);
300
+ if (matchingBundle) {
301
+ try {
302
+ const at = await aggregate.app.contractAt(
303
+ targetHash,
304
+ refName !== undefined ? { refName } : undefined,
305
+ );
306
+ applyContract = at.contract;
307
+ snapshotContractJson = at.contractJson as Record<string, unknown>;
308
+ snapshotContractDts = at.contractDts;
309
+ } catch (error) {
310
+ return mapContractAtError(error, { artifactRole: 'to' });
311
+ }
312
+ }
313
+ }
314
+
256
315
  const applyResult = await client.migrationApply({
257
- contract: contractRaw,
316
+ contract: applyContract,
258
317
  migrationsDir,
259
- appMigrationPackages: appPackages.bundles,
260
318
  ...ifDefined('refHash', refEntry?.hash),
261
319
  ...(refEntry?.invariants ? { refInvariants: refEntry.invariants } : {}),
262
320
  ...(refEntry !== undefined ? ifDefined('refName', toArg) : {}),
@@ -268,6 +326,27 @@ async function executeMigrateCommand(
268
326
 
269
327
  const { value } = applyResult;
270
328
 
329
+ let advancedRef: { name: string; hash: string } | null = null;
330
+ if (options.advanceRef !== undefined) {
331
+ try {
332
+ const contractIR =
333
+ snapshotContractDts !== undefined
334
+ ? { contract: snapshotContractJson, contractDts: snapshotContractDts }
335
+ : await readContractIR(snapshotContractJson, contractPathAbsolute);
336
+ advancedRef = await executeRefAdvancement(
337
+ refsDir,
338
+ options.advanceRef,
339
+ value.markerHash,
340
+ contractIR,
341
+ );
342
+ } catch (error) {
343
+ if (MigrationToolsError.is(error)) {
344
+ return notOk(mapMigrationToolsError(error));
345
+ }
346
+ throw error;
347
+ }
348
+ }
349
+
271
350
  return ok({
272
351
  ok: true,
273
352
  migrationsApplied: value.migrationsApplied,
@@ -278,6 +357,7 @@ async function executeMigrateCommand(
278
357
  perSpace: value.perSpace,
279
358
  ...ifDefined('pathDecision', value.pathDecision),
280
359
  timings: { total: Date.now() - startTime },
360
+ advancedRef,
281
361
  });
282
362
  } catch (error) {
283
363
  if (CliStructuredError.is(error)) {
@@ -318,6 +398,7 @@ export function createMigrateCommand(): Command {
318
398
  '--to <contract>',
319
399
  'Target contract reference (hash, prefix, ref name, migration dir name, <dir>^, or ./path)',
320
400
  )
401
+ .option('--advance-ref <name>', 'Advance the named ref to the post-apply marker after success')
321
402
  .action(async (options: MigrateCommandOptions) => {
322
403
  const flags = parseGlobalFlagsOrExit(options);
323
404
  const startTime = Date.now();
@@ -1,6 +1,11 @@
1
1
  import { existsSync, readdirSync, readFileSync, statSync } from 'node:fs';
2
- import { MigrationToolsError } from '@prisma-next/migration-tools/errors';
2
+ import { readFile } from 'node:fs/promises';
3
+ import { createControlStack } from '@prisma-next/framework-components/control';
4
+ import type { IntegrityViolation } from '@prisma-next/migration-tools/aggregate';
5
+ import { loadContractSpaceAggregate } from '@prisma-next/migration-tools/aggregate';
3
6
  import { verifyMigrationHash } from '@prisma-next/migration-tools/hash';
7
+ import { readMigrationsDir } from '@prisma-next/migration-tools/io';
8
+ import { reconstructGraph } from '@prisma-next/migration-tools/migration-graph';
4
9
  import type { OnDiskMigrationPackage } from '@prisma-next/migration-tools/package';
5
10
  import { parseMigrationRef } from '@prisma-next/migration-tools/ref-resolution';
6
11
  import { readRefs } from '@prisma-next/migration-tools/refs';
@@ -9,15 +14,20 @@ import { join, relative } from 'pathe';
9
14
  import { loadConfig } from '../config-loader';
10
15
  import {
11
16
  addGlobalOptions,
12
- loadMigrationPackages,
17
+ resolveContractPath,
13
18
  resolveMigrationPaths,
14
19
  setCommandDescriptions,
15
20
  setCommandExamples,
16
21
  setCommandSeeAlso,
17
22
  } from '../utils/command-helpers';
23
+ import { toDeclaredExtensionsFromRaw } from '../utils/extension-pack-inputs';
18
24
  import { formatStyledHeader } from '../utils/formatters/styled';
19
25
  import type { CommonCommandOptions } from '../utils/global-flags';
20
26
  import { type GlobalFlags, parseGlobalFlagsOrExit } from '../utils/global-flags';
27
+ import {
28
+ type CheckFailure,
29
+ integrityViolationToCheckFailure,
30
+ } from '../utils/integrity-violation-to-check-failure';
21
31
  import { createTerminalUI, type TerminalUI } from '../utils/terminal-ui';
22
32
  import { INTEGRITY_FAILED, OK, PRECONDITION } from './migration-check/exit-codes';
23
33
 
@@ -25,12 +35,7 @@ interface MigrationCheckOptions extends CommonCommandOptions {
25
35
  readonly config?: string;
26
36
  }
27
37
 
28
- export interface CheckFailure {
29
- readonly pnCode: string;
30
- readonly where: string;
31
- readonly why: string;
32
- readonly fix: string;
33
- }
38
+ export type { CheckFailure } from '../utils/integrity-violation-to-check-failure';
34
39
 
35
40
  export interface MigrationCheckResult {
36
41
  readonly ok: boolean;
@@ -38,11 +43,6 @@ export interface MigrationCheckResult {
38
43
  readonly summary: string;
39
44
  }
40
45
 
41
- /**
42
- * Canonical user-facing locator for a check failure: the cwd-relative path
43
- * to the migration package directory. Surfacing the same shape across every
44
- * PN code means `--json` consumers can branch uniformly on `where`.
45
- */
46
46
  function migrationPathRelative(dirPath: string): string {
47
47
  return relative(process.cwd(), dirPath);
48
48
  }
@@ -63,21 +63,6 @@ function checkFileExists(dirPath: string, dirName: string, fileName: string): Ch
63
63
  return null;
64
64
  }
65
65
 
66
- /**
67
- * Within-migration snapshot-consistency check (PN-MIG-CHECK-005).
68
- *
69
- * Compares the migration's stored `metadata.to` against the `storageHash`
70
- * recorded in its on-disk `end-contract.json` snapshot. The two values are
71
- * independent on-disk records of the same fact (the migration's destination
72
- * contract); drift between them indicates the package is internally
73
- * corrupt. Cross-migration consistency (one migration's end-contract.json
74
- * agreeing with the next migration's start-contract.json) is a separate
75
- * check that requires shadow execution and is deferred to
76
- * `migration preflight`.
77
- *
78
- * Shared between the graph-wide and per-migration code paths so both report
79
- * the same failure for the same on-disk state.
80
- */
81
66
  function checkSnapshotConsistency(pkg: OnDiskMigrationPackage): CheckFailure | null {
82
67
  const endContractPath = join(pkg.dirPath, 'end-contract.json');
83
68
  if (!existsSync(endContractPath)) return null;
@@ -104,6 +89,27 @@ function checkSnapshotConsistency(pkg: OnDiskMigrationPackage): CheckFailure | n
104
89
  return null;
105
90
  }
106
91
 
92
+ async function loadAggregateIntegrityViolations(
93
+ config: Awaited<ReturnType<typeof loadConfig>>,
94
+ migrationsDir: string,
95
+ ): Promise<readonly IntegrityViolation[]> {
96
+ try {
97
+ const contractJsonContent = await readFile(resolveContractPath(config), 'utf-8');
98
+ const familyInstance = config.family.create(createControlStack(config));
99
+ const declaredExtensions = toDeclaredExtensionsFromRaw(config.extensionPacks ?? []);
100
+
101
+ const parsedAppContract: unknown = JSON.parse(contractJsonContent);
102
+ const aggregate = await loadContractSpaceAggregate({
103
+ migrationsDir,
104
+ deserializeContract: (json: unknown) => familyInstance.deserializeContract(json),
105
+ appContract: familyInstance.deserializeContract(parsedAppContract),
106
+ });
107
+ return aggregate.checkIntegrity({ declaredExtensions, checkContracts: true });
108
+ } catch {
109
+ return [];
110
+ }
111
+ }
112
+
107
113
  async function executeMigrationCheckCommand(
108
114
  target: string | undefined,
109
115
  options: MigrationCheckOptions,
@@ -111,10 +117,8 @@ async function executeMigrationCheckCommand(
111
117
  ui: TerminalUI,
112
118
  ): Promise<{ result: MigrationCheckResult; exitCode: number }> {
113
119
  const config = await loadConfig(options.config);
114
- const { configPath, appMigrationsDir, appMigrationsRelative, refsDir } = resolveMigrationPaths(
115
- options.config,
116
- config,
117
- );
120
+ const { configPath, migrationsDir, appMigrationsDir, appMigrationsRelative, refsDir } =
121
+ resolveMigrationPaths(options.config, config);
118
122
 
119
123
  if (!flags.json && !flags.quiet) {
120
124
  const details: Array<{ label: string; value: string }> = [
@@ -135,37 +139,9 @@ async function executeMigrationCheckCommand(
135
139
 
136
140
  const failures: CheckFailure[] = [];
137
141
 
138
- let bundles: Awaited<ReturnType<typeof loadMigrationPackages>>['bundles'];
139
- let graph: Awaited<ReturnType<typeof loadMigrationPackages>>['graph'];
140
- try {
141
- const loaded = await loadMigrationPackages(appMigrationsDir);
142
- bundles = loaded.bundles;
143
- graph = loaded.graph;
144
- } catch (error) {
145
- if (MigrationToolsError.is(error)) {
146
- const pnCode =
147
- error.code === 'MIGRATION.HASH_MISMATCH' ? 'PN-MIG-CHECK-001' : 'PN-MIG-CHECK-002';
148
- // Normalise to a cwd-relative path. `error.details.dir` is absolute
149
- // (the migration-tools layer doesn't know the caller's cwd); the
150
- // `filePath` fallback is also absolute. Surfacing the relative form
151
- // matches the rest of the command's `where` shape and keeps `--json`
152
- // consumers from having to special-case the bootstrap-failure path.
153
- const rawWhere =
154
- (error.details?.['dir'] as string) ?? (error.details?.['filePath'] as string) ?? null;
155
- const where = rawWhere ? relative(process.cwd(), rawWhere) : 'unknown';
156
- failures.push({
157
- pnCode,
158
- where,
159
- why: error.why,
160
- fix: error.fix,
161
- });
162
- return {
163
- result: { ok: false, failures, summary: `${failures.length} integrity failure(s)` },
164
- exitCode: INTEGRITY_FAILED,
165
- };
166
- }
167
- throw error;
168
- }
142
+ const loaded = await readMigrationsDir(appMigrationsDir);
143
+ const bundles: readonly OnDiskMigrationPackage[] = loaded.packages;
144
+ const graph = reconstructGraph(bundles);
169
145
 
170
146
  if (existsSync(appMigrationsDir)) {
171
147
  const loadedDirNames = new Set(bundles.map((p) => p.dirName));
@@ -236,29 +212,9 @@ async function executeMigrationCheckCommand(
236
212
  });
237
213
  }
238
214
 
239
- // PN-MIG-CHECK-005 must fire per-migration as well as graph-wide; both
240
- // call sites delegate to the shared helper so the same on-disk drift
241
- // produces the same failure regardless of how the user invoked check.
242
215
  const snapshotFailure = checkSnapshotConsistency(matchedPkg);
243
216
  if (snapshotFailure) failures.push(snapshotFailure);
244
217
  } else {
245
- for (const pkg of bundles) {
246
- for (const f of ['migration.json', 'ops.json']) {
247
- const fail = checkFileExists(pkg.dirPath, pkg.dirName, f);
248
- if (fail) failures.push(fail);
249
- }
250
-
251
- const verification = verifyMigrationHash(pkg);
252
- if (!verification.ok) {
253
- failures.push({
254
- pnCode: 'PN-MIG-CHECK-001',
255
- where: migrationFileRelative(pkg.dirPath, 'migration.json'),
256
- why: `Stored hash ${verification.storedHash} does not match recomputed hash ${verification.computedHash}`,
257
- fix: 'Re-emit the migration package or restore from version control.',
258
- });
259
- }
260
- }
261
-
262
218
  for (const pkg of bundles) {
263
219
  const snapshotFailure = checkSnapshotConsistency(pkg);
264
220
  if (snapshotFailure) failures.push(snapshotFailure);
@@ -295,6 +251,10 @@ async function executeMigrationCheckCommand(
295
251
  } catch {
296
252
  // Refs unreadable — skip ref checks
297
253
  }
254
+
255
+ for (const violation of await loadAggregateIntegrityViolations(config, migrationsDir)) {
256
+ failures.push(integrityViolationToCheckFailure(violation, migrationsDir));
257
+ }
298
258
  }
299
259
 
300
260
  if (failures.length === 0) {
@@ -1,24 +1,17 @@
1
1
  import { EMPTY_CONTRACT_HASH } from '@prisma-next/migration-tools/constants';
2
- import { MigrationToolsError } from '@prisma-next/migration-tools/errors';
3
2
  import type { MigrationGraph } from '@prisma-next/migration-tools/graph';
4
- import { readRefs } from '@prisma-next/migration-tools/refs';
5
- import { notOk, ok, type Result } from '@prisma-next/utils/result';
3
+ import { ok, type Result } from '@prisma-next/utils/result';
6
4
  import { Command } from 'commander';
7
5
  import { loadConfig } from '../config-loader';
8
- import {
9
- type CliStructuredError,
10
- errorUnexpected,
11
- mapMigrationToolsError,
12
- } from '../utils/cli-errors';
6
+ import type { CliStructuredError } from '../utils/cli-errors';
13
7
  import {
14
8
  addGlobalOptions,
15
- loadMigrationPackages,
16
- readContractEnvelope,
17
9
  resolveMigrationPaths,
18
10
  setCommandDescriptions,
19
11
  setCommandExamples,
20
12
  setCommandSeeAlso,
21
13
  } from '../utils/command-helpers';
14
+ import { buildReadAggregate } from '../utils/contract-space-aggregate-loader';
22
15
  import { migrationGraphToRenderInput } from '../utils/formatters/graph-migration-mapper';
23
16
  import { graphRenderer } from '../utils/formatters/graph-render';
24
17
  import { formatStyledHeader } from '../utils/formatters/styled';
@@ -41,13 +34,13 @@ export interface MigrationGraphResult {
41
34
  readonly summary: string;
42
35
  }
43
36
 
44
- async function executeMigrationGraphCommand(
37
+ export async function executeMigrationGraphCommand(
45
38
  options: MigrationGraphOptions,
46
39
  flags: GlobalFlags,
47
40
  ui: TerminalUI,
48
41
  ): Promise<Result<MigrationGraphResult, CliStructuredError>> {
49
42
  const config = await loadConfig(options.config);
50
- const { configPath, appMigrationsDir, appMigrationsRelative, refsDir } = resolveMigrationPaths(
43
+ const { configPath, appMigrationsRelative, migrationsDir } = resolveMigrationPaths(
51
44
  options.config,
52
45
  config,
53
46
  );
@@ -65,37 +58,18 @@ async function executeMigrationGraphCommand(
65
58
  ui.stderr(header);
66
59
  }
67
60
 
68
- let graph: MigrationGraph;
69
- try {
70
- ({ graph } = await loadMigrationPackages(appMigrationsDir));
71
- } catch (error) {
72
- if (MigrationToolsError.is(error)) return notOk(mapMigrationToolsError(error));
73
- return notOk(
74
- errorUnexpected(error instanceof Error ? error.message : String(error), {
75
- why: `Failed to read migrations: ${error instanceof Error ? error.message : String(error)}`,
76
- }),
77
- );
78
- }
79
-
80
- let contractHash: string | null = null;
81
- try {
82
- const envelope = await readContractEnvelope(config);
83
- contractHash = envelope.storageHash;
84
- } catch {
85
- // Contract unreadable — render graph without contract marker
61
+ const loaded = await buildReadAggregate(config, { migrationsDir });
62
+ if (!loaded.ok) {
63
+ return loaded;
86
64
  }
87
65
 
88
- let refs: readonly StatusRef[] = [];
89
- try {
90
- const allRefs = await readRefs(refsDir);
91
- refs = Object.entries(allRefs).map(([name, entry]) => ({
92
- name,
93
- hash: entry.hash,
94
- active: false,
95
- }));
96
- } catch {
97
- // Refs unreadable — render graph without ref markers
98
- }
66
+ const { aggregate, contractHash } = loaded.value;
67
+ const graph = aggregate.app.graph();
68
+ const refs: readonly StatusRef[] = Object.entries(aggregate.app.refs).map(([name, entry]) => ({
69
+ name,
70
+ hash: entry.hash,
71
+ active: false,
72
+ }));
99
73
 
100
74
  return ok({
101
75
  ok: true,