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

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
@@ -1,55 +1,228 @@
1
- import type { MigrationPlanOperation } from '@prisma-next/framework-components/control';
2
- import { EMPTY_CONTRACT_HASH } from '@prisma-next/migration-tools/constants';
3
- import { MigrationToolsError } from '@prisma-next/migration-tools/errors';
4
- import { findPath } from '@prisma-next/migration-tools/migration-graph';
1
+ import type {
2
+ ContractSpaceAggregate,
3
+ ContractSpaceMember,
4
+ } from '@prisma-next/migration-tools/aggregate';
5
+ import { HEAD_REF_NAME, refsByContractHash } from '@prisma-next/migration-tools/refs';
6
+ import {
7
+ APP_SPACE_ID,
8
+ isValidSpaceId,
9
+ listContractSpaceDirectories,
10
+ RESERVED_SPACE_SUBDIR_NAMES,
11
+ } from '@prisma-next/migration-tools/spaces';
12
+ import { ifDefined } from '@prisma-next/utils/defined';
5
13
  import { notOk, ok, type Result } from '@prisma-next/utils/result';
6
14
  import { Command } from 'commander';
7
15
  import { loadConfig } from '../config-loader';
8
16
  import {
9
17
  type CliStructuredError,
10
- errorUnexpected,
11
- mapMigrationToolsError,
18
+ errorInvalidSpaceId,
19
+ errorSpaceNotFound,
12
20
  } from '../utils/cli-errors';
13
21
  import {
14
22
  addGlobalOptions,
15
- loadMigrationPackages,
16
23
  resolveMigrationPaths,
17
24
  setCommandDescriptions,
18
25
  setCommandExamples,
19
26
  setCommandSeeAlso,
20
27
  } from '../utils/command-helpers';
28
+ import { buildReadAggregate } from '../utils/contract-space-aggregate-loader';
29
+ import {
30
+ type GlyphMode,
31
+ renderMigrationListGraphResult,
32
+ } from '../utils/formatters/migration-list-graph-render';
33
+ import {
34
+ buildMigrationListTopologyBySpace,
35
+ renderMigrationListWithStyle,
36
+ } from '../utils/formatters/migration-list-render';
37
+ import { createAnsiMigrationListStyler } from '../utils/formatters/migration-list-styler';
38
+ import type {
39
+ MigrationListEntry,
40
+ MigrationListResult,
41
+ MigrationSpaceListEntry,
42
+ } from '../utils/formatters/migration-list-types';
21
43
  import { formatStyledHeader } from '../utils/formatters/styled';
22
44
  import type { CommonCommandOptions } from '../utils/global-flags';
23
45
  import { type GlobalFlags, parseGlobalFlagsOrExit } from '../utils/global-flags';
24
46
  import { handleResult } from '../utils/result-handler';
25
47
  import { createTerminalUI, type TerminalUI } from '../utils/terminal-ui';
26
48
 
49
+ function compareSpaceIds(a: string, b: string): number {
50
+ if (a === APP_SPACE_ID) return b === APP_SPACE_ID ? 0 : -1;
51
+ if (b === APP_SPACE_ID) return 1;
52
+ if (a < b) return -1;
53
+ if (a > b) return 1;
54
+ return 0;
55
+ }
56
+
57
+ function compareDirNamesDescending(a: MigrationListEntry, b: MigrationListEntry): number {
58
+ if (a.dirName < b.dirName) return 1;
59
+ if (a.dirName > b.dirName) return -1;
60
+ return 0;
61
+ }
62
+
63
+ /**
64
+ * Ref names decorating a space's destination contract hashes. The
65
+ * tolerant `member.refs` deliberately omits the structural `head.json`;
66
+ * for extension spaces the old enumerator surfaced it as a `head`
67
+ * decoration on the tip migration, so fold `member.headRef` back in to
68
+ * keep that output. The app space synthesises its head, so it carries
69
+ * no on-disk `head` ref to restore.
70
+ */
71
+ function listRefsByContractHash(
72
+ member: ContractSpaceMember,
73
+ ): ReadonlyMap<string, readonly string[]> {
74
+ const byHash = new Map(refsByContractHash(member.refs));
75
+ if (member.spaceId !== APP_SPACE_ID && member.headRef !== null) {
76
+ const hash = member.headRef.hash;
77
+ const bucket = byHash.get(hash) ?? [];
78
+ if (!bucket.includes(HEAD_REF_NAME)) {
79
+ byHash.set(hash, [...bucket, HEAD_REF_NAME].sort());
80
+ }
81
+ }
82
+ return byHash;
83
+ }
84
+
85
+ async function orderedOnDiskSpaceIds(projectMigrationsDir: string): Promise<readonly string[]> {
86
+ const candidateDirs = await listContractSpaceDirectories(projectMigrationsDir);
87
+ return candidateDirs
88
+ .filter((name) => !RESERVED_SPACE_SUBDIR_NAMES.has(name))
89
+ .filter(isValidSpaceId)
90
+ .sort(compareSpaceIds);
91
+ }
92
+
93
+ /**
94
+ * Project the loaded {@link ContractSpaceAggregate} into the render-ready
95
+ * {@link MigrationSpaceListEntry} rows `migration list` displays.
96
+ *
97
+ * Space membership matches the on-disk contract-space directories (not the
98
+ * aggregate's always-present synthesized app member when `migrations/app/`
99
+ * is absent); package and ref data come from `aggregate.space(id)`.
100
+ */
101
+ export async function migrationSpaceListEntriesFromAggregate(
102
+ aggregate: ContractSpaceAggregate,
103
+ projectMigrationsDir: string,
104
+ ): Promise<readonly MigrationSpaceListEntry[]> {
105
+ const spaceIds = await orderedOnDiskSpaceIds(projectMigrationsDir);
106
+ const spaces: MigrationSpaceListEntry[] = [];
107
+
108
+ for (const spaceId of spaceIds) {
109
+ const member = aggregate.space(spaceId);
110
+ if (member === undefined) {
111
+ continue;
112
+ }
113
+ const refsByHash = listRefsByContractHash(member);
114
+ const migrations: MigrationListEntry[] = member.packages
115
+ .map((pkg) => ({
116
+ dirName: pkg.dirName,
117
+ from: pkg.metadata.from,
118
+ to: pkg.metadata.to,
119
+ migrationHash: pkg.metadata.migrationHash,
120
+ operationCount: pkg.ops.length,
121
+ createdAt: pkg.metadata.createdAt,
122
+ refs: refsByHash.get(pkg.metadata.to) ?? [],
123
+ providedInvariants: pkg.metadata.providedInvariants,
124
+ }))
125
+ .sort(compareDirNamesDescending);
126
+
127
+ spaces.push({ spaceId, migrations });
128
+ }
129
+
130
+ return spaces;
131
+ }
132
+
27
133
  interface MigrationListOptions extends CommonCommandOptions {
28
134
  readonly config?: string;
135
+ readonly space?: string;
136
+ readonly graph?: boolean;
137
+ readonly ascii?: boolean;
138
+ }
139
+
140
+ export interface MigrationListHumanRenderOptions {
141
+ readonly graph: boolean;
142
+ readonly glyphMode: GlyphMode;
143
+ readonly useColor: boolean;
144
+ }
145
+
146
+ export function renderMigrationListHumanOutput(
147
+ result: MigrationListResult,
148
+ options: MigrationListHumanRenderOptions,
149
+ ): string {
150
+ const styler = createAnsiMigrationListStyler({ useColor: options.useColor });
151
+ const topologyBySpaceId = buildMigrationListTopologyBySpace(result);
152
+ if (options.graph) {
153
+ return renderMigrationListGraphResult(result, styler, options.glyphMode, topologyBySpaceId);
154
+ }
155
+ return renderMigrationListWithStyle(result, styler, options.glyphMode, topologyBySpaceId);
29
156
  }
30
157
 
31
- export interface MigrationListEntry {
32
- readonly dirName: string;
33
- readonly from: string;
34
- readonly to: string;
35
- readonly migrationHash: string;
36
- readonly operationCount: number;
37
- readonly createdAt: string;
158
+ /**
159
+ * Inputs for {@link runMigrationList} — the policy core of `migration list`
160
+ * that tests exercise directly.
161
+ *
162
+ * The core does not call `loadConfig`, parse CLI flags, render a styled
163
+ * header, or write to any stream. Enumeration is supplied by the caller
164
+ * (the CLI shell builds it from {@link migrationSpaceListEntriesFromAggregate}).
165
+ */
166
+ export interface RunMigrationListInputs {
167
+ readonly spaces: readonly MigrationSpaceListEntry[];
168
+ readonly spaceFilter?: string;
38
169
  }
39
170
 
40
- export interface MigrationListResult {
41
- readonly ok: true;
42
- readonly migrations: readonly MigrationListEntry[];
43
- readonly summary: string;
171
+ function computeSummary(spaces: readonly MigrationSpaceListEntry[]): string {
172
+ const totalMigrations = spaces.reduce((count, space) => count + space.migrations.length, 0);
173
+ if (spaces.length <= 1) {
174
+ return `${totalMigrations} migration(s) on disk`;
175
+ }
176
+ return `${totalMigrations} migration(s) across ${spaces.length} contract space(s)`;
44
177
  }
45
178
 
46
- async function executeMigrationListCommand(
179
+ /**
180
+ * Policy core of `migration list`: validates `--space`, narrows the
181
+ * pre-enumerated spaces, and assembles a {@link MigrationListResult}.
182
+ *
183
+ * - `migrations/` missing or contains no valid space directories →
184
+ * caller passes `spaces: []`; this synthesizes `[{ spaceId: APP_SPACE_ID, migrations: [] }]`.
185
+ * - `--space <id>` on an existing-but-empty space → `{ spaceId, migrations: [] }` in the input.
186
+ * - `--space <id>` on a non-existent (or reserved) space → `SPACE_NOT_FOUND`.
187
+ */
188
+ export function runMigrationList(
189
+ inputs: RunMigrationListInputs,
190
+ ): Result<MigrationListResult, CliStructuredError> {
191
+ const { spaces, spaceFilter } = inputs;
192
+
193
+ if (spaceFilter !== undefined && !isValidSpaceId(spaceFilter)) {
194
+ return notOk(errorInvalidSpaceId(spaceFilter));
195
+ }
196
+
197
+ if (spaceFilter !== undefined && !spaces.some((s) => s.spaceId === spaceFilter)) {
198
+ return notOk(errorSpaceNotFound(spaceFilter, spaces.map((s) => s.spaceId).sort()));
199
+ }
200
+
201
+ const scopedSpaces =
202
+ spaceFilter !== undefined ? spaces.filter((s) => s.spaceId === spaceFilter) : spaces;
203
+
204
+ const resultSpaces: readonly MigrationSpaceListEntry[] =
205
+ scopedSpaces.length === 0 ? [{ spaceId: APP_SPACE_ID, migrations: [] }] : scopedSpaces;
206
+
207
+ return ok({
208
+ ok: true,
209
+ spaces: resultSpaces,
210
+ summary: computeSummary(resultSpaces),
211
+ });
212
+ }
213
+
214
+ /**
215
+ * CLI shell: loads config, resolves paths, prints the styled header on
216
+ * stderr (interactive mode only), and delegates to {@link runMigrationList}.
217
+ * Kept intentionally thin so the unit-testable surface lives in the core.
218
+ */
219
+ export async function executeMigrationListCommand(
47
220
  options: MigrationListOptions,
48
221
  flags: GlobalFlags,
49
222
  ui: TerminalUI,
50
223
  ): Promise<Result<MigrationListResult, CliStructuredError>> {
51
224
  const config = await loadConfig(options.config);
52
- const { configPath, appMigrationsDir, appMigrationsRelative } = resolveMigrationPaths(
225
+ const { configPath, migrationsDir, migrationsRelative } = resolveMigrationPaths(
53
226
  options.config,
54
227
  config,
55
228
  );
@@ -57,58 +230,30 @@ async function executeMigrationListCommand(
57
230
  if (!flags.json && !flags.quiet) {
58
231
  const header = formatStyledHeader({
59
232
  command: 'migration list',
60
- description: 'List on-disk migrations in topological order',
233
+ description: 'List on-disk migrations, latest first, per contract space',
61
234
  details: [
62
235
  { label: 'config', value: configPath },
63
- { label: 'migrations', value: appMigrationsRelative },
236
+ { label: 'migrations', value: migrationsRelative },
237
+ ...(options.space !== undefined ? [{ label: 'space', value: options.space }] : []),
64
238
  ],
65
239
  flags,
66
240
  });
67
241
  ui.stderr(header);
68
242
  }
69
243
 
70
- let bundles: Awaited<ReturnType<typeof loadMigrationPackages>>['bundles'];
71
- let graph: Awaited<ReturnType<typeof loadMigrationPackages>>['graph'];
72
- try {
73
- ({ bundles, graph } = await loadMigrationPackages(appMigrationsDir));
74
- } catch (error) {
75
- if (MigrationToolsError.is(error)) return notOk(mapMigrationToolsError(error));
76
- return notOk(
77
- errorUnexpected(error instanceof Error ? error.message : String(error), {
78
- why: `Failed to read migrations: ${error instanceof Error ? error.message : String(error)}`,
79
- }),
80
- );
81
- }
82
-
83
- if (bundles.length === 0) {
84
- return ok({ ok: true, migrations: [], summary: 'No migrations found' });
244
+ const loaded = await buildReadAggregate(config, { migrationsDir });
245
+ if (!loaded.ok) {
246
+ return notOk(loaded.failure);
85
247
  }
86
248
 
87
- const leaves = [...graph.nodes].filter(
88
- (n) => !graph.forwardChain.has(n) || graph.forwardChain.get(n)!.length === 0,
249
+ const spaces = await migrationSpaceListEntriesFromAggregate(
250
+ loaded.value.aggregate,
251
+ migrationsDir,
89
252
  );
90
- const targetHash =
91
- leaves.length === 1 ? leaves[0]! : ([...graph.nodes].values().next().value as string);
92
- const chain = findPath(graph, EMPTY_CONTRACT_HASH, targetHash) ?? [];
93
-
94
- const pkgByDirName = new Map(bundles.map((p) => [p.dirName, p]));
95
- const entries: MigrationListEntry[] = chain.map((edge) => {
96
- const pkg = pkgByDirName.get(edge.dirName);
97
- const ops = (pkg?.ops ?? []) as readonly MigrationPlanOperation[];
98
- return {
99
- dirName: edge.dirName,
100
- from: edge.from,
101
- to: edge.to,
102
- migrationHash: edge.migrationHash,
103
- operationCount: ops.length,
104
- createdAt: edge.createdAt,
105
- };
106
- });
107
253
 
108
- return ok({
109
- ok: true,
110
- migrations: entries,
111
- summary: `${entries.length} migration(s) on disk`,
254
+ return runMigrationList({
255
+ spaces,
256
+ ...ifDefined('spaceFilter', options.space),
112
257
  });
113
258
  }
114
259
 
@@ -116,11 +261,23 @@ export function createMigrationListCommand(): Command {
116
261
  const command = new Command('list');
117
262
  setCommandDescriptions(
118
263
  command,
119
- 'List on-disk migrations in topological order',
120
- 'Enumerates all migration packages under migrations/<space>/ in\n' +
121
- 'topological order. Offline — does not consult the database.',
264
+ 'List on-disk migrations, latest first, per contract space',
265
+ 'Enumerates every on-disk migration under migrations/<space>/ for every\n' +
266
+ 'contract space found on disk, latest first. Offline — does not consult\n' +
267
+ 'the database. Each row leads with a kind glyph (* forward, ↩ rollback,\n' +
268
+ '⟲ self), then dirName, then source → destination contract hashes\n' +
269
+ '(7-char git-style). Self-edges show a single hash. Invariants render as\n' +
270
+ '{...}; refs on the destination as (production, db). Pass --space <id>\n' +
271
+ 'to narrow to one contract space. --graph draws the forward spine with\n' +
272
+ 'lane gutters; --ascii forces ASCII glyphs (orthogonal to --no-color).',
122
273
  );
123
- setCommandExamples(command, ['prisma-next migration list']);
274
+ setCommandExamples(command, [
275
+ 'prisma-next migration list',
276
+ 'prisma-next migration list --graph',
277
+ 'prisma-next migration list --space app',
278
+ 'prisma-next migration list --graph --ascii',
279
+ 'prisma-next migration list --json',
280
+ ]);
124
281
  setCommandSeeAlso(command, [
125
282
  { verb: 'migration status', oneLiner: 'Show migration path and pending status' },
126
283
  { verb: 'migration log', oneLiner: 'Show executed migration history' },
@@ -129,6 +286,9 @@ export function createMigrationListCommand(): Command {
129
286
  ]);
130
287
  addGlobalOptions(command)
131
288
  .option('--config <path>', 'Path to prisma-next.config.ts')
289
+ .option('--space <id>', 'Narrow output to a single contract space')
290
+ .option('--graph', 'Draw migration relationships as an annotated tree')
291
+ .option('--ascii', 'Use ASCII glyphs for --graph (pipe-friendly)')
132
292
  .action(async (options: MigrationListOptions) => {
133
293
  const flags = parseGlobalFlagsOrExit(options);
134
294
  const ui = createTerminalUI(flags);
@@ -137,16 +297,13 @@ export function createMigrationListCommand(): Command {
137
297
  if (flags.json) {
138
298
  ui.output(JSON.stringify(listResult, null, 2));
139
299
  } else if (!flags.quiet) {
140
- if (listResult.migrations.length === 0) {
141
- ui.log('No migrations found');
142
- } else {
143
- for (const entry of listResult.migrations) {
144
- ui.log(
145
- `${entry.dirName} ${entry.migrationHash.slice(0, 16)}… ${entry.operationCount} op(s)`,
146
- );
147
- }
148
- ui.log(`\n${listResult.summary}`);
149
- }
300
+ ui.output(
301
+ renderMigrationListHumanOutput(listResult, {
302
+ graph: options.graph === true,
303
+ glyphMode: ui.resolveGlyphMode(options.ascii === true),
304
+ useColor: ui.useColor,
305
+ }),
306
+ );
150
307
  }
151
308
  });
152
309
  process.exit(exitCode);
@@ -16,7 +16,6 @@ import {
16
16
  } from '../utils/cli-errors';
17
17
  import {
18
18
  addGlobalOptions,
19
- loadMigrationPackages,
20
19
  maskConnectionUrl,
21
20
  resolveMigrationPaths,
22
21
  setCommandDescriptions,
@@ -24,6 +23,7 @@ import {
24
23
  setCommandSeeAlso,
25
24
  targetSupportsMigrations,
26
25
  } from '../utils/command-helpers';
26
+ import { buildReadAggregate } from '../utils/contract-space-aggregate-loader';
27
27
  import { formatStyledHeader } from '../utils/formatters/styled';
28
28
  import type { CommonCommandOptions } from '../utils/global-flags';
29
29
  import { type GlobalFlags, parseGlobalFlagsOrExit } from '../utils/global-flags';
@@ -51,13 +51,13 @@ export interface MigrationLogResult {
51
51
  readonly summary: string;
52
52
  }
53
53
 
54
- async function executeMigrationLogCommand(
54
+ export async function executeMigrationLogCommand(
55
55
  options: MigrationLogOptions,
56
56
  flags: GlobalFlags,
57
57
  ui: TerminalUI,
58
58
  ): Promise<Result<MigrationLogResult, CliStructuredError>> {
59
59
  const config = await loadConfig(options.config);
60
- const { configPath, appMigrationsDir, appMigrationsRelative } = resolveMigrationPaths(
60
+ const { configPath, appMigrationsRelative, migrationsDir } = resolveMigrationPaths(
61
61
  options.config,
62
62
  config,
63
63
  );
@@ -94,18 +94,12 @@ async function executeMigrationLogCommand(
94
94
  ui.stderr(header);
95
95
  }
96
96
 
97
- let bundles: Awaited<ReturnType<typeof loadMigrationPackages>>['bundles'];
98
- let graph: Awaited<ReturnType<typeof loadMigrationPackages>>['graph'];
99
- try {
100
- ({ bundles, graph } = await loadMigrationPackages(appMigrationsDir));
101
- } catch (error) {
102
- if (MigrationToolsError.is(error)) return notOk(mapMigrationToolsError(error));
103
- return notOk(
104
- errorUnexpected(error instanceof Error ? error.message : String(error), {
105
- why: `Failed to read migrations: ${error instanceof Error ? error.message : String(error)}`,
106
- }),
107
- );
97
+ const loaded = await buildReadAggregate(config, { migrationsDir });
98
+ if (!loaded.ok) {
99
+ return loaded;
108
100
  }
101
+ const graph = loaded.value.aggregate.app.graph();
102
+ const bundles = loaded.value.aggregate.app.packages;
109
103
 
110
104
  const client = createControlClient({
111
105
  family: config.family,
@@ -12,19 +12,15 @@ import { readFile } from 'node:fs/promises';
12
12
  import type { Contract } from '@prisma-next/contract/types';
13
13
  import { getEmittedArtifactPaths } from '@prisma-next/emitter';
14
14
  import { APP_SPACE_ID, createControlStack } from '@prisma-next/framework-components/control';
15
- import { MigrationToolsError } from '@prisma-next/migration-tools/errors';
15
+ import { loadContractSpaceAggregate } from '@prisma-next/migration-tools/aggregate';
16
16
  import { computeMigrationHash } from '@prisma-next/migration-tools/hash';
17
17
  import {
18
18
  copyFilesWithRename,
19
19
  formatMigrationDirName,
20
- readMigrationsDir,
21
20
  writeMigrationPackage,
22
21
  } from '@prisma-next/migration-tools/io';
23
22
  import type { MigrationMetadata } from '@prisma-next/migration-tools/metadata';
24
- import {
25
- findLatestMigration,
26
- reconstructGraph,
27
- } from '@prisma-next/migration-tools/migration-graph';
23
+ import { findLatestMigration } from '@prisma-next/migration-tools/migration-graph';
28
24
  import { writeMigrationTs } from '@prisma-next/migration-tools/migration-ts';
29
25
  import { notOk, ok, type Result } from '@prisma-next/utils/result';
30
26
  import { Command } from 'commander';
@@ -36,7 +32,6 @@ import {
36
32
  errorRuntime,
37
33
  errorTargetMigrationNotSupported,
38
34
  errorUnexpected,
39
- mapMigrationToolsError,
40
35
  } from '../utils/cli-errors';
41
36
  import {
42
37
  addGlobalOptions,
@@ -46,6 +41,7 @@ import {
46
41
  setCommandDescriptions,
47
42
  setCommandExamples,
48
43
  } from '../utils/command-helpers';
44
+ import { refusePackageCorruptionOnAggregate } from '../utils/contract-space-aggregate-loader';
49
45
  import { formatStyledHeader } from '../utils/formatters/styled';
50
46
  import { assertFrameworkComponentsCompatible } from '../utils/framework-components';
51
47
  import type { CommonCommandOptions } from '../utils/global-flags';
@@ -71,7 +67,10 @@ async function executeMigrationNewCommand(
71
67
  options: MigrationNewOptions,
72
68
  ): Promise<Result<MigrationNewResult, CliStructuredError>> {
73
69
  const config = await loadConfig(options.config);
74
- const { appMigrationsDir, appMigrationsRelative } = resolveMigrationPaths(options.config, config);
70
+ const { migrationsDir, appMigrationsDir, appMigrationsRelative } = resolveMigrationPaths(
71
+ options.config,
72
+ config,
73
+ );
75
74
 
76
75
  // Construct the family instance up-front so the on-disk contract read
77
76
  // below crosses the serializer seam (`familyInstance.deserializeContract`)
@@ -98,7 +97,8 @@ async function executeMigrationNewCommand(
98
97
 
99
98
  let toContract: Contract;
100
99
  try {
101
- toContract = familyInstance.deserializeContract(JSON.parse(contractJsonContent) as unknown);
100
+ const parsedContract: unknown = JSON.parse(contractJsonContent);
101
+ toContract = familyInstance.deserializeContract(parsedContract);
102
102
  } catch (error) {
103
103
  return notOk(
104
104
  errorRuntime('Contract JSON is invalid', {
@@ -118,45 +118,47 @@ async function executeMigrationNewCommand(
118
118
  );
119
119
  }
120
120
 
121
- let fromHash: string | null = null;
122
- let fromContractSourceDir: string | null = null;
121
+ const aggregate = await loadContractSpaceAggregate({
122
+ migrationsDir,
123
+ deserializeContract: (json) => familyInstance.deserializeContract(json),
124
+ appContract: toContract,
125
+ });
126
+ const packageCorruptionFailure = refusePackageCorruptionOnAggregate(aggregate);
127
+ if (packageCorruptionFailure) {
128
+ return notOk(packageCorruptionFailure);
129
+ }
123
130
 
124
- try {
125
- const packages = await readMigrationsDir(appMigrationsDir);
131
+ const packages = aggregate.app.packages;
132
+ const graph = aggregate.app.graph();
126
133
 
127
- if (packages.length > 0) {
128
- const graph = reconstructGraph(packages);
134
+ let fromHash: string | null = null;
135
+ let fromContractSourceDir: string | null = null;
129
136
 
130
- if (options.from) {
131
- const match = packages.find((p) => p.metadata.to.startsWith(options.from!));
132
- if (!match) {
133
- return notOk(
134
- errorRuntime('Starting contract not found', {
135
- why: `No migration with to hash matching "${options.from}" exists in ${appMigrationsRelative}`,
136
- fix: 'Check that the --from hash matches a known migration target hash.',
137
- }),
138
- );
139
- }
140
- fromHash = match.metadata.to;
141
- fromContractSourceDir = match.dirPath;
142
- } else {
143
- const latestMigration = findLatestMigration(graph);
144
- if (latestMigration) {
145
- fromHash = latestMigration.to;
146
- const leafPkg = packages.find(
147
- (p) => p.metadata.migrationHash === latestMigration.migrationHash,
148
- );
149
- if (leafPkg) {
150
- fromContractSourceDir = leafPkg.dirPath;
151
- }
137
+ if (packages.length > 0) {
138
+ if (options.from) {
139
+ const match = packages.find((p) => p.metadata.to.startsWith(options.from!));
140
+ if (!match) {
141
+ return notOk(
142
+ errorRuntime('Starting contract not found', {
143
+ why: `No migration with to hash matching "${options.from}" exists in ${appMigrationsRelative}`,
144
+ fix: 'Check that the --from hash matches a known migration target hash.',
145
+ }),
146
+ );
147
+ }
148
+ fromHash = match.metadata.to;
149
+ fromContractSourceDir = match.dirPath;
150
+ } else {
151
+ const latestMigration = findLatestMigration(graph);
152
+ if (latestMigration) {
153
+ fromHash = latestMigration.to;
154
+ const leafPkg = packages.find(
155
+ (p) => p.metadata.migrationHash === latestMigration.migrationHash,
156
+ );
157
+ if (leafPkg) {
158
+ fromContractSourceDir = leafPkg.dirPath;
152
159
  }
153
160
  }
154
161
  }
155
- } catch (error) {
156
- if (MigrationToolsError.is(error)) {
157
- return notOk(mapMigrationToolsError(error));
158
- }
159
- throw error;
160
162
  }
161
163
 
162
164
  if (fromHash === toStorageHash && !options.from) {
@@ -180,12 +182,6 @@ async function executeMigrationNewCommand(
180
182
  const baseMetadata: Omit<MigrationMetadata, 'migrationHash'> = {
181
183
  from: fromHash,
182
184
  to: toStorageHash,
183
- hints: {
184
- used: [],
185
- applied: [],
186
- plannerVersion: '1.0.0',
187
- },
188
- labels: [],
189
185
  providedInvariants: [],
190
186
  createdAt: timestamp.toISOString(),
191
187
  };