You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(echidnabot): wire batch_driver to deployed nesy-solver-api /ingest
Adds remote-target support so batch_driver can record proof attempts
into the deployed verisimdb (on fly.io) via nesy-solver-api's authed
/ingest passthrough. Previously batch_driver could only POST to a local
verisim-api (http://127.0.0.1:8080).
New env var:
VERISIM_TOKEN Bearer token. When set, VERISIM_URL is treated as the
nesy-solver-api ingress and POSTs go to /ingest with
Authorization: Bearer $VERISIM_TOKEN. When unset,
behaviour is unchanged (direct POST to /api/v1/proof_attempts).
Usage (deployed):
VERISIM_URL=https://nesy-solver-api.fly.dev \\
VERISIM_TOKEN=$(cat ~/.config/nesy-solver/nesy-ingest-token) \\
./batch_driver.sh
Usage (local, unchanged):
VERISIM_URL=http://127.0.0.1:8080 ./batch_driver.sh
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments