diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97c2e53..5b24252 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.1.1 — 2026-08-10
+
+Presentation consistency patch for the public-ready repository.
+
+- Replaced the command center, side panel, boot state, and Queue Lab CSS logo approximations with the canonical transparent QueueScope app icon.
+- Added browser assertions that verify both application surfaces load the packaged 128×128 icon asset.
+- Regenerated and manually reviewed every tracked extension screenshot, including fresh 420×840 side-panel captures with the full header and footer visible.
+
## 0.1.0 — 2026-08-10
First public-ready developer-mode alpha.
diff --git a/README.md b/README.md
index cbd1a5c..ac02b37 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ This is the retailer-neutral public edition. It contains no site-specific adapte

-## What works in v0.1.0
+## What works in v0.1.1
- One-time, daily, weekday, weekend, and custom-weekday schedules.
- Passive watches with user-controlled cadence and no attempt ceiling.
@@ -54,7 +54,7 @@ Queue Lab proves product, queue, challenge, availability, position/ETA, and post
### From the release archive
-1. Download `QueueScope-0.1.0-unpacked.zip` from the release assets.
+1. Download `QueueScope-0.1.1-unpacked.zip` from the release assets.
2. Extract it to a permanent local folder.
3. Open your Chromium browser's extensions page (for Chrome, `chrome://extensions`).
4. Enable **Developer mode**.
@@ -117,7 +117,7 @@ See [Privacy and safety](docs/PRIVACY_AND_SAFETY.md), [Architecture](docs/ARCHIT
## Validation
-The v0.1.0 release gate covers:
+The v0.1.1 release gate covers:
- ESLint and TypeScript.
- 26 deterministic unit tests.
@@ -131,7 +131,7 @@ The detailed evidence is in [Test report](docs/TEST_REPORT.md), [Security review
## Project status
-v0.1.0 is a functional developer-mode alpha. The private repository is ready for its owner to review and manually change to public. The current scope intentionally favors transparent, user-authored visible-page rules over bundled site integrations.
+v0.1.1 is a functional developer-mode alpha. The private repository is ready for its owner to review and manually change to public. The current scope intentionally favors transparent, user-authored visible-page rules over bundled site integrations.
- [Plan and completed scope](PLAN.md)
- [Changelog](CHANGELOG.md)
diff --git a/assets/screenshots/command-center.png b/assets/screenshots/command-center.png
index ee18008..d7b42a0 100644
Binary files a/assets/screenshots/command-center.png and b/assets/screenshots/command-center.png differ
diff --git a/assets/screenshots/live-run.png b/assets/screenshots/live-run.png
index 2e979b0..2ace955 100644
Binary files a/assets/screenshots/live-run.png and b/assets/screenshots/live-run.png differ
diff --git a/assets/screenshots/queue-lab-waiting.png b/assets/screenshots/queue-lab-waiting.png
index e695ad2..bb54c42 100644
Binary files a/assets/screenshots/queue-lab-waiting.png and b/assets/screenshots/queue-lab-waiting.png differ
diff --git a/assets/screenshots/queue-lab.png b/assets/screenshots/queue-lab.png
index 132b768..aa9a22b 100644
Binary files a/assets/screenshots/queue-lab.png and b/assets/screenshots/queue-lab.png differ
diff --git a/assets/screenshots/side-panel-watches.png b/assets/screenshots/side-panel-watches.png
index 6bf2e38..f753ebd 100644
Binary files a/assets/screenshots/side-panel-watches.png and b/assets/screenshots/side-panel-watches.png differ
diff --git a/assets/screenshots/side-panel.png b/assets/screenshots/side-panel.png
index 5d52f44..391803c 100644
Binary files a/assets/screenshots/side-panel.png and b/assets/screenshots/side-panel.png differ
diff --git a/assets/screenshots/watch-builder.png b/assets/screenshots/watch-builder.png
index 376658d..6f92e26 100644
Binary files a/assets/screenshots/watch-builder.png and b/assets/screenshots/watch-builder.png differ
diff --git a/docs/RELEASE_CHECKLIST.md b/docs/RELEASE_CHECKLIST.md
index 9ded581..3a9c65e 100644
--- a/docs/RELEASE_CHECKLIST.md
+++ b/docs/RELEASE_CHECKLIST.md
@@ -1,4 +1,4 @@
-# v0.1.0 release checklist
+# v0.1.1 release checklist
## Source and trust boundary
@@ -25,7 +25,8 @@
- [x] Production artifact verifier passes.
- [x] Disposable-profile unpacked-extension E2E passes.
- [x] Side panel reviewed at 420×840.
-- [x] Screenshots regenerated from v0.1.0 and manually reviewed.
+- [x] Canonical transparent app icon rendered consistently across all extension surfaces.
+- [x] Screenshots regenerated from v0.1.1 and manually reviewed.
- [x] Dependency audit reports zero vulnerabilities.
- [x] Security, CSP, permissions, secret, and neutrality reviews complete.
diff --git a/docs/SECURITY_REVIEW.md b/docs/SECURITY_REVIEW.md
index 8e7cd81..30f9dce 100644
--- a/docs/SECURITY_REVIEW.md
+++ b/docs/SECURITY_REVIEW.md
@@ -1,4 +1,4 @@
-# v0.1.0 security review
+# v0.1.1 security review
Date: 2026-08-10
diff --git a/docs/TEST_REPORT.md b/docs/TEST_REPORT.md
index 00b059d..f23c989 100644
--- a/docs/TEST_REPORT.md
+++ b/docs/TEST_REPORT.md
@@ -1,4 +1,4 @@
-# v0.1.0 test report
+# v0.1.1 test report
Date: 2026-08-10
Environment: Windows, Node.js 24.11.1, disposable Chromium profile, 1440×1000 dashboard, 420×840 side panel.
@@ -19,6 +19,7 @@ Environment: Windows, Node.js 24.11.1, disposable Chromium profile, 1440×1000 d
- Loaded the production `dist` folder in a new temporary Chromium profile.
- Opened the dashboard with tab title `QueueScope`.
+- Confirmed the dashboard and standalone Queue Lab render the packaged `/icons/icon-128.png` asset at its canonical 128×128 intrinsic dimensions.
- Confirmed the Queue Lab orbit marker remained within 3 CSS pixels of the orbit radius.
- Opened the synthetic Queue Lab and transitioned from product to queue.
- Persisted classification `queue`, position `428`, and provider ETA `00:08:30`.
@@ -29,11 +30,11 @@ Environment: Windows, Node.js 24.11.1, disposable Chromium profile, 1440×1000 d
- Confirmed side-panel footer was pinned to the viewport bottom.
- Seeded a future watch in the side panel, toggled auto-start, copied it as a paused watch, and deleted the copy.
- Opened the watch builder and confirmed passive mode displays no attempt ceiling.
-- Captured browser-generated release screenshots without console/page errors.
+- Captured browser-generated release screenshots without console/page errors, with side-panel header and footer geometry asserted before capture.
## Manual visual review
-Reviewed command center, expanded live run, Queue Lab overview, Queue Lab waiting state, watch builder, and 420×840 side panel at original resolution. Verified hierarchy, no clipped status indicators, collapsed-card density, pinned panel footer, and responsive orbit alignment. The screenshots tracked in `assets/screenshots` are the reviewed release captures.
+Reviewed command center, expanded live run, Queue Lab overview, Queue Lab waiting state, watch builder, and both 420×840 side-panel states at original resolution. Verified canonical icon consistency, hierarchy, no clipped status indicators, collapsed-card density, complete panel headers, pinned panel footers, and responsive orbit alignment. The screenshots tracked in `assets/screenshots` are the reviewed release captures.
## Boundaries
diff --git a/harness/index.html b/harness/index.html
index fa22c06..8d4bced 100644
--- a/harness/index.html
+++ b/harness/index.html
@@ -9,7 +9,7 @@
-
QueueScopeQUEUE LAB
SYNTHETIC · LOCAL
+
QueueScopeQUEUE LAB
SYNTHETIC · LOCAL
01STATE
CONTROLLED REHEARSAL
Product page observed
The page is loaded and no configured attention signal is present.