← back to Crazy News Channel
5x: sweep 1 (category-page fix) and sweep 2 (clean) notes
40beaff4c50f962c97d8324d1432a8fa4f113a9d · 2026-09-24 08:25:26 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VLjoHsyGTDeVCa1rdrAxnk
Files touched
M 5x/sweep-1.mdA 5x/sweep-2.md
Diff
commit 40beaff4c50f962c97d8324d1432a8fa4f113a9d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 24 08:25:26 2026 -0700
5x: sweep 1 (category-page fix) and sweep 2 (clean) notes
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VLjoHsyGTDeVCa1rdrAxnk
---
5x/sweep-1.md | 6 ++++++
5x/sweep-2.md | 42 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/5x/sweep-1.md b/5x/sweep-1.md
index bffa87c..3582a02 100644
--- a/5x/sweep-1.md
+++ b/5x/sweep-1.md
@@ -33,3 +33,9 @@ click-through agent → file:///Users/macstudio3/Projects/crazy-news-channel/ind
RESULT → 6/7 passed, 1 FAILED
artifacts: /var/folders/rq/j8g1f7nn6jv6_lr1cfmqym6w0000gn/T/3x-63JOgY
+
+## Sweep 1 — caught / fixed
+- M1 HTTP contract FAIL: phantom — target is a file:// page, there is no HTTP layer to fetch. Not a defect.
+- Generic click-through skipped app-specific controls (it looks for other apps' selectors); replaced with targeted Playwright checks.
+- REAL defect (Steve): category buttons only recolored/filtered in place; expected a category page. Also: logo should go home.
+ FIX 458b2cc: #/category/<key> route with its own header/blurb/back link; radios navigate; back/forward + deep links + Escape; logo links to #/.
diff --git a/5x/sweep-2.md b/5x/sweep-2.md
new file mode 100644
index 0000000..acfb658
--- /dev/null
+++ b/5x/sweep-2.md
@@ -0,0 +1,42 @@
+after clicking Politics: {"hash":"#/category/politics","heading":"Politics — Live Coverage","backLinkHidden":false,"blurb":"Committees, subcommittees, and whatever this is now.","mood":"politics","cards":7,"radioChecked":"politics"}
+after back button: {"hash":"","heading":"On The Desk Right Now","mood":"all"}
+after forward: {"hash":"#/category/politics","heading":"Politics — Live Coverage"}
+deep link #/category/weather: {"hash":"#/category/weather","heading":"Weather — Live Coverage","radioChecked":"weather","cards":7}
+after clicking All Categories link: {"hash":"","heading":"On The Desk Right Now"}
+after clicking logo from Sports: {"hash":"#/","heading":"On The Desk Right Now"}
+unknown category: {"hash":"#/category/bogus","heading":"On The Desk Right Now","cards":45}
+article open: true article back->home: true
+escape from category: {"hash":""}
+CONSOLE ERRORS: 0 []
+{
+ "390": {
+ "hash": "#/category/politics",
+ "heading": "Politics — Live Coverage",
+ "cards": 7,
+ "hscroll": false,
+ "homeHash": "#/",
+ "homeCards": 45,
+ "stageBefore": 0,
+ "errors": 0
+ },
+ "1440": {
+ "hash": "#/category/politics",
+ "heading": "Politics — Live Coverage",
+ "cards": 7,
+ "hscroll": false,
+ "homeHash": "#/",
+ "homeCards": 45,
+ "stageBefore": 0,
+ "errors": 0
+ },
+ "390-rm": {
+ "hash": "#/category/politics",
+ "heading": "Politics — Live Coverage",
+ "cards": 7,
+ "hscroll": false,
+ "homeHash": "#/",
+ "homeCards": 45,
+ "stageBefore": 0,
+ "errors": 0
+ }
+}
← d7c494a Add scripts/fetch-real-news.mjs: real Google News RSS per ca
·
back to Crazy News Channel
·
Slow the breaking-news ticker to a constant readable ~55-70 0466ef4 →