{"slug":"abrams-report","total":11,"limit":100,"offset":0,"since":null,"commits":[{"hash":"5fc761c","date":"2026-05-31 16:32:22 -0700","author":"Steve Abrams","subject":"Add per-site favicon (kills /favicon.ico 404)","body":""},{"hash":"a0688b4","date":"2026-05-19 17:21:23 -0700","author":"Steve Abrams","subject":"chore(refactor): broaden .gitignore for snapshot files + add .bak/.pre 404 guard middleware","body":"- .gitignore now excludes *.bak, *.bak.*, *.pre-*, *.orig, *.rej, *~, .next/\n  so accidental snapshot files never enter the tree.\n- New Express middleware (before express.static) returns 404 for any path\n  matching .bak / .pre- / .orig / .rej / trailing-tilde patterns, so even if\n  a snapshot file slips into public/ it can't serve.\n\nNo behavior change for normal traffic.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>"},{"hash":"92af6d6","date":"2026-05-19 11:35:43 -0700","author":"Steve","subject":"snapshot — gitify backup 2026-05-19","body":""},{"hash":"a92bf0f","date":"2026-05-13 12:14:24 -0700","author":"Steve Abrams","subject":"snapshot: backup uncommitted work (1 files)","body":""},{"hash":"712af18","date":"2026-05-13 08:57:45 -0700","author":"Steve","subject":"snapshot: 1 file(s) changed, ~1 modified","body":""},{"hash":"782921d","date":"2026-05-12 16:46:24 -0700","author":"Steve","subject":"fetch-browserbase: log session-minutes to cost-tracker via shared helper","body":""},{"hash":"7257efe","date":"2026-05-11 20:52:16 -0700","author":"Steve Abrams","subject":"fix(schumacher): route through Browserbase","body":"CloudFront 403s data-center IPs (Kamatera prod) but allows residential\n(Mac2). Force Browserbase so the scheduled scrape works on Kamatera."},{"hash":"2e118fb","date":"2026-05-11 20:49:02 -0700","author":"Steve Abrams","subject":"fix(fetch-browserbase): prefer project-local .env over home-dir paths","body":"abrams-report's own .env (written by secrets-manager) is the canonical\nlocation on both Mac2 and Kamatera. Move it to the front of the\ncandidate list so a per-project key rotation propagates immediately\ninstead of being shadowed by an older skill .env on Mac2 or /root/.env\non Kamatera."},{"hash":"20113db","date":"2026-05-11 20:41:02 -0700","author":"Steve Abrams","subject":"deps(wallpaper): add @browserbasehq/sdk + playwright-core for Wallquest scrape","body":"Wallquest is behind Cloudflare bot protection; only path to scrape its\nsitemap is via Browserbase's residential-IP Chromium cluster. Adding\nthe SDK + playwright-core as direct deps so 'npm install --omit=dev'\non Kamatera pulls them in. fetch-browserbase.js falls back to loading\nfrom ~/.claude/skills/browserbase/node_modules on Mac2 when these are\nabsent, so this dep addition is additive, not a hard requirement on\nthe dev box."},{"hash":"42ab728","date":"2026-05-11 20:38:16 -0700","author":"Steve Abrams","subject":"fix(wallpaper-watch): rewrite all 10 wallpaper-house scrapers","body":"Each source now yields 3-6 real headlines per run. Changes:\n\n- Schumacher: switched fschumacher.com/search to schumacher.com/blog\n  (parent brand publishes a real editorial blog; selector 'h3 a').\n- Thibaut: news/blog paths all 404, switched to /sitemaps/collections.xml\n  with sitemap parser (lastmod = newest collection drop).\n- Phillip Jeffries: /news redirects to /shop; switched to blog subdomain\n  blog.phillipjeffries.com with 'h2 a' selector.\n- Scalamandre: /news page literally says 'No news!'; switched to flat\n  sitemap.xml filtered to /brands/.+/.+\\.html collection pages, sorted\n  by lastmod (newest collection updates).\n- Maya Romanoff: kept /news/ URL but tightened selector to 'h2 a' and\n  link filter to /news/<slug>/ (was matching every nav link).\n- Arte International: switched from /en/collections to /en/stories with\n  selector a[href*=/stories/] and slug filter (rejects ?category= nav).\n- Brewster: /new-arrivals 404s; switched to /blog with 'h3 a' selector\n  and a host-anchored slug filter.\n- York: tightened to a[href*=/blog/] + excludeFilter for tag/month/rss\n  (was matching navigation tag clouds).\n- Wallquest: blocked by Cloudflare bot challenge AND publishes nothing\n  to /news or /blog. Routed through Browserbase, fetching sitemap.xml\n  via the same-origin fetch (page.evaluate) to bypass Chrome's XML\n  pretty-print wrapper; filtered slugs to human-readable collection\n  names (≥1 dash, no SKU codes).\n- Cole & Son: /en/news redirects to homepage; switched to\n  sitemap_blogs_1.xml, parse <image:title> as headline.\n\nInfrastructure:\n- New scrapers/fetch-browserbase.js for cloud-Chromium fetches; loads\n  creds from ~/.claude/skills/browserbase/.env, /root/.env, or process.\n  When URL contains 'sitemap' or '.xml', uses page.evaluate(fetch) to\n  return raw XML (not Chrome's wrapper HTML).\n- scrape-html.js: real Chrome UA (was scraper bot UA — many sites\n  403/404 a bot), redirect: 'follow', new parsers for 'sitemap' and\n  'sitemap-index', new 'excludeFilter' for rejecting category/tag/etc,\n  cap of 6 headlines per source (per copyright-safety brief)."},{"hash":"035396a","date":"2026-05-11 15:59:44 -0700","author":"Steve Abrams","subject":"initial scaffold: Drudge-style design industry news aggregator","body":""}]}