Cycle 005: preflight-first hosted evidence workflow#2
Open
junhengz wants to merge 13 commits intonicepkg:mainfrom
Open
Cycle 005: preflight-first hosted evidence workflow#2junhengz wants to merge 13 commits intonicepkg:mainfrom
junhengz wants to merge 13 commits intonicepkg:mainfrom
Conversation
Add GitHub Actions workflows and supporting scripts/runbooks to sync NEXT_PUBLIC_SUPABASE_URL + SUPABASE_SERVICE_ROLE_KEY into hosted runtime (Vercel/Cloudflare Pages), trigger redeploy, then run Cycle 005 hosted persistence evidence collection.
- Make manual dispatch default to preflight-only (safer), add schedule gate + candidate persistence - Improve env-health deploy metadata for BASE_URL/debug - Expand operator wrapper script + update runbooks/checklists/acceptance docs
Author
|
Maintainer unblock request (Cycle 005 hosted persistence evidence) This PR is ready to merge; the only remaining blocker is that we still do not have the authoritative deployed workflow runtime BASE_URL. As of 2026-02-14, from this workspace:
What I need from a maintainer (one-time):
How to get the correct candidates (authoritative):
Hard validation command (must be JSON): BASE_URL="https://<candidate-origin>"
curl -sS "$BASE_URL/api/workflow/env-health" | jq .Pass criteria (Cycle 005 evidence gate):
Then run (canonical repo Actions):
If env-health is JSON but env booleans are false, the fix is on the hosting provider (not GitHub): set Reference unblock note: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR hardens the Cycle 005 hosted persistence evidence workflow and operator UX.
Key changes:
preflight_onlydefaults totrue; evidence PR requirespreflight_only=falseCYCLE_005_AUTORUN_ENABLED=true(prevents PR spam)HOSTED_WORKFLOW_BASE_URL_CANDIDATES/api/workflow/env-healthnow returns safe deploy metadata (provider + commit/branch/url when present)Maintainer checklist:
docs/operations/cycle-005-hosted-persistence-evidence-maintainer-checklist.md