Files
foxhunt/crates
jgrusewski d625ca28e8 fix: q_readback buffer 12→total_actions (13 with Hold action)
Hardcoded 12 Q-values in pinned readback buffer and per-branch Q-gap
slice caused panic with b0=4 (Hold action: 4+3+3+3=13 total actions).
Now uses dynamic total_actions from config.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-20 01:39:20 +02:00
..