- Updated 35 scripts to read token.txt from project root
using Path(__file__).resolve().parent.parent / "token.txt"
- Removed 6 duplicate token.txt files from subdirectories
- Single token.txt in project root serves all scripts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 871 test.py: Switch auth from medevio_storage.json to token.txt,
update MySQL port to 3306, add hyperlinks to Request_ID column,
add better API error handling
- sync_open_requests.py: New script to sync doneAt/removedAt/updatedAt
from Medevio API to MySQL for requests incorrectly marked as open
- check_request.py: Diagnostic script to inspect a single request via API
- check_mysql.py: Diagnostic script to inspect a single request in MySQL
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>