From 3574bba4d5b6493433b8353fea3192ef9b54b69f Mon Sep 17 00:00:00 2001 From: wtclaude Date: Tue, 1 Sep 2026 12:36:12 -0500 Subject: [PATCH] chore(facts): the cutover values -- bundle 2026.09.01, sidecar v2.1.0, overlay v1.1.0 Phase 13 landed while this branch waited: link/servuo-plugins/website/Module-uo are all on main, the bundle was republished at 2026.09.01, and Module-uo cut v1.1.0. These are the four values PLAN.md 12 said could not be written until the republish existed, plus the two releases that moved with it. Every one is the value checkFacts.mjs itself reports as the authority's answer: bundle.tag 2026.08.19 -> 2026.09.01 bundle.sidecar v2.0.0 -> v2.1.0 bundle.overlay v1.0.0 -> v1.1.0 releases.link v2.0.0 -> v2.1.0 releases.Module-uo v1.0.2 -> v1.1.0 verifiedOn 2026-08-19 -> 2026-09-01 No page hardcodes any of them -- every quote is an interpolation of platform.bundle.* or platform.releases.*, so there is nothing else to re-read. Co-Authored-By: Claude --- src/data/platform.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/data/platform.json b/src/data/platform.json index 040ff55..062facc 100644 --- a/src/data/platform.json +++ b/src/data/platform.json @@ -12,23 +12,23 @@ "wrong protocol number in the first place." ], - "verifiedOn": "2026-08-19", + "verifiedOn": "2026-09-01", "protocol": 5, "moduleApi": "1.9.0", "bundle": { - "tag": "2026.08.19", - "sidecar": "v2.0.0", - "overlay": "v1.0.0", + "tag": "2026.09.01", + "sidecar": "v2.1.0", + "overlay": "v1.1.0", "servuoMin": "57.4" }, "releases": { - "link": "v2.0.0", + "link": "v2.1.0", "installer": "v0.1.1", - "Module-uo": "v1.0.2", + "Module-uo": "v1.1.0", "Android-app": "v0.5.0" },