feat: rebuild Process Studio into multi-phase Process Creation Wizard\n\n- Replace toy Studio.tsx with proper Wizard.tsx canvas\n- Build 6-step flow: Intake -> Analyze -> Generate -> Validate -> Draft saved -> Publish\n- Implement incremental EA2 writes via wizardApi.ts (flow, batch apply)\n- Use localStorage for draft recovery across reloads\n- Apply industrial-blueprint UI styling matching core doctrine\n- Add Vitest tests for Wizard components and API wrappers
This commit is contained in:
@@ -9,6 +9,7 @@ const DOCTRINE = new Set([
|
||||
"#1a2740", "#243453",
|
||||
"#4a5b80", "#7a8aa8",
|
||||
"#c46a14", "#3d6a2c", "#a6342a", "#1d6f82",
|
||||
"#0c1322", "#e6edf7",
|
||||
]);
|
||||
|
||||
function fail(msg) { console.log("✗", msg); process.exitCode = 1; }
|
||||
|
||||
Reference in New Issue
Block a user