docs(release): describe frozen candidate contract

This commit is contained in:
Dallin Romney
2026-08-20 22:21:04 -07:00
parent a7ee38bc42
commit c7c1935fa4
+1 -1
View File
@@ -10,7 +10,7 @@ export function legacyPackageAcceptanceCompat(version) {
}
export function clawhubReleaseSecurityMode(version) {
// 2026.6.35 shipped before the ClawHub release-security endpoint existed.
// The frozen 2026.6.35 candidate predates the ClawHub release-security endpoint.
return version === "2026.6.35" ? "absent" : "required";
}