Executive summary
Completed the coordinated local-model migration that the earlier diagnosis identified as missing. Hiro now defaults to the Qwen 3.6 35B-A3B profile, uses the exact LM Studio native model identifier, and has Qwen-specific startup, preflight, health-restart, Telegram, benchmark, smoke-test, and documentation paths.
The previously loaded Gemma model was explicitly unloaded. LM Studio now reports only Qwen 3.6 loaded, idle, with an 8192-token context, one parallel slot, and maximum GPU offload. A real completion returned READY and confirmed the served Qwen identifier.
Repository validation passed 178 tests. A Qwen-labeled six-workflow stateful baseline completed twice and passed three of six workflows. The remaining failures are genuine model-behavior gaps involving mailbox query selection, approval-scope construction, and failure-recovery sequencing; they are not infrastructure failures and were preserved as immutable evidence.
The migration also corrected lifecycle handling so benchmark and lab restart paths unload LM Studio models through the supported CLI rather than relying only on a legacy llama-server process name.