Commit Graph

3 Commits

Author SHA1 Message Date
jgrusewski
e4870b17b9 fix: tune log levels across workspace — demote noisy warn to debug/trace
Reduce log noise for non-critical operational paths: connection retries,
expected fallbacks, graceful degradation, and optional feature absence.
Keeps warn/error for genuine failures requiring attention.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 11:35:15 +01:00
jgrusewski
43c7aa4a4b feat(risk-data): wire get_portfolio_positions to broker_positions DB table
Replace empty Vec stub with a real sqlx::query_as query against the
broker_positions table, filtering by account_id and non-zero quantity.
Uses runtime query_as (not macro) so SQLX_OFFLINE=true works without
offline metadata.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 21:56:50 +01:00
jgrusewski
9c3d741a08 refactor: restructure repo — crates/, bin/, testing/ layout
Move 17 library crates into crates/, CLI binary into bin/fxt,
consolidate 10 test crates into testing/, split config crate
from deployment config files.

Root directory reduced from 38+ to ~17 directories.
All Cargo.toml paths and build.rs proto refs updated.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 11:56:00 +01:00