YOLO Progress Viewer

repo: ~/Projects/YOLO-Progress-Viewer · 6 commits · 0 in last 24h, 0 in last 7d ·

Search the build

6 commits indexed

  1. 45f5b19 2026-05-19 Clean up .gitignore and broaden snapshot-file patterns
  2. b3aa255 2026-05-19 Add noopener,noreferrer to external window.open dashboard link
  3. af55711 2026-05-19 Add 404-guard middleware for .bak/.pre- snapshot paths
  4. 72cc08c 2026-05-07 untrack node_modules per standing rule (was tracking 854 files; files preserved on disk)
  5. fb259cb 2026-05-07 tighten .gitignore: add missing standing-rule patterns (node_modules/ .env* *.log dist/ .next/)
  6. afebf6d 2026-05-06 initial scaffold (gitify-all 2026-05-06)

Authors

Agents used

  • none detected

Skills used

  • /snapshot1

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.

Other build journals

← WallpapersBack  ·  all 4 projects  ·  Domain Recon →

Export

commits.csv · feed.atom · project.json · commits.json

rendered in 0ms