Two new plan docs to enable clean session handoff:
1. docs/plans/2026-05-12-sp22-h6-aux-policy-state-bridge.md
Detailed 10-step implementation runbook for H6 (aux→policy state
bridge). Each step has file paths, kernel signatures, expected
diff, and risk callouts. Estimated ~5hr for Phase 1 (training-side
+ A3 eval fallback). A2 (eval-side aux integration) is +1 day
follow-up if H6 confirmed.
2. docs/plans/2026-05-12-sp22-h6-next-session-prompt.md
Concise context-loading prompt to paste into next session.
Includes state of the world, runbook pointer, verification gates,
and start-here pointer.
Why staged: H6 implementation crosses kernel-level state-layout
contract (every consumer of STATE_DIM must migrate atomically per
feedback_no_partial_refactor). Doing it RIGHT requires careful
incremental verification with compute-sanitizer between steps —
not safely batched into a tail-end session.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>