Files
foxhunt/services
jgrusewski 2c100a36fa safety: fix compliance stubs, audit fallback, and dummy ML features
- Compliance: return Uuid::nil() + warn! when features disabled instead
  of random untraceable UUIDs (SOX, MiFID II, position monitoring, best
  execution analysis)
- Audit queue: change fallback path from /tmp/ to /var/lib/foxhunt/,
  upgrade fallback log from info to warn for alerting visibility
- Enhanced ML: wire get_ensemble_vote gRPC handler to real ensemble
  coordinator instead of hardcoded [0.1, 0.2, -0.05, 0.8] features
- Paper trading: change stub confidence from 0.5 to 0.0 (below 0.6
  threshold, preventing accidental orders) and add warn! log

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 01:16:53 +01:00
..