@mmapp/react-compiler 0.1.0-alpha.6 → 0.1.0-alpha.9

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 (103) hide show
  1. package/dist/auth-3UK75242.mjs +17 -0
  2. package/dist/babel/index.d.mts +2 -2
  3. package/dist/babel/index.d.ts +2 -2
  4. package/dist/babel/index.js +5 -5
  5. package/dist/babel/index.mjs +1 -1
  6. package/dist/chunk-5FTDWKHH.mjs +244 -0
  7. package/dist/chunk-7JRAEFRB.mjs +7510 -0
  8. package/dist/chunk-7T6Q5KAA.mjs +7506 -0
  9. package/dist/chunk-ABYPKRSB.mjs +215 -0
  10. package/dist/chunk-BZEXUPDH.mjs +175 -0
  11. package/dist/chunk-HRYR54PT.mjs +175 -0
  12. package/dist/chunk-J3M4GUS7.mjs +161 -0
  13. package/dist/chunk-JRGFBWTN.mjs +2918 -0
  14. package/dist/chunk-O4AUS7EU.mjs +148 -0
  15. package/dist/chunk-R2DD5GTY.mjs +186 -0
  16. package/dist/chunk-UDDTWG5J.mjs +734 -0
  17. package/dist/chunk-VLTKQDJ3.mjs +244 -0
  18. package/dist/chunk-WVYY32LD.mjs +939 -0
  19. package/dist/chunk-XDVM4YHX.mjs +3450 -0
  20. package/dist/chunk-Z2G5RZ4H.mjs +186 -0
  21. package/dist/chunk-ZE3KCHBM.mjs +2918 -0
  22. package/dist/cli/index.js +4350 -3206
  23. package/dist/cli/index.mjs +77 -179
  24. package/dist/codemod/cli.js +1 -1
  25. package/dist/codemod/cli.mjs +1 -1
  26. package/dist/codemod/index.d.mts +3 -3
  27. package/dist/codemod/index.d.ts +3 -3
  28. package/dist/codemod/index.js +1 -1
  29. package/dist/codemod/index.mjs +1 -1
  30. package/dist/deploy-YAJGW6II.mjs +9 -0
  31. package/dist/dev-server-CrQ041KP.d.mts +79 -0
  32. package/dist/dev-server-CrQ041KP.d.ts +79 -0
  33. package/dist/dev-server.d.mts +2 -2
  34. package/dist/dev-server.d.ts +2 -2
  35. package/dist/dev-server.js +1218 -86
  36. package/dist/dev-server.mjs +4 -4
  37. package/dist/envelope-ChEkuHij.d.mts +265 -0
  38. package/dist/envelope-ChEkuHij.d.ts +265 -0
  39. package/dist/envelope.d.mts +2 -2
  40. package/dist/envelope.d.ts +2 -2
  41. package/dist/envelope.js +5 -5
  42. package/dist/envelope.mjs +2 -2
  43. package/dist/index-CEKyyazf.d.mts +104 -0
  44. package/dist/index-CEKyyazf.d.ts +104 -0
  45. package/dist/index.d.mts +8 -8
  46. package/dist/index.d.ts +8 -8
  47. package/dist/index.js +1266 -342
  48. package/dist/index.mjs +8 -8
  49. package/dist/init-7FJENUDK.mjs +407 -0
  50. package/dist/project-compiler-NNK32MPG.mjs +10 -0
  51. package/dist/project-compiler-ZB4RUYVL.mjs +10 -0
  52. package/dist/project-decompiler-U55HQUHW.mjs +7 -0
  53. package/dist/pull-KOL2QAYQ.mjs +109 -0
  54. package/dist/seed-KOGEPGOJ.mjs +154 -0
  55. package/dist/server-VW6UPCHO.mjs +277 -0
  56. package/dist/testing/index.d.mts +8 -8
  57. package/dist/testing/index.d.ts +8 -8
  58. package/dist/testing/index.js +5 -5
  59. package/dist/testing/index.mjs +1 -1
  60. package/dist/verify-BYHUKARQ.mjs +1833 -0
  61. package/dist/verify-OQDEQYMS.mjs +1833 -0
  62. package/dist/vite/index.d.mts +1 -1
  63. package/dist/vite/index.d.ts +1 -1
  64. package/dist/vite/index.js +5 -5
  65. package/dist/vite/index.mjs +2 -2
  66. package/examples/authentication/main.workflow.tsx +1 -1
  67. package/examples/authentication/mm.config.ts +1 -1
  68. package/examples/authentication/pages/LoginPage.tsx +2 -2
  69. package/examples/authentication/pages/SignupPage.tsx +2 -2
  70. package/examples/counter.workflow.tsx +1 -1
  71. package/examples/dashboard.workflow.tsx +1 -1
  72. package/examples/invoice-approval/actions/invoice.server.ts +1 -1
  73. package/examples/invoice-approval/main.workflow.tsx +1 -1
  74. package/examples/invoice-approval/mm.config.ts +1 -1
  75. package/examples/invoice-approval/pages/InvoiceDetailPage.tsx +1 -1
  76. package/examples/invoice-approval/pages/InvoiceFormPage.tsx +1 -1
  77. package/examples/invoice-approval/pages/InvoiceListPage.tsx +1 -1
  78. package/examples/todo-app.workflow.tsx +1 -1
  79. package/examples/uber-app/actions/matching.server.ts +1 -1
  80. package/examples/uber-app/actions/notifications.server.ts +1 -1
  81. package/examples/uber-app/actions/payments.server.ts +1 -1
  82. package/examples/uber-app/actions/pricing.server.ts +1 -1
  83. package/examples/uber-app/app/admin/analytics.tsx +2 -2
  84. package/examples/uber-app/app/admin/fleet.tsx +2 -2
  85. package/examples/uber-app/app/admin/surge-pricing.tsx +2 -2
  86. package/examples/uber-app/app/driver/dashboard.tsx +2 -2
  87. package/examples/uber-app/app/driver/earnings.tsx +2 -2
  88. package/examples/uber-app/app/driver/navigation.tsx +2 -2
  89. package/examples/uber-app/app/driver/ride-acceptance.tsx +2 -2
  90. package/examples/uber-app/app/rider/home.tsx +2 -2
  91. package/examples/uber-app/app/rider/payment-methods.tsx +2 -2
  92. package/examples/uber-app/app/rider/ride-history.tsx +2 -2
  93. package/examples/uber-app/app/rider/ride-tracking.tsx +2 -2
  94. package/examples/uber-app/components/DriverCard.tsx +1 -1
  95. package/examples/uber-app/components/MapView.tsx +3 -3
  96. package/examples/uber-app/components/RatingStars.tsx +2 -2
  97. package/examples/uber-app/components/RideCard.tsx +1 -1
  98. package/examples/uber-app/mm.config.ts +1 -1
  99. package/examples/uber-app/workflows/dispute-resolution.workflow.tsx +2 -2
  100. package/examples/uber-app/workflows/driver-onboarding.workflow.tsx +2 -2
  101. package/examples/uber-app/workflows/payment-processing.workflow.tsx +2 -2
  102. package/examples/uber-app/workflows/ride-request.workflow.tsx +2 -2
  103. package/package.json +9 -13
package/dist/index.mjs CHANGED
@@ -13,25 +13,25 @@ import {
13
13
  resolveActionReferences,
14
14
  resolveImport,
15
15
  topologicalSort
16
- } from "./chunk-NTB7OEX2.mjs";
16
+ } from "./chunk-JRGFBWTN.mjs";
17
17
  import {
18
18
  decompile,
19
19
  decompileProject,
20
20
  shouldDecompileAsProject
21
- } from "./chunk-WBYMW4NQ.mjs";
21
+ } from "./chunk-XDVM4YHX.mjs";
22
22
  import {
23
23
  createDevServer
24
- } from "./chunk-5GUFFFGL.mjs";
25
- import "./chunk-EO6SYNCG.mjs";
24
+ } from "./chunk-UDDTWG5J.mjs";
25
+ import "./chunk-BZEXUPDH.mjs";
26
26
  import {
27
27
  buildEnvelope
28
- } from "./chunk-J7JUAHS4.mjs";
28
+ } from "./chunk-R2DD5GTY.mjs";
29
29
  import {
30
30
  deploy
31
- } from "./chunk-52XHYD2V.mjs";
31
+ } from "./chunk-ABYPKRSB.mjs";
32
32
  import {
33
33
  build
34
- } from "./chunk-THFYE5ZX.mjs";
34
+ } from "./chunk-VLTKQDJ3.mjs";
35
35
  import {
36
36
  computeEnvelopeId,
37
37
  createSourceEnvelope,
@@ -57,7 +57,7 @@ import {
57
57
  extractStates,
58
58
  extractTransitions,
59
59
  transformToFrontend
60
- } from "./chunk-OPJKP747.mjs";
60
+ } from "./chunk-7T6Q5KAA.mjs";
61
61
  import "./chunk-CIESM3BP.mjs";
62
62
 
63
63
  // src/babel/emitters/ir-to-tsx-emitter.ts
@@ -0,0 +1,407 @@
1
+ import "./chunk-CIESM3BP.mjs";
2
+
3
+ // src/cli/init.ts
4
+ import { mkdirSync, writeFileSync, existsSync } from "fs";
5
+ import { join } from "path";
6
+ import { execSync } from "child_process";
7
+ function toTitleCase(slug) {
8
+ return slug.split("-").map((w) => w.charAt(0).toUpperCase() + w.slice(1)).join(" ");
9
+ }
10
+ function toPascalCase(slug) {
11
+ return slug.split("-").map((w) => w.charAt(0).toUpperCase() + w.slice(1)).join("");
12
+ }
13
+ function generatePackageJson(name) {
14
+ return JSON.stringify(
15
+ {
16
+ name: `@mmapp/blueprint-${name}`,
17
+ version: "0.1.0",
18
+ private: true,
19
+ type: "module",
20
+ scripts: {
21
+ build: "mmrc build --src . --out dist",
22
+ dev: "mmrc dev --src . --port 5199",
23
+ deploy: "mmrc deploy --build --src ."
24
+ },
25
+ dependencies: {
26
+ "@mmapp/react": "^0.1.0-alpha.1"
27
+ },
28
+ devDependencies: {
29
+ typescript: "^5.5.0",
30
+ "@types/react": "^18.0.0",
31
+ react: "^18.0.0"
32
+ }
33
+ },
34
+ null,
35
+ 2
36
+ );
37
+ }
38
+ function generateMmConfig(name, opts) {
39
+ const title = toTitleCase(name);
40
+ const desc = opts.description ?? `${title} blueprint.`;
41
+ const icon = opts.icon ?? "box";
42
+ const author = opts.author ?? "MindMatrix";
43
+ return `import { defineBlueprint } from '@mmapp/react';
44
+
45
+ export default defineBlueprint({
46
+ slug: '${name}',
47
+ name: '${title}',
48
+ version: '1.0.0',
49
+ description: '${desc}',
50
+ author: '${author}',
51
+ icon: '${icon}',
52
+ mode: 'infer',
53
+ defaultRuntime: 'collaborative',
54
+
55
+ models: [
56
+ 'models/item',
57
+ ],
58
+
59
+ routes: [
60
+ { path: '/', view: 'app/page', label: 'Home' },
61
+ ],
62
+
63
+ dependencies: [],
64
+ });
65
+ `;
66
+ }
67
+ function generateModel(name) {
68
+ const modelSlug = `${name}-item`;
69
+ const pascal = toPascalCase(name);
70
+ return `/**
71
+ * ${pascal} Item \u2014 data model with lifecycle states.
72
+ *
73
+ * States: draft \u2192 active \u2192 archived
74
+ */
75
+
76
+ import { defineModel } from '@mmapp/react';
77
+
78
+ export interface ${pascal}ItemFields {
79
+ title: string;
80
+ description: string;
81
+ priority: 'low' | 'medium' | 'high';
82
+ createdAt: number;
83
+ }
84
+
85
+ export default defineModel({
86
+ slug: '${modelSlug}',
87
+ version: '1.0.0',
88
+ category: ['model', '${name}'],
89
+
90
+ fields: {
91
+ title: { type: 'string', required: true },
92
+ description: { type: 'string', default: '' },
93
+ priority: { type: 'string', default: 'medium', enum: ['low', 'medium', 'high'] },
94
+ createdAt: { type: 'number', default: 0 },
95
+ },
96
+
97
+ states: {
98
+ draft: {
99
+ type: 'initial',
100
+ onEnter: [
101
+ { id: 'set-created', type: 'set_field', mode: 'auto', config: { field: 'createdAt', expression: 'NOW()' } },
102
+ ],
103
+ },
104
+ active: {
105
+ onEnter: [
106
+ { id: 'log-activated', type: 'log_event', mode: 'auto', config: { event: '${modelSlug}.activated' } },
107
+ ],
108
+ },
109
+ archived: {
110
+ type: 'end',
111
+ },
112
+ },
113
+
114
+ transitions: {
115
+ activate: {
116
+ from: 'draft',
117
+ to: 'active',
118
+ description: 'Publish this item',
119
+ },
120
+ archive: {
121
+ from: 'active',
122
+ to: 'archived',
123
+ description: 'Archive this item',
124
+ },
125
+ },
126
+ });
127
+ `;
128
+ }
129
+ function generateTsconfig() {
130
+ return JSON.stringify(
131
+ {
132
+ compilerOptions: {
133
+ target: "ES2020",
134
+ module: "ESNext",
135
+ moduleResolution: "bundler",
136
+ jsx: "react-jsx",
137
+ strict: true,
138
+ esModuleInterop: true,
139
+ skipLibCheck: true,
140
+ forceConsistentCasingInFileNames: true,
141
+ declaration: false,
142
+ noEmit: true
143
+ },
144
+ include: ["**/*.ts", "**/*.tsx"],
145
+ exclude: ["node_modules", "dist"]
146
+ },
147
+ null,
148
+ 2
149
+ );
150
+ }
151
+ function generateLayout(name) {
152
+ const title = toTitleCase(name);
153
+ return `/**
154
+ * @workflow slug="${name}-layout" version="1.0.0" category="view"
155
+ *
156
+ * Root layout with sidebar navigation.
157
+ */
158
+
159
+ import {
160
+ Row,
161
+ Stack,
162
+ Slot,
163
+ Text,
164
+ Icon,
165
+ Button,
166
+ Divider,
167
+ } from '@mmapp/react/atoms';
168
+ import { useRouter } from '@mmapp/react';
169
+
170
+ export default function Layout({ children }: { children: React.ReactNode }) {
171
+ const router = useRouter();
172
+
173
+ return (
174
+ <Row gap={0} height="100vh" overflow="hidden">
175
+ {/* Sidebar */}
176
+ <Stack
177
+ width={240}
178
+ borderRight="1px solid token:border"
179
+ height="100vh"
180
+ background="token:surface"
181
+ >
182
+ <Row padding={12} gap={8} align="center" borderBottom="1px solid token:border">
183
+ <Icon name="box" size={20} color="token:primary" />
184
+ <Text variant="label" size="sm" value="${title}" />
185
+ </Row>
186
+
187
+ <Stack padding={8} gap={4}>
188
+ <Button variant="ghost" onPress={() => router.push('/')}>
189
+ <Row gap={8} align="center">
190
+ <Icon name="home" size={16} />
191
+ <Text size="sm" value="Home" />
192
+ </Row>
193
+ </Button>
194
+ <Button variant="ghost" onPress={() => router.push('/settings')}>
195
+ <Row gap={8} align="center">
196
+ <Icon name="settings" size={16} />
197
+ <Text size="sm" value="Settings" />
198
+ </Row>
199
+ </Button>
200
+ </Stack>
201
+
202
+ <Divider />
203
+ <Stack flex={1} />
204
+ <Row padding={12}>
205
+ <Text variant="muted" size="xs" value="v1.0.0" />
206
+ </Row>
207
+ </Stack>
208
+
209
+ {/* Main content */}
210
+ <Stack flex={1} overflow="auto">
211
+ {children}
212
+ </Stack>
213
+ </Row>
214
+ );
215
+ }
216
+ `;
217
+ }
218
+ function generatePage(name) {
219
+ const title = toTitleCase(name);
220
+ const pascal = toPascalCase(name);
221
+ return `/**
222
+ * @workflow slug="${name}-home" version="1.0.0" category="page"
223
+ *
224
+ * Index page \u2014 lists items with create and search.
225
+ */
226
+
227
+ import { useState } from 'react';
228
+ import itemModel from '../models/item';
229
+ import {
230
+ useQuery, useMutation, useRouter,
231
+ Stack, Row, Text, Button, Icon, Card, Show, TextInput, Badge,
232
+ } from '@mmapp/react';
233
+
234
+ const PRIORITY_COLORS: Record<string, string> = {
235
+ high: 'token:error',
236
+ medium: 'token:warning',
237
+ low: 'token:success',
238
+ };
239
+
240
+ export default function ${pascal}Home() {
241
+ const { data: items, loading } = useQuery(itemModel);
242
+ const mutation = useMutation(itemModel);
243
+ const router = useRouter();
244
+ const [search, setSearch] = useState('');
245
+
246
+ const activeItems = items.filter(i => i.state !== 'archived');
247
+ const filtered = activeItems.filter(i =>
248
+ i.fields.title.toLowerCase().includes(search.toLowerCase())
249
+ );
250
+
251
+ const handleCreate = async () => {
252
+ await mutation.create({ title: 'New Item', priority: 'medium' });
253
+ };
254
+
255
+ return (
256
+ <Stack gap={24} padding={24}>
257
+ {/* Header */}
258
+ <Row justify="space-between" align="center">
259
+ <Stack gap={4}>
260
+ <Text variant="h3" weight="bold" value="${title}" />
261
+ <Text variant="muted" size="sm" value={\`\${activeItems.length} items\`} />
262
+ </Stack>
263
+ <Button variant="primary" onPress={handleCreate}>
264
+ <Row gap={6} align="center">
265
+ <Icon name="plus" size={16} />
266
+ <Text value="Add Item" />
267
+ </Row>
268
+ </Button>
269
+ </Row>
270
+
271
+ {/* Search */}
272
+ <TextInput
273
+ value={search}
274
+ onChange={setSearch}
275
+ placeholder="Search items..."
276
+ />
277
+
278
+ {/* Loading */}
279
+ <Show when={loading}>
280
+ <Card padding={32}>
281
+ <Stack align="center">
282
+ <Text variant="muted" value="Loading..." />
283
+ </Stack>
284
+ </Card>
285
+ </Show>
286
+
287
+ {/* Empty state */}
288
+ <Show when={!loading && filtered.length === 0}>
289
+ <Card padding={32}>
290
+ <Stack align="center" gap={12}>
291
+ <Icon name="inbox" size={40} color="token:muted" />
292
+ <Text variant="muted" value="No items yet" />
293
+ <Button variant="outline" onPress={handleCreate}>
294
+ <Text value="Create your first item" />
295
+ </Button>
296
+ </Stack>
297
+ </Card>
298
+ </Show>
299
+
300
+ {/* Item list */}
301
+ <Show when={!loading && filtered.length > 0}>
302
+ <Stack gap={4}>
303
+ {filtered.map((item: any) => (
304
+ <Card key={item.id} padding={12}>
305
+ <Row align="center" gap={12}>
306
+ <Stack flex={1} gap={2}>
307
+ <Text weight="medium" value={item.fields.title} />
308
+ <Show when={!!item.fields.description}>
309
+ <Text size="sm" variant="muted" value={item.fields.description} />
310
+ </Show>
311
+ </Stack>
312
+ <Badge value={item.fields.priority} />
313
+ <Badge value={item.state} variant={item.state === 'active' ? 'success' : 'default'} />
314
+ </Row>
315
+ </Card>
316
+ ))}
317
+ </Stack>
318
+ </Show>
319
+ </Stack>
320
+ );
321
+ }
322
+ `;
323
+ }
324
+ function generateGitignore() {
325
+ return `node_modules
326
+ dist
327
+ dev.db
328
+ .env
329
+ .env.local
330
+ .env.*.local
331
+ *.log
332
+ .DS_Store
333
+ `;
334
+ }
335
+ function isInsideGitRepo(dir) {
336
+ try {
337
+ execSync("git rev-parse --git-dir", { cwd: dir, stdio: "pipe" });
338
+ return true;
339
+ } catch {
340
+ return false;
341
+ }
342
+ }
343
+ function scaffoldGit(dir) {
344
+ if (isInsideGitRepo(dir)) {
345
+ return "Skipped git init (inside existing repo)";
346
+ }
347
+ try {
348
+ execSync("git init", { cwd: dir, stdio: "pipe" });
349
+ execSync("git add -A", { cwd: dir, stdio: "pipe" });
350
+ execSync('git commit -m "Initial commit from mmrc init"', { cwd: dir, stdio: "pipe" });
351
+ return "Initialized git repository";
352
+ } catch (e) {
353
+ return `Git init failed: ${e.message}`;
354
+ }
355
+ }
356
+ async function init(options) {
357
+ const { name } = options;
358
+ if (!/^[a-z][a-z0-9-]*$/.test(name)) {
359
+ console.error(`[mmrc] Error: Blueprint name must be lowercase alphanumeric with hyphens (got "${name}")`);
360
+ process.exit(1);
361
+ }
362
+ const cwd = process.cwd();
363
+ const packagesDir = existsSync(join(cwd, "packages")) ? join(cwd, "packages") : cwd;
364
+ const blueprintDir = join(packagesDir, `blueprint-${name}`);
365
+ if (existsSync(blueprintDir)) {
366
+ console.error(`[mmrc] Error: Directory already exists: ${blueprintDir}`);
367
+ process.exit(1);
368
+ }
369
+ console.log(`[mmrc] Creating blueprint: ${name}
370
+ `);
371
+ mkdirSync(join(blueprintDir, "models"), { recursive: true });
372
+ mkdirSync(join(blueprintDir, "app"), { recursive: true });
373
+ const { generateMmrcConfig } = await import("./config-PL24KEWL.mjs");
374
+ const files = [
375
+ ["package.json", generatePackageJson(name)],
376
+ ["tsconfig.json", generateTsconfig()],
377
+ ["mm.config.ts", generateMmConfig(name, options)],
378
+ ["mmrc.config.ts", generateMmrcConfig()],
379
+ [".gitignore", generateGitignore()],
380
+ ["models/item.ts", generateModel(name)],
381
+ ["app/layout.tsx", generateLayout(name)],
382
+ ["app/page.tsx", generatePage(name)]
383
+ ];
384
+ for (const [relPath, content] of files) {
385
+ const fullPath = join(blueprintDir, relPath);
386
+ writeFileSync(fullPath, content, "utf-8");
387
+ console.log(` + ${relPath}`);
388
+ }
389
+ const gitMessage = scaffoldGit(blueprintDir);
390
+ console.log(` ${gitMessage}`);
391
+ const title = toTitleCase(name);
392
+ console.log(`
393
+ [mmrc] Blueprint "${title}" created at:
394
+ ${blueprintDir}
395
+
396
+ Next steps:
397
+ 1. cd ${blueprintDir.startsWith(cwd) ? blueprintDir.slice(cwd.length + 1) : blueprintDir}
398
+ 2. mmrc dev # Start dev server
399
+ 3. mmrc build # Compile to IR
400
+ 4. mmrc deploy --build # Build + deploy to backend
401
+ `);
402
+ }
403
+ export {
404
+ init,
405
+ isInsideGitRepo,
406
+ scaffoldGit
407
+ };
@@ -0,0 +1,10 @@
1
+ import {
2
+ IncrementalProjectCompiler,
3
+ compileProject
4
+ } from "./chunk-ZE3KCHBM.mjs";
5
+ import "./chunk-7JRAEFRB.mjs";
6
+ import "./chunk-CIESM3BP.mjs";
7
+ export {
8
+ IncrementalProjectCompiler,
9
+ compileProject
10
+ };
@@ -0,0 +1,10 @@
1
+ import {
2
+ IncrementalProjectCompiler,
3
+ compileProject
4
+ } from "./chunk-JRGFBWTN.mjs";
5
+ import "./chunk-7T6Q5KAA.mjs";
6
+ import "./chunk-CIESM3BP.mjs";
7
+ export {
8
+ IncrementalProjectCompiler,
9
+ compileProject
10
+ };
@@ -0,0 +1,7 @@
1
+ import {
2
+ decompileProjectEnhanced
3
+ } from "./chunk-XDVM4YHX.mjs";
4
+ import "./chunk-CIESM3BP.mjs";
5
+ export {
6
+ decompileProjectEnhanced
7
+ };
@@ -0,0 +1,109 @@
1
+ import {
2
+ decompileProjectEnhanced
3
+ } from "./chunk-XDVM4YHX.mjs";
4
+ import "./chunk-CIESM3BP.mjs";
5
+
6
+ // src/cli/pull.ts
7
+ import { mkdirSync, writeFileSync } from "fs";
8
+ import { join, dirname } from "path";
9
+ async function pull(options) {
10
+ const { slug, apiUrl, token } = options;
11
+ const outDir = options.outDir ?? slug;
12
+ console.log(`[mmrc pull] Fetching "${slug}" from ${apiUrl}...`);
13
+ const ir = await fetchDefinition(apiUrl, token, slug);
14
+ if (!ir) {
15
+ throw new Error(`Definition "${slug}" not found`);
16
+ }
17
+ console.log(` Found: ${ir.name || ir.slug} (${ir.category || "workflow"}, v${ir.version || "1.0.0"})`);
18
+ console.log(` Fields: ${ir.fields?.length ?? 0}, States: ${ir.states?.length ?? 0}, Transitions: ${ir.transitions?.length ?? 0}`);
19
+ const result = decompileProjectEnhanced(ir);
20
+ mkdirSync(outDir, { recursive: true });
21
+ const filesWritten = [];
22
+ for (const file of result.files) {
23
+ const filePath = join(outDir, file.path);
24
+ mkdirSync(dirname(filePath), { recursive: true });
25
+ writeFileSync(filePath, file.content, "utf-8");
26
+ filesWritten.push(file.path);
27
+ console.log(` + ${file.path}`);
28
+ }
29
+ console.log(`
30
+ [mmrc pull] Scaffolded ${filesWritten.length} files in ${outDir}/`);
31
+ console.log(` Entry: ${result.entryFile}`);
32
+ console.log(`
33
+ Next steps:`);
34
+ console.log(` cd ${outDir}`);
35
+ console.log(` mmrc dev --src .`);
36
+ console.log(` # Edit files, then deploy back:`);
37
+ console.log(` mmrc deploy --src . --api-url ${apiUrl} --token <token>`);
38
+ return { slug, filesWritten, outDir };
39
+ }
40
+ async function fetchDefinition(apiUrl, token, slug) {
41
+ const bySlug = await tryFetch(`${apiUrl}/workflow/definitions?slug=${encodeURIComponent(slug)}`, token);
42
+ if (bySlug) return bySlug;
43
+ const bySearch = await tryFetch(`${apiUrl}/workflow/catalog/search?q=${encodeURIComponent(slug)}`, token);
44
+ if (bySearch) return bySearch;
45
+ const modulesRes = await fetch(`${apiUrl}/modules`, {
46
+ headers: { Authorization: `Bearer ${token}` }
47
+ });
48
+ if (modulesRes.ok) {
49
+ const modules = await modulesRes.json();
50
+ const mod = modules.find((m) => m.module_id === slug || m.name?.toLowerCase() === slug.toLowerCase());
51
+ if (mod) {
52
+ const fullRes = await fetch(`${apiUrl}/workflow/definitions/${mod.module_id}`, {
53
+ headers: { Authorization: `Bearer ${token}` }
54
+ });
55
+ if (fullRes.ok) {
56
+ return normalizeApiResponse(await fullRes.json());
57
+ }
58
+ }
59
+ }
60
+ return null;
61
+ }
62
+ async function tryFetch(url, token) {
63
+ try {
64
+ const res = await fetch(url, {
65
+ headers: { Authorization: `Bearer ${token}` }
66
+ });
67
+ if (!res.ok) return null;
68
+ const data = await res.json();
69
+ if (Array.isArray(data)) {
70
+ if (data.length === 0) return null;
71
+ return normalizeApiResponse(data[0]);
72
+ }
73
+ const items = data.items ?? data.data;
74
+ if (items && Array.isArray(items)) {
75
+ if (items.length === 0) return null;
76
+ return normalizeApiResponse(items[0]);
77
+ }
78
+ return normalizeApiResponse(data);
79
+ } catch {
80
+ return null;
81
+ }
82
+ }
83
+ function normalizeApiResponse(def) {
84
+ const ir = {
85
+ slug: def.slug,
86
+ name: def.name,
87
+ version: def.version || "1.0.0",
88
+ description: def.description || "",
89
+ category: def.category || "workflow",
90
+ fields: def.fields || [],
91
+ states: def.states || [],
92
+ transitions: def.transitions || [],
93
+ roles: def.roles || [],
94
+ on_event: def.on_event || [],
95
+ metadata: {
96
+ ...def.metadata || {}
97
+ }
98
+ };
99
+ const experience = def.view || def.experience || def.metadata?.experience;
100
+ if (experience) {
101
+ ir.experience = experience;
102
+ ir.metadata.experience = experience;
103
+ ir.view = experience;
104
+ }
105
+ return ir;
106
+ }
107
+ export {
108
+ pull
109
+ };