Commit Graph

5 Commits

Author SHA1 Message Date
James 0bfb46206d Add go.mod for stdlib-only module
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 01:14:31 -05:00
James 95413443a0 Add Claude Code skill: use /capture for on-demand screenshots
The skill now uses POST /capture?display=2 instead of GET /screenshot,
removing the need to manually take screenshots before fetching.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 01:09:46 -05:00
James 202f771434 Fix findLatestScreenshot sorting by pre-fetching file info
The sort comparator was calling Info() and silently discarding errors,
which could cause nil dereferences or incorrect ordering. Pre-fetch
ModTime into a struct so the sort always has valid data.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 01:08:53 -05:00
James 32b97d4f27 chore: uncommitted changes auto-commit 2026-02-07 16:31:38 -05:00
Johan Jongsma fbd5c87dbf Initial commit 2026-02-01 08:04:10 +00:00