- setup_telnyx.py: automates fax app creation, number purchase,
and config generation via Telnyx API
- Gitignore PROJECT.md and CLAUDE.md to keep project files local
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sends doula coverage claims via Telnyx fax API every hour, logs every
attempt, and generates a printable HTML report for HR. Includes both
a Linux CLI with cron scheduling and a Windows GUI (tkinter) that can
be packaged as a portable exe via PyInstaller.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>