test_stele_router_mount.py::test_stele_router_mounts_and_begin_resolves_end_to_end fails. The Stele router mounts correctly (all 8 routes assert fine), and a session token is minted via stele.session.issue_session and set as a cookie using the engine's own COOKIE_NAME (correctly decoupled from Stele per CR-2026-120) — but the first authenticated call after that gets 401 Authentication required, as if no valid session exists.
Where exactly the session-resolution breaks down — cookie handling, the engine's dependency-injection chain for resolving an authenticated principal, or something else. No root cause identified yet.
Recorded. Not scheduled. Needs further investigation before it can become a properly scoped CR.