--- description: Bootstrap the hmwebviewer project from the architecture spec (Phase 0). Run once when PLAN.md is not started. --- Read `CLAUDE.md`, `PLAN.md`, `3d_viewer_architecture_spec.pdf` (extract via `pdftotext -layout`), then execute Phase 0 of PLAN.md: 1. Scaffold Vite + TypeScript project. Install `three` + `@types/three`. 2. Place Draco + KTX2 decoder assets under `public/draco` and `public/basis` (or wire CDN fallback). Pin to the installed three.js version. 3. Create a minimal `src/viewer/ThreeDViewer.ts` with a WebGLRenderer scene (camera, lights, resize loop) rendering a test cube. Verify each step with real output: `npm run dev` serves, `npm run build` exits 0, console clean. Update PLAN.md (P0-* → done) and append to PROGRESS.md. Arguments: $ARGUMENTS (optional override, e.g. package manager `pnpm`/`npm`).