pub fn mirror_boost(
hebb: &HebbianState,
mirror: &mut MirrorState,
new_activations: &[(u32, f32)],
query_hash: u64,
) -> Vec<(u32, f32)>Expand description
Full mirror neuron cycle: detect resonance and return boosted scores. Call this after Hebbian activation recording.