Auto-detect (max_scale_ratio < 1.2 → disable) prevents InnerQ from hurting well-balanced head_dim=256 distributions
Auto-detect works correctly. On Qwen3.5-27B (hd256), max scale ratio is only 1.164 — channels already balanced, InnerQ has nothing to fix. When forced on, InnerQ HURTS: 5.9283 (+1.3% regression). The 1.2 threshold correctly identifies balanced vs imbalanced distributions. Zero regression when auto-detect is active.