prop/config
Graham McIntire 2c16fd979d
Move ML deps to dev/test only, exclude from production build
- Nx, Axon, EXLA, Polaris deps restricted to only: [:dev, :test]
- model.ex and training mix tasks moved to lib_ml/ (compiled via
  elixirc_paths in dev/test only)
- load_ml_model uses Code.ensure_loaded? + apply/3 to avoid
  compile-time references to ML modules in production
- Verified: MIX_ENV=prod compiles clean with no ML warnings
2026-04-01 12:10:31 -05:00
..
config.exs Rename qsos to contacts throughout codebase, keep DB table name 2026-04-01 11:25:04 -05:00
dev.exs Move ML deps to dev/test only, exclude from production build 2026-04-01 12:10:31 -05:00
prod.exs initial 2026-03-28 11:28:47 -05:00
runtime.exs Disable ASOS adjustment cron, rely solely on HRRR hourly scoring 2026-03-31 16:00:04 -05:00
test.exs QSO submission triggers enrichment directly, fix prod badarith crash 2026-03-31 12:29:39 -05:00