[codex] Add ClawHub staging deploy workflow#2099
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Codex review: needs real behavior proof before merge. Summary Reproducibility: not applicable. this is an operational workflow addition rather than a reported bug. Source review and PR-runtime evidence are the relevant checks. Real behavior proof Next step before merge Security Review detailsBest possible solution: Land the staging workflow only after maintainer review confirms the intended environment setup and the PR includes redacted runtime proof for the no-op and configured deploy paths. Do we have a high-confidence way to reproduce the issue? Not applicable: this is an operational workflow addition rather than a reported bug. Source review and PR-runtime evidence are the relevant checks. Is this the best way to solve the issue? Unclear: the implementation direction is plausible, but the staging deploy path is secret- and dashboard-dependent and needs real runtime proof before it can be judged as the best maintained solution. What I checked:
Likely related people:
Remaining risk / open question:
Codex review notes: model gpt-5.5, reasoning high; reviewed against a292a60a3683. |
Summary
https://staging.hub.openclaw.aithat skips cleanly until required Staging environment values are configured.Validation
bun run format:checkbunx vitest run scripts/prepare-deploy-config.test.ts src/lib/site.test.tsbun run lintbunx tsc --noEmitbun run deploy:prepare-config -- --target staging --convex-site-url https://staging.convex.site --dry-runNotes
The workflow is intentionally no-op until the GitHub
Stagingenvironment hasCONVEX_DEPLOY_KEY, Vercel credentials, and staging Convex URL variables configured.