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 <noreply@anthropic.com>
This commit is contained in:
2026-09-01 12:36:12 -05:00
parent d01fd55f43
commit 3574bba4d5

View File

@@ -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"
},