docs(openspec): tick verified cloudflare-migration tasks#536
Merged
Conversation
Mark tasks now confirmed done, with evidence: - 2.1 Cloudflare Workers Builds connected & deploying (required check + live site) - 2.4 no .env.local needed locally (gh token / dev auto-login; PR #535) - 3.6 GitHub App homepage + OAuth callback URLs → codjiflo.net (dashboard) - 6.3 codjiflo.net/api/health serves current main HEAD; e2e-tests-prod green Still open (external/manual): 2.6 custom *.codjiflo.net preview domain, 5.3 pause Vercel + disconnect its GitHub App (still deploying in parallel), 5.4 codjiflo.vza.net → codjiflo.net 301 redirect (needs the vza.net account). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
CodjiFlo Iteration TrackingIterations captured: 1 What is this?This comment is automatically updated by the CodjiFlo GitHub Action to enable force-push resilient code review with iteration tracking. The artifact referenced above contains iteration data that the CodjiFlo frontend uses to:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Cloudflare migration task checklist in OpenSpec to reflect the current verified deployment/migration status (documentation-only).
Changes:
- Marked task 2.1 as complete and expanded the verification notes for Workers Builds + live production.
- Marked task 2.4 as complete and documented that local dev no longer requires
.env.local(referencing PR #535). - Marked task 3.6 and 6.3 as complete with updated verification notes (GitHub App URLs + live health/E2E-prod).
| ## 2. Cloudflare Git release process & Secret Store (via `pedrovezzadev`) | ||
|
|
||
| - [ ] 2.1 Sign in as `pedrovezzadev`; connect the GitHub repo in Cloudflare (Workers Builds), production branch = `main` | ||
| - [x] 2.1 Cloudflare Workers Builds is connected and deploying: the `Workers Builds: codjiflo` check runs (and is required) on every PR, and production on `main` serves `codjiflo.net` live. Verified via green checks + live site below |
| - [x] 6.1 Updated `openspec/specs/authentication/architecture.md` (domain, preview hostnames, Secret Store env source, commit-SHA build var, callback URLs) and `AGENTS.md` env-setup notes | ||
| - [x] 6.2 `npm run test:all` green — lint ✓ typecheck ✓ spec:validate (11) ✓ unit+coverage (1522) ✓ e2e mock (121) ✓ storybook (31) ✓ | ||
| - [ ] 6.3 **[needs live Cloudflare deploy]** Confirm prod-mode E2E passes against the live deployment and `/api/health` reports the correct commit on `codjiflo.net` | ||
| - [x] 6.3 Verified live: `https://codjiflo.net/api/health` reports the current `main` HEAD commit (`be52d898…`), and the required `e2e-tests-prod` check (which targets `codjiflo.net`) passes green on merged PRs |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
codjiflo | 11c0d47 | Commit Preview URL Branch Preview URL |
Jun 02 2026, 03:35 AM |
Coverage Report
File CoverageNo changed files found. |
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.
Corrects the
migrate-deploy-to-cloudflaretask checkboxes to match reality — doc-only, no code.Ticked (with evidence):
Workers Builds: codjiflocheck + livecodjiflo.net.env.localneeded locally (gh token / dev auto-login, PR feat(auth): use GitHub CLI token for local dev + prod-mode E2E #535)codjiflo.net(done in dashboard)codjiflo.net/api/healthserves current main HEAD;e2e-tests-prodgreenStill open (external/manual, intentionally left unchecked):
*.codjiflo.netpreview domain (workers.dev fallback in use)codjiflo.vza.net→codjiflo.net301 (needs the vza.net Cloudflare account)Not archiving the change yet — these 3 remain.
🔍 Review in CodjiFlo