You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
— all catalogued in the [improvements backlog](roadmap/improvements-backlog.md).
126
128
127
129
---
@@ -152,23 +154,23 @@ codebase's existing behavior because they are the product:
152
154
153
155
## 4. Platform support
154
156
155
-
| Platform | Status today | Target |
156
-
| --- | --- | --- |
157
-
|**macOS 13+** (Apple Silicon) | Universal signed release pipeline awaiting tag | Signed + notarized, Homebrew, universal binary |
158
-
|**macOS Intel**| Universal release pipeline awaiting tag | Universal binary in release CI |
159
-
|**Linux** (Debian/Ubuntu, non-Snap Chromium) | Verified installer and GHCR pipeline awaiting tag | curl installer, published Docker image (GHCR), apt guidance |
160
-
|**Linux other distros**| Works where a non-Snap Chromium exists | Documented candidate paths per distro family |
161
-
|**Windows 10/11**| Not supported |**Stretch goal (Phase W)** — Chromium host ported; not required for "done". See [architecture decisions §6](roadmap/architecture-decisions.md). |
162
-
|**Any OS via Docker**| Works (build locally) |`docker run ghcr.io/…/headless` one-liner, including as the practical Windows answer (WSL2/Docker Desktop) until Phase W lands |
|**macOS 13+** (Apple Silicon) | Universal signed release pipeline awaiting tag | Signed + notarized, Homebrew, universal binary|
160
+
|**macOS Intel**| Universal release pipeline awaiting tag | Universal binary in release CI|
161
+
|**Linux** (Debian/Ubuntu, non-Snap Chromium) | Verified installer and GHCR pipeline awaiting tag | curl installer, published Docker image (GHCR), apt guidance |
162
+
|**Linux other distros**| Works where a non-Snap Chromium exists | Documented candidate paths per distro family|
163
+
|**Windows 10/11**| Not supported|**Stretch goal (Phase W)** — Chromium host ported; not required for "done". See [architecture decisions §6](roadmap/architecture-decisions.md). |
164
+
|**Any OS via Docker**| Works (build locally) |`docker run ghcr.io/…/headless` one-liner, including as the practical Windows answer (WSL2/Docker Desktop) until Phase W lands|
163
165
164
166
Agent-harness support (the other axis of "platform"):
matrix, the README's comparison table (strongest positioning content, not
432
432
on site). Plus `robots.txt`, `sitemap`, OG metadata, per-page `metadata`,
433
433
404 page.
434
-
-**F4. Stale-benchmark honesty:** ([#50](https://github.com/LockInTime/headless/issues/50)) site quotes pre-`--task` numbers while
434
+
-**F4. Stale-benchmark honesty:** ([#50](https://github.com/LockInTime/headless/issues/50)) ~~site quotes pre-`--task` numbers while
435
435
marketing `--task`, and drops BENCHMARK.md's re-run warning; headline says
436
-
"Measured, not claimed." Fix by refresh (D5) or by carrying the caveat.
436
+
"Measured, not claimed." Fix by refresh (D5) or by carrying the caveat.~~
437
+
**Done:** a new five-repeat, task-aware snapshot was generated on 27 August 2026. The website imports its medians and date, preserves the point-in-time
438
+
warning, and web lint rejects README claims that drift from generated data.
437
439
-**F5. Dead weight:** ([#51](https://github.com/LockInTime/headless/issues/51)) `components/ui/side-rays.tsx` + `ogl` dep (unused),
438
440
`public/scan-dashboard.png` (unreferenced), leftover shadcn `.dark` block in
439
441
`globals.css`, 8 unused button variants; two WebGL stacks (~700 KB) for
0 commit comments