DESIGN CI
Check the UI before the diff
Memi reads the repository, gives the agent a short brief, and checks the parts of the interface most likely to drift.
LOCAL GATE
Run before a UI diff
TERMINAL
memi agent brief . --intent "Audit this UI change" --detail compact --json
memi diagnose . --json
memi ux audit . --json
memi craft audit . --json
memi scaffold component EvidenceCard --level organism --jsonGITHUB ACTION
Use v2.7.9 in CI
WORKFLOW
- uses: memi-design/memi@70c9f4ad8b9823f67b5b16a06be9a42064aa6f04
with:
version: "2.7.9"
command: "ci"
path: "."WHAT IT CHECKS
Design engineering guardrails
Design tokensFind raw hex drift, missing token usage, and Tailwind convention breaks.
Component structureKeep Atomic Design level, shadcn base, and generated spec paths explicit.
AccessibilitySurface focus, label, contrast, motion, and state-continuity issues before review.