docs: update all docs and templates for converged single-Worker architecture - #19
Merged
Merged
Conversation
…tecture README, INSTALLATION.md, PROGRESS.md, wrangler.example.jsonc, and both .dev.vars.example files now reflect the post-convergence state: single Worker serving the SvelteKit SPA via Workers Static Assets alongside all API routes under /api/*. Key corrections: - Badge path: /badge/ → /api/badge/ - Ingest: POST /ingest (EAV payload) → POST /api/ci/coverage (typed columns) - Baseline: /api/projects/:owner/:repo/baseline → /api/baseline/:owner/:repo - Cloudflare Access scope: no longer on /api or /admin; dashboard paths only - wrangler.example.jsonc: assets block, build.command, triggers.crons, nodejs_compat - Step 14 in INSTALLATION.md: separate Pages project removed; dashboard ships with Worker - PROGRESS.md: Convergence Refactor section added; Layer 3 tests marked complete Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
/badge/→/api/badge/; ingestPOST /ingest(EAV) →POST /api/ci/coverage(typed columns); baseline path updatedINSTALLATION.mdStep 10 now says to protect dashboard paths only, with an explicit warning not to put an edge Access policy on/api/*(would break CI ingest and GitHub webhooks)wrangler.example.jsoncrewritten: now showsassets,build.command,triggers.crons,nodejs_compat, and D1 database namecoverage— matches actual production config shapebuild.commandPROGRESS.mdupdated: Convergence Refactor section added, Layer 3 Worker tests marked complete, Phase 5 and Phase 8 items updatedTest plan
docs/INSTALLATION.mdSteps 3, 10, 11, 13, 14 and Next steps — verify no stale paths or config shapeswrangler.example.jsoncvalidates against the wrangler schema (npx wrangler deploy --dry-runwith the example filled in)/badge/in docs — should only appear as/api/badge/POST /ingestin docs — should only appear in PROGRESS.md historical phase bullets🤖 Generated with Claude Code