v3.60.0 — Restore wired into /uiforge:clone (tiered archive→source)
The whole tiered pipeline is now one command. /uiforge:clone <url> --restore runs: detect the stack → Tier A (recover real source from source maps, if any) → Tier B (pixel-identical editable React from the real DOM) → visual gate (prove it).
This replaces the old lossy 'reconstruct styles from computed values' rebuild that drifted. READMEs (EN + KO) now document Restore as editable and pixel-identical, with the verified results:
- ui.shadcn.com → 0.00% pixel difference
- vercel.com → 1.8% (WebGL canvas hero)
- linear.app → 5% (JS-state menu) — and Tier A recovers 421 real source files for it, including the genuine
MobileMenu.tsx.
Five new zero-dep tools ship together: uiforge-detect, uiforge-restore, uiforge-visualgate, uiforge-sourcemap, uiforge-debundle.