diff --git a/docs/superpowers/specs/2026-06-06-phase-10-polish-design.md b/docs/superpowers/specs/2026-06-06-phase-10-polish-design.md index f709c30..d87caa7 100644 --- a/docs/superpowers/specs/2026-06-06-phase-10-polish-design.md +++ b/docs/superpowers/specs/2026-06-06-phase-10-polish-design.md @@ -126,10 +126,11 @@ When the legacy renderer files are deleted, these main-process functions become | `src/wordTemplateExporter.js` | (small) | 743 | `src/main/word-template/` + renderer `lib/docx-export.ts` | | `src/ascii-generator.html` | 34KB | (HTML) | `` | | `src/table-generator.html` | 18KB | (HTML) | `` | +| `src/index.html` | 103KB | 1667 | `src/renderer/index.html` (already exists, Vite root) | -**Total: 12 JS/CSS/HTML files = 14,426 lines / ~445KB** +**Total: 13 files = ~16,093 lines / ~548KB** -Note: `src/index.html` is **NOT** deleted — it's rewritten to a minimal Vite bootstrap (~50 lines). See §4. +`src/renderer/index.html` (the live Vite template) is NOT deleted. ### 3.2 Dead IPC channels to remove from `src/preload.js` @@ -149,7 +150,7 @@ And from the exposed API surface: **9 channel names + 2 API entries to remove.** -### 3.3 Legacy references in `src/index.html` (16 places) +### 3.3 Legacy references in `src/index.html` (16 places) — **the LEGACY file at project root, 1667 lines** - `` (line ~6) - `` (line ~7) @@ -157,23 +158,11 @@ And from the exposed API surface: - `