fix(repo):统一发布健康与只读质量门禁
bat-rust / Build and test Rust (push) Canceled after 0s
bat-rust / Build and test Go API (push) Canceled after 0s

This commit is contained in:
2026-09-13 22:09:44 +08:00
parent 32fc64fa83
commit c17904ee1c
25 changed files with 869 additions and 184 deletions
+7 -7
View File
@@ -20,25 +20,25 @@ paths:
summary: Release readiness
responses:
"200":
description: A distributable release is available.
description: A release authorized by Rust release.status and fully represented by the local read snapshot is available.
"503":
description: No distributable release is available.
description: The Rust whole-release distribution health fact or the local read snapshot is not distributable.
/v1/bootstrap:
get:
summary: Startup resource bootstrap
responses:
"200":
description: Resource bootstrap response.
description: Resource bootstrap response with the same distribution health used by readiness and current CDN serving.
"503":
description: Release is not ready.
description: The current release is not distributable.
/v1/launcher/bootstrap:
get:
summary: Launcher-shaped resource bootstrap
responses:
"200":
description: Launcher bootstrap response.
description: Launcher bootstrap response with the current release distribution health.
"503":
description: Release is not ready.
description: The current release is not distributable.
/api/launcher/game/config:
get:
summary: Resource-only launcher game config compatibility
@@ -71,7 +71,7 @@ paths:
summary: Current release summary
responses:
"200":
description: Release summary.
description: Release summary including Rust-owned whole-release distribution health.
/v1/releases:
get:
summary: Rust-owned official and localized release history