Casey Judice 5b1e68c580 Run scanner as a launchd service; ARB_NO_POLLER guard
The local server kept dying because it ran as a background/agent process under
~/Desktop (a macOS TCC-protected folder): once the launching session ended the
orphaned process lost Desktop access and every file read hit PermissionError.
Permanent fix lives outside git -- the project now sits at
~/prediction-market-arb (not TCC-protected) and runs via a login LaunchAgent
(RunAtLoad + KeepAlive: starts at login, restarts on crash, survives reboot).

Code side: server.py honors ARB_NO_POLLER=1 to skip the local SMS poller (the
LaunchAgent sets it) so the always-on server doesn't double-text alongside the
GitHub Actions alerter; gitignore the service's *.log.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-03 17:55:00 -04:00
2026-06-03 21:54:18 +00:00
S
Description
No description provided
71 MiB
Languages
Python 63.9%
JavaScript 21%
CSS 12.1%
HTML 3%