YOLO Progress Viewer
repo: ~/Projects/YOLO-Progress-Viewer · 6 commits · 0 in last 24h, 0 in last 7d ·
Creative ideas + design notes
Commits with substantial prose (≥120 chars) — the rationale behind each move.
45f5b19 · 2026-05-19 · Clean up .gitignore and broaden snapshot-file patterns
Line 1 had literal '\n' escape sequences that weren't interpreted,
so node_modules/ et al on that line were never actually matched.
The bottom standing-rule block already covers those correctly;
removed the dead line and added *.bak.* / *.pre-* coverage.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
b3aa255 · 2026-05-19 · Add noopener,noreferrer to external window.open dashboard link
The "View Full Dashboard" button opens an external origin in a new
tab; passing the features string blocks the opened context from
reaching back via window.opener and strips Referer.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
af55711 · 2026-05-19 · Add 404-guard middleware for .bak/.pre- snapshot paths
Prevents stray backup/snapshot files from ever being served by
express.static('public') even if accidentally dropped in.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
File tree
5 files tracked. Click any to browse the source at HEAD.
rendered in 0ms