mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-18 00:23:25 -06:00
f871b499b6
333c4f9a61and244f4965dclanded six exports with no production consumers, failing the hard-zero deadcode gate on every PR: a dead re-export block in restart-handoff (the contract module's real importer uses it directly), three result/mode types only referenced inside their own modules, and two supervision symbols whose only consumers were their tests. The types and helpers stay defined for the in-flight supervisor work to re-export alongside real consumers; the supervision test now proves mode resolution through the public isGatewayExternallySupervised surface.