/** * Tests for the runtime registration surface of todo_write, todo_read, and todo_update. * * V01 – Superficie completa * V02 – Schema del modelo * V03 – Dispatch * V04 – Prompt/tool consistency * V05 – Defaults * V06 – Persisted settings compatibility (backward compat) * V07 – Disabled tools * V08 – Exact black-box surface regression * * Plus: * - Integrated dispatcher simulation (section 10) * - Truthful tool sequence (section 11) * - Session isolation */ export {}; //# sourceMappingURL=todo-runtime-registry.test.d.ts.map