Resume Queue Viewer

repo: ~/Projects/resume-queue-viewer · 14 commits · 0 in last 24h, 0 in last 7d ·

Search the build

14 commits indexed

  1. a8582f7 2026-07-03 chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
  2. 79fdfe0 2026-05-31 Add per-site favicon (kills /favicon.ico 404)
  3. bab1134 2026-05-19 Expand sort options: Status, Priority, Title A→Z
  4. 65467ca 2026-05-19 Add 404 guard for snapshot/backup URL paths
  5. 2fda15c 2026-05-19 Add rel="noopener noreferrer" to external link in queue card
  6. 132ee9c 2026-05-19 Broaden .gitignore to cover snapshot/backup/editor cruft
  7. 37e1152 2026-05-18 Add manual Refresh button with reload toast
  8. 3609a67 2026-05-18 404 unknown routes instead of serving the page on every URL
  9. 620dc5f 2026-05-18 Refactor: extract readBody + sendJSON helpers, DRY out POST routes
  10. 6f6a34a 2026-05-18 Add Done/Reopen toggle on parking items — writes discussed flag back to CNCP
  11. 39b9848 2026-05-18 Add search box + live per-tab counts to the queue viewer
  12. eaf6280 2026-05-18 Add launchd plist reference copy for auto-start
  13. bf816e7 2026-05-18 Add Run/Resume action — launches a claude iTerm2 tab per queue item
  14. 598f4ad 2026-05-18 initial scaffold — resume queue viewer (CNCP parking-lot + recaps + wins)

Authors

Agents used

  • none detected

Skills used

  • /backup2
  • /npm1
  • /npx1
  • /homebrew1
  • /favicon1
  • /editor1

Creative ideas + design notes

Commits with substantial prose (≥120 chars) — the rationale behind each move.

bab1134 · 2026-05-19 · Expand sort options: Status, Priority, Title A→Z
Adds Status (open parking → resumable recaps → done), Priority (win ★
rank desc), and Title A→Z to the queue viewer's sort dropdown. All
existing options preserved. Selection still persists via localStorage
rq.sort and hydrates before the first render.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
65467ca · 2026-05-19 · Add 404 guard for snapshot/backup URL paths
Refuses any request whose path matches *.bak, *.pre-*, *.orig, *.rej,
*.swp, or *~ before any other routing. The viewer serves no static files
today but this is belt-and-braces in case a future static mount is added.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2fda15c · 2026-05-19 · Add rel="noopener noreferrer" to external link in queue card
Prevents the opened tab from window.opener'ing back into the queue viewer
and stops referrer leaks for any external URL stored on a parking-lot or
wins item.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
132ee9c · 2026-05-19 · Broaden .gitignore to cover snapshot/backup/editor cruft
Adds *.bak, *.bak.*, *.pre-*, *.orig, *.rej, *.swp, *~ so deploy snapshots
and editor swap files never accidentally commit.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

File tree

6 files tracked. Click any to browse the source at HEAD.

Other build journals

← Restorationwallpaper  ·  all 4 projects  ·  Retrowalls →

Export

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

rendered in 0ms