- Replace .unwrap() on partial_cmp with .unwrap_or(Ordering::Equal) - Replace .unwrap() on Option with .ok_or_else()? for Kelly/PPO sizers - Convert empty-bracket structs to unit structs (ShortfallTracker, VPINCalculator) - Use fallback for chrono::Duration and serde_json::Number conversions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>