80a128b667f0ce63948faab230c4c94ec8ab5244
New phase chained after UPDATE-SELFTEST (so a full SHOTDECK_PICKER_SELFTEST chain now prints all five PASS lines) and also runnable standalone via REDLINE_SELFTEST_PHASE=onedrive, since the harness has no other per-phase selector. Points TransportSettings at a NEW "Redline-selftest-<Dubai timestamp>" folder under the real /Users/.../OneDrive-MMDGROUP sync root (never a fake home tree — that proves the transport against the actual OneDrive file provider), drives a seeded session through the OneDrive branch of send(anchor: nil), asserts the PDF landed, the session archived, and the status starts with "Saved to OneDrive", then confirms the watcher does NOT report the fresh unmarked PDF as returned. It then adds a real PDFKit ink annotation to that PDF in place — what the iPad does — saves it, and confirms the watcher now reports it as commented. Prints "ONEDRIVE-SELFTEST PASS path=<folder>". Never deletes anything under OneDrive; the created folder and PDF are left in place. UserDefaults.standard's transport/oneDriveFolder keys are snapshotted and restored around the phase, the same pattern runRegionPersistPhase already uses for CaptureRegion — there is no separate defaults-suite threading through AppModel/send(), so this is the only way to drive the real send() path without leaving the real app pointed at the selftest folder afterward. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012ZiTXPbPCSjzPVsfoweAbp
Redline
A macOS menu-bar app that captures a remembered screen region, builds a one-screenshot-per-page PDF, AirDrops it to an iPad for markup, then watches for the annotated file to come back.
Hotkeys
- ⌥⇧1 — pick a new region, then capture it.
- ⌥⇧2 — capture the remembered region instantly (no picker).
Screen Recording permission
On first launch macOS asks once for Screen Recording. Grant it at System Settings > Privacy & Security > Screen Recording. You never have to do this again as long as the app is not re-signed with a different identity.
The grant is bound to the bundle identifier ai.flowmaster.shotdeck plus the code signature. Changing either one forces a fresh prompt.
Build
swift build && swift test
./scripts/build-app.sh # signed .app for daily use
open .build/Redline.app
Description
macOS menu-bar app: hotkey region capture into a review PDF with PASS/FAIL boxes, AirDrop send, annotation-return tracking
962 KiB
Languages
Swift
95.2%
Shell
4.8%