#!/usr/bin/env node /** * Mémoire CLI — design-quality engine for code-native web apps * * Commands: * memoire diagnose Diagnose design debt in an existing web app * memoire ux audit Audit UX tenets and traps from code or screenshots * memoire craft audit Audit interface craft from code or screenshots * memoire connect Connect to Figma Desktop Bridge * memoire pull Pull design system from Figma * memoire research Run research pipeline * memoire simulate Run product scenario simulations from research * memoire spec Create or edit a spec * memoire generate Generate code from spec * memoire preview Start HTML preview server * memoire status Show project status * memoire sync Full sync: Figma → specs → code → preview * memoire go Full pipeline: connect → pull → auto-spec → generate → preview * memoire export Export generated code into your project * memoire ia Information architecture (extract, show, validate) * memoire stickies Convert FigJam stickies to research * memoire dataviz Create a dataviz spec * memoire page Create a page spec * memoire tokens Export design tokens * memoire shadcn Export and serve shadcn-native registry files * memoire fix Plan and apply safe UI quality fixes * memoire ux audit Audit UX tenets and traps from code or screenshots * memoire craft audit Audit interface craft from code or screenshots * memoire registry Discover installable registries * memoire pull --rest Pull design system via Figma REST API (no plugin) * memoire design-doc Extract design system from any URL → DESIGN.md * memoire extract Alias for design-doc * memoire agent brief Create a cost-aware design-agent preflight brief * memoire studio Run the desktop/web agent design shell runtime * memoire mermaid-jam Open Mermaid Jam for Mermaid/markdown → FigJam * memoire video Create Remotion/HyperFrames motion projects * memoire audit WCAG 2.2 accessibility audit */ export {};