Close scratch iteration 006 grouped readiness repairs

This commit is contained in:
master
2026-03-13 02:27:03 +02:00
parent 9c3d1f8d4a
commit 27d0247058
11 changed files with 569 additions and 6 deletions

View File

@@ -543,6 +543,18 @@ frontdoor_bootstrap_ready() {
ok 'Frontdoor bootstrap path is ready for first-user sign-in'
}
frontdoor_authenticated_ready() {
step 'Waiting for authenticated frontdoor route readiness'
if (cd "$ROOT" && node ./src/Web/StellaOps.Web/scripts/live-frontdoor-authenticated-readiness.mjs); then
ok 'Authenticated topology, notifications admin, and promotion flows are ready for first-user QA'
return 0
fi
fail 'Authenticated frontdoor route readiness did not converge'
return 1
}
# ─── 8. Smoke test ─────────────────────────────────────────────────────────
smoke_test() {
@@ -589,6 +601,10 @@ smoke_test() {
if ! frontdoor_bootstrap_ready; then
has_blocking_failures=true
fi
if ! frontdoor_authenticated_ready; then
has_blocking_failures=true
fi
fi
# Platform container health summary