Files
foxhunt/crates/ml-alpha
jgrusewski 996e61b6ef rename(ml-alpha): MultiHorizonAttention (no version suffix in identifiers)
Removes the version suffix from the trainer-state bundle introduced
in 5aad1eb84:
  perception_v2_state.rs  → multi_horizon_attention.rs
  PerceptionV2State       → MultiHorizonAttention
  V2_HIDDEN_DIM            → MHA_HIDDEN_DIM
  V2_N_HORIZONS            → MHA_N_HORIZONS
  V2_N_EXPERTS             → MHA_N_EXPERTS
  V2_REGIME_DIM            → MHA_REGIME_DIM

Per the new memory pearl
feedback_single_source_of_truth_no_duplicates: source identifiers
never carry version suffixes — pick the proper conceptual name.

Compile-clean. The actual integration (replace legacy attention_pool
with this bundle as the SINGLE attention path) is the next commit;
this rename eliminates the naming violation in isolation so the
integration commit can focus on the structural replacement.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 14:35:08 +02:00
..