Files
foxhunt/crates
jgrusewski 3ce8ed40f1 fix(critical): MTF features were overwriting plan progress in observation
Portfolio expanded from 8→14 features but mtf_base stayed at
market_dim+8, causing MTF to overwrite plan progress features.
Fixed: mtf_base = market_dim + 14. Layout now correct:
[0..42) market, [42..56) portfolio+plan, [56..72) MTF, [72..92) OFI.
state_dim stays 96 (aligned). Conviction drift + regime shift (P11/P12)
added to observation. Entry regime_stability stored in ps[29].

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-17 09:21:54 +02:00
..