@mmapp/react-compiler 0.1.0-alpha.3 → 0.1.0-alpha.4
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.
- package/dist/auth-3UK75242.mjs +17 -0
- package/dist/babel/index.d.mts +2 -2
- package/dist/babel/index.d.ts +2 -2
- package/dist/babel/index.js +2736 -306
- package/dist/babel/index.mjs +1 -1
- package/dist/chunk-52XHYD2V.mjs +214 -0
- package/dist/chunk-5FTDWKHH.mjs +244 -0
- package/dist/chunk-5GUFFFGL.mjs +148 -0
- package/dist/chunk-7JRAEFRB.mjs +7510 -0
- package/dist/chunk-7T6Q5KAA.mjs +7506 -0
- package/dist/chunk-ABYPKRSB.mjs +215 -0
- package/dist/chunk-BZEXUPDH.mjs +175 -0
- package/dist/chunk-EO6SYNCG.mjs +175 -0
- package/dist/chunk-HRYR54PT.mjs +175 -0
- package/dist/chunk-J3M4GUS7.mjs +161 -0
- package/dist/chunk-J7JUAHS4.mjs +186 -0
- package/dist/chunk-JRGFBWTN.mjs +2918 -0
- package/dist/chunk-NTB7OEX2.mjs +2918 -0
- package/dist/chunk-O4AUS7EU.mjs +148 -0
- package/dist/chunk-OPJKP747.mjs +7506 -0
- package/dist/chunk-R2DD5GTY.mjs +186 -0
- package/dist/chunk-THFYE5ZX.mjs +244 -0
- package/dist/chunk-UDDTWG5J.mjs +734 -0
- package/dist/chunk-VLTKQDJ3.mjs +244 -0
- package/dist/chunk-WBYMW4NQ.mjs +3450 -0
- package/dist/chunk-WVYY32LD.mjs +939 -0
- package/dist/chunk-XDVM4YHX.mjs +3450 -0
- package/dist/chunk-Z2G5RZ4H.mjs +186 -0
- package/dist/chunk-ZE3KCHBM.mjs +2918 -0
- package/dist/cli/index.js +10378 -4107
- package/dist/cli/index.mjs +224 -183
- package/dist/codemod/cli.js +1 -1
- package/dist/codemod/cli.mjs +1 -1
- package/dist/codemod/index.d.mts +3 -3
- package/dist/codemod/index.d.ts +3 -3
- package/dist/codemod/index.js +1 -1
- package/dist/codemod/index.mjs +1 -1
- package/dist/config-PL24KEWL.mjs +219 -0
- package/dist/deploy-YAJGW6II.mjs +9 -0
- package/dist/dev-server-CrQ041KP.d.mts +79 -0
- package/dist/dev-server-CrQ041KP.d.ts +79 -0
- package/dist/dev-server.d.mts +2 -2
- package/dist/dev-server.d.ts +2 -2
- package/dist/dev-server.js +4319 -421
- package/dist/dev-server.mjs +4 -4
- package/dist/envelope-ChEkuHij.d.mts +265 -0
- package/dist/envelope-ChEkuHij.d.ts +265 -0
- package/dist/envelope.d.mts +2 -2
- package/dist/envelope.d.ts +2 -2
- package/dist/envelope.js +2734 -304
- package/dist/envelope.mjs +2 -2
- package/dist/index-CEKyyazf.d.mts +104 -0
- package/dist/index-CEKyyazf.d.ts +104 -0
- package/dist/index.d.mts +164 -9
- package/dist/index.d.ts +164 -9
- package/dist/index.js +4730 -734
- package/dist/index.mjs +216 -8
- package/dist/init-7FJENUDK.mjs +407 -0
- package/dist/init-DQDX3QK6.mjs +369 -0
- package/dist/project-compiler-NNK32MPG.mjs +10 -0
- package/dist/project-compiler-OP2VVGJQ.mjs +10 -0
- package/dist/project-compiler-ZB4RUYVL.mjs +10 -0
- package/dist/project-decompiler-U55HQUHW.mjs +7 -0
- package/dist/project-decompiler-US7GAVIC.mjs +7 -0
- package/dist/pull-KOL2QAYQ.mjs +109 -0
- package/dist/pull-P44LDRWB.mjs +109 -0
- package/dist/seed-KOGEPGOJ.mjs +154 -0
- package/dist/server-VW6UPCHO.mjs +277 -0
- package/dist/testing/index.d.mts +8 -8
- package/dist/testing/index.d.ts +8 -8
- package/dist/testing/index.js +2744 -314
- package/dist/testing/index.mjs +1 -1
- package/dist/verify-BYHUKARQ.mjs +1833 -0
- package/dist/verify-OQDEQYMS.mjs +1833 -0
- package/dist/verify-SEIXUGN4.mjs +1833 -0
- package/dist/vite/index.d.mts +1 -1
- package/dist/vite/index.d.ts +1 -1
- package/dist/vite/index.js +2735 -305
- package/dist/vite/index.mjs +2 -2
- package/examples/authentication/main.workflow.tsx +1 -1
- package/examples/authentication/mm.config.ts +1 -1
- package/examples/authentication/pages/LoginPage.tsx +2 -2
- package/examples/authentication/pages/SignupPage.tsx +2 -2
- package/examples/counter.workflow.tsx +1 -1
- package/examples/dashboard.workflow.tsx +1 -1
- package/examples/invoice-approval/actions/invoice.server.ts +1 -1
- package/examples/invoice-approval/main.workflow.tsx +1 -1
- package/examples/invoice-approval/mm.config.ts +1 -1
- package/examples/invoice-approval/pages/InvoiceDetailPage.tsx +1 -1
- package/examples/invoice-approval/pages/InvoiceFormPage.tsx +1 -1
- package/examples/invoice-approval/pages/InvoiceListPage.tsx +1 -1
- package/examples/todo-app.workflow.tsx +1 -1
- package/examples/uber-app/actions/matching.server.ts +1 -1
- package/examples/uber-app/actions/notifications.server.ts +1 -1
- package/examples/uber-app/actions/payments.server.ts +1 -1
- package/examples/uber-app/actions/pricing.server.ts +1 -1
- package/examples/uber-app/app/admin/analytics.tsx +2 -2
- package/examples/uber-app/app/admin/fleet.tsx +2 -2
- package/examples/uber-app/app/admin/surge-pricing.tsx +2 -2
- package/examples/uber-app/app/driver/dashboard.tsx +2 -2
- package/examples/uber-app/app/driver/earnings.tsx +2 -2
- package/examples/uber-app/app/driver/navigation.tsx +2 -2
- package/examples/uber-app/app/driver/ride-acceptance.tsx +2 -2
- package/examples/uber-app/app/rider/home.tsx +2 -2
- package/examples/uber-app/app/rider/payment-methods.tsx +2 -2
- package/examples/uber-app/app/rider/ride-history.tsx +2 -2
- package/examples/uber-app/app/rider/ride-tracking.tsx +2 -2
- package/examples/uber-app/components/DriverCard.tsx +1 -1
- package/examples/uber-app/components/MapView.tsx +3 -3
- package/examples/uber-app/components/RatingStars.tsx +2 -2
- package/examples/uber-app/components/RideCard.tsx +1 -1
- package/examples/uber-app/mm.config.ts +1 -1
- package/examples/uber-app/workflows/dispute-resolution.workflow.tsx +2 -2
- package/examples/uber-app/workflows/driver-onboarding.workflow.tsx +2 -2
- package/examples/uber-app/workflows/payment-processing.workflow.tsx +2 -2
- package/examples/uber-app/workflows/ride-request.workflow.tsx +2 -2
- package/package.json +8 -3
package/dist/index.mjs
CHANGED
|
@@ -13,25 +13,25 @@ import {
|
|
|
13
13
|
resolveActionReferences,
|
|
14
14
|
resolveImport,
|
|
15
15
|
topologicalSort
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-JRGFBWTN.mjs";
|
|
17
17
|
import {
|
|
18
18
|
decompile,
|
|
19
19
|
decompileProject,
|
|
20
20
|
shouldDecompileAsProject
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-XDVM4YHX.mjs";
|
|
22
22
|
import {
|
|
23
23
|
createDevServer
|
|
24
|
-
} from "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
} from "./chunk-UDDTWG5J.mjs";
|
|
25
|
+
import "./chunk-BZEXUPDH.mjs";
|
|
26
26
|
import {
|
|
27
27
|
buildEnvelope
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-R2DD5GTY.mjs";
|
|
29
29
|
import {
|
|
30
30
|
deploy
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-ABYPKRSB.mjs";
|
|
32
32
|
import {
|
|
33
33
|
build
|
|
34
|
-
} from "./chunk-
|
|
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-
|
|
60
|
+
} from "./chunk-7T6Q5KAA.mjs";
|
|
61
61
|
import "./chunk-CIESM3BP.mjs";
|
|
62
62
|
|
|
63
63
|
// src/babel/emitters/ir-to-tsx-emitter.ts
|
|
@@ -320,7 +320,214 @@ function validateSourceRoundTrip(source, filename = "test.workflow.tsx") {
|
|
|
320
320
|
if (!ir) return null;
|
|
321
321
|
return validateRoundTrip(ir);
|
|
322
322
|
}
|
|
323
|
+
|
|
324
|
+
// src/diagnostics.ts
|
|
325
|
+
var DIAGNOSTIC_CODES = {
|
|
326
|
+
// -- Flow extractor (imperative workflows) --
|
|
327
|
+
FLOW001: "No default export async function found",
|
|
328
|
+
FLOW002: "Workflow function has no typed parameter",
|
|
329
|
+
FLOW003: "Interface not found for parameter type",
|
|
330
|
+
FLOW004: "Unknown function call in workflow body",
|
|
331
|
+
FLOW005: "userAction() without a following state (cannot resolve transition target)",
|
|
332
|
+
FLOW006: "Import could not be resolved as a service",
|
|
333
|
+
FLOW007: "validate() with unparseable condition",
|
|
334
|
+
// -- Middleware extractor --
|
|
335
|
+
MDLW001: "defineMiddleware() missing required 'name' field",
|
|
336
|
+
MDLW002: "Invalid match pattern format",
|
|
337
|
+
MDLW003: "No before/after/around handler defined",
|
|
338
|
+
// -- Constraint extractor --
|
|
339
|
+
CNST001: "Unknown built-in constraint name",
|
|
340
|
+
CNST002: "Empty constraint list",
|
|
341
|
+
// -- Actor extractor --
|
|
342
|
+
ACTR001: "Invalid supervision strategy",
|
|
343
|
+
ACTR002: "spawnActor() called outside workflow function",
|
|
344
|
+
// -- Hook-based visitor --
|
|
345
|
+
HOOK001: "Forbidden hook in strict mode",
|
|
346
|
+
HOOK002: "Raw useEffect in infer mode (component becomes opaque)",
|
|
347
|
+
HOOK003: "Forbidden import in strict mode",
|
|
348
|
+
// -- Model extractor --
|
|
349
|
+
MODL001: "defineModel() missing required fields",
|
|
350
|
+
MODL002: "Unknown field type in model definition",
|
|
351
|
+
// -- Emitter --
|
|
352
|
+
EMIT001: "Empty workflow \u2014 no states, fields, or experience extracted"
|
|
353
|
+
};
|
|
354
|
+
var DiagnosticCollector = class {
|
|
355
|
+
constructor() {
|
|
356
|
+
this.diagnostics = [];
|
|
357
|
+
}
|
|
358
|
+
/**
|
|
359
|
+
* Record an error diagnostic.
|
|
360
|
+
*/
|
|
361
|
+
error(code, message, location, suggestion) {
|
|
362
|
+
this.diagnostics.push({
|
|
363
|
+
severity: "error",
|
|
364
|
+
code,
|
|
365
|
+
message,
|
|
366
|
+
file: location?.file,
|
|
367
|
+
line: location?.line,
|
|
368
|
+
column: location?.column,
|
|
369
|
+
suggestion
|
|
370
|
+
});
|
|
371
|
+
}
|
|
372
|
+
/**
|
|
373
|
+
* Record a warning diagnostic.
|
|
374
|
+
*/
|
|
375
|
+
warning(code, message, location, suggestion) {
|
|
376
|
+
this.diagnostics.push({
|
|
377
|
+
severity: "warning",
|
|
378
|
+
code,
|
|
379
|
+
message,
|
|
380
|
+
file: location?.file,
|
|
381
|
+
line: location?.line,
|
|
382
|
+
column: location?.column,
|
|
383
|
+
suggestion
|
|
384
|
+
});
|
|
385
|
+
}
|
|
386
|
+
/**
|
|
387
|
+
* Record an informational diagnostic.
|
|
388
|
+
*/
|
|
389
|
+
info(code, message) {
|
|
390
|
+
this.diagnostics.push({
|
|
391
|
+
severity: "info",
|
|
392
|
+
code,
|
|
393
|
+
message
|
|
394
|
+
});
|
|
395
|
+
}
|
|
396
|
+
/**
|
|
397
|
+
* Record a hint diagnostic (always includes a suggestion).
|
|
398
|
+
*/
|
|
399
|
+
hint(code, message, suggestion) {
|
|
400
|
+
this.diagnostics.push({
|
|
401
|
+
severity: "hint",
|
|
402
|
+
code,
|
|
403
|
+
message,
|
|
404
|
+
suggestion
|
|
405
|
+
});
|
|
406
|
+
}
|
|
407
|
+
/**
|
|
408
|
+
* Whether any error-level diagnostics have been recorded.
|
|
409
|
+
*/
|
|
410
|
+
hasErrors() {
|
|
411
|
+
return this.diagnostics.some((d) => d.severity === "error");
|
|
412
|
+
}
|
|
413
|
+
/**
|
|
414
|
+
* Whether any warning-level diagnostics have been recorded.
|
|
415
|
+
*/
|
|
416
|
+
hasWarnings() {
|
|
417
|
+
return this.diagnostics.some((d) => d.severity === "warning");
|
|
418
|
+
}
|
|
419
|
+
/**
|
|
420
|
+
* Total number of diagnostics collected.
|
|
421
|
+
*/
|
|
422
|
+
get count() {
|
|
423
|
+
return this.diagnostics.length;
|
|
424
|
+
}
|
|
425
|
+
/**
|
|
426
|
+
* Return all collected diagnostics.
|
|
427
|
+
*/
|
|
428
|
+
getAll() {
|
|
429
|
+
return [...this.diagnostics];
|
|
430
|
+
}
|
|
431
|
+
/**
|
|
432
|
+
* Return only error-severity diagnostics.
|
|
433
|
+
*/
|
|
434
|
+
getErrors() {
|
|
435
|
+
return this.diagnostics.filter((d) => d.severity === "error");
|
|
436
|
+
}
|
|
437
|
+
/**
|
|
438
|
+
* Return only warning-severity diagnostics.
|
|
439
|
+
*/
|
|
440
|
+
getWarnings() {
|
|
441
|
+
return this.diagnostics.filter((d) => d.severity === "warning");
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
* Return only info-severity diagnostics.
|
|
445
|
+
*/
|
|
446
|
+
getInfos() {
|
|
447
|
+
return this.diagnostics.filter((d) => d.severity === "info");
|
|
448
|
+
}
|
|
449
|
+
/**
|
|
450
|
+
* Return only hint-severity diagnostics.
|
|
451
|
+
*/
|
|
452
|
+
getHints() {
|
|
453
|
+
return this.diagnostics.filter((d) => d.severity === "hint");
|
|
454
|
+
}
|
|
455
|
+
/**
|
|
456
|
+
* Merge diagnostics from another collector into this one.
|
|
457
|
+
*/
|
|
458
|
+
merge(other) {
|
|
459
|
+
this.diagnostics.push(...other.getAll());
|
|
460
|
+
}
|
|
461
|
+
/**
|
|
462
|
+
* Clear all collected diagnostics.
|
|
463
|
+
*/
|
|
464
|
+
clear() {
|
|
465
|
+
this.diagnostics = [];
|
|
466
|
+
}
|
|
467
|
+
/**
|
|
468
|
+
* Pretty-print all diagnostics for terminal output.
|
|
469
|
+
*
|
|
470
|
+
* Format:
|
|
471
|
+
* error[FLOW001]: No default export async function found
|
|
472
|
+
* --> models/task.ts
|
|
473
|
+
* = hint: Add `export default async function taskWorkflow(task: Task) { ... }`
|
|
474
|
+
*
|
|
475
|
+
* warning[FLOW004]: Unknown function 'processData' in workflow body
|
|
476
|
+
* --> models/order.ts:15:5
|
|
477
|
+
* = note: Not a local async function, not imported, and not a stdlib function
|
|
478
|
+
* = hint: Did you mean to import it?
|
|
479
|
+
*/
|
|
480
|
+
format() {
|
|
481
|
+
if (this.diagnostics.length === 0) return "";
|
|
482
|
+
const lines = [];
|
|
483
|
+
for (const d of this.diagnostics) {
|
|
484
|
+
lines.push(`${d.severity}[${d.code}]: ${d.message}`);
|
|
485
|
+
if (d.file || d.line != null) {
|
|
486
|
+
let loc = " --> ";
|
|
487
|
+
if (d.file) loc += d.file;
|
|
488
|
+
if (d.line != null) {
|
|
489
|
+
loc += (d.file ? ":" : "") + d.line;
|
|
490
|
+
if (d.column != null) loc += ":" + d.column;
|
|
491
|
+
}
|
|
492
|
+
lines.push(loc);
|
|
493
|
+
}
|
|
494
|
+
if (d.suggestion) {
|
|
495
|
+
lines.push(` = hint: ${d.suggestion}`);
|
|
496
|
+
}
|
|
497
|
+
lines.push("");
|
|
498
|
+
}
|
|
499
|
+
const errorCount = this.getErrors().length;
|
|
500
|
+
const warningCount = this.getWarnings().length;
|
|
501
|
+
const parts = [];
|
|
502
|
+
if (errorCount > 0) parts.push(`${errorCount} error${errorCount !== 1 ? "s" : ""}`);
|
|
503
|
+
if (warningCount > 0) parts.push(`${warningCount} warning${warningCount !== 1 ? "s" : ""}`);
|
|
504
|
+
if (parts.length > 0) {
|
|
505
|
+
lines.push(parts.join(", ") + " emitted");
|
|
506
|
+
}
|
|
507
|
+
return lines.join("\n");
|
|
508
|
+
}
|
|
509
|
+
/**
|
|
510
|
+
* Machine-readable JSON representation.
|
|
511
|
+
*/
|
|
512
|
+
toJSON() {
|
|
513
|
+
return {
|
|
514
|
+
diagnostics: this.getAll(),
|
|
515
|
+
summary: {
|
|
516
|
+
errors: this.getErrors().length,
|
|
517
|
+
warnings: this.getWarnings().length,
|
|
518
|
+
infos: this.getInfos().length,
|
|
519
|
+
hints: this.getHints().length,
|
|
520
|
+
total: this.diagnostics.length
|
|
521
|
+
}
|
|
522
|
+
};
|
|
523
|
+
}
|
|
524
|
+
};
|
|
525
|
+
function createDiagnosticCollector() {
|
|
526
|
+
return new DiagnosticCollector();
|
|
527
|
+
}
|
|
323
528
|
export {
|
|
529
|
+
DIAGNOSTIC_CODES,
|
|
530
|
+
DiagnosticCollector,
|
|
324
531
|
IncrementalCache,
|
|
325
532
|
IncrementalProjectCompiler,
|
|
326
533
|
babelPlugin,
|
|
@@ -336,6 +543,7 @@ export {
|
|
|
336
543
|
computeEnvelopeId,
|
|
337
544
|
computeTransitiveDirtySet,
|
|
338
545
|
createDevServer,
|
|
546
|
+
createDiagnosticCollector,
|
|
339
547
|
createSourceEnvelope,
|
|
340
548
|
createVisitor,
|
|
341
549
|
decompile,
|
|
@@ -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
|
+
};
|