2 Commits

Author SHA1 Message Date
jaxperro d45255c48e cleanup + calibration tracker
- Railway project magnificent-kindness DELETED (soft-delete, purges
  2026-07-10) — retired-infra fully gone; requirements.txt loses its
  Railway-detection rationale (stdlib core, optional extras noted).
- tests/test_check_book.py: the Option A orphan-fix regression harness
  moves into the repo (was session-local); 6 cases, no network/config.
- daily.sh: calibration step — one row/day of live-book vs backtest
  equity to live/history/calibration.csv, the series that sizes real
  money (day-zero row seeded: live $1,000 vs model $22,027).
- config.json.bak (untracked, stale copy of the leaked Alchemy key)
  deleted locally.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-08 17:09:46 -04:00
jaxperro 41f422ab17 Add Railway/Nixpacks build config (requirements.txt, nixpacks.toml, runtime.txt)
Pure-stdlib repo had no language signal, so Nixpacks failed to build an image.
requirements.txt (empty) triggers Python detection; nixpacks.toml pins python311
and sets the start command to the webhook receiver.
2026-06-13 17:01:43 -04:00