refactor(platform): finalize the V2 architecture - #5
Merged
Conversation
Harden run admission, sandbox lifecycle, tenancy, migrations, and release orchestration. Tighten auth, observability, and UI boundaries. Remove V1, token-cost accounting, legacy compatibility, dead packages, and test harnesses. Align preview routing with the owned production wildcard.
Build the env package and generated skill bundle before Knip runs. Clean CI checkouts now behave like prepared local worktrees.
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
1 task
iamjr15
added a commit
that referenced
this pull request
Jul 31, 2026
…110) Phase C of the OSS-ready program. - **PR-title gate**: Conventional-Commits pattern still enforced for all; the 72-char ceiling now exempts `dependabot[bot]` (titles are machine-generated and unshortenable — #76/#78 fail today solely on length; commitlint's own ceiling is 100). - **Dependency floors**: `dompurify` → 3.4.12 (closes alert #5); `body-parser` → 2.3.0 (resolved 2.2.2 was in-range via express + MCP-SDK paths, closes alert #4). - **`CLOUDFLARE_ACCOUNT_ID`** now read from secrets (masked in public run logs; secret created beforehand; the variable is deleted after the next validated dispatch — historical logs remain unredacted regardless). - `build-snapshot` environment casing normalized to `Production`; sandbox Dockerfile comment ties alerts #9/#8 to the existing overlay mitigation. ## Verification notes - [x] `pnpm lint` / `pnpm typecheck` / `pnpm turbo build --force` / `pnpm deadcode` / `pnpm architecture:check` / `pnpm turbo skills:build` — independent clean-install rerun - Lockfile diff limited to the two override resolutions; `pnpm why body-parser` single-resolves 2.3.0. - Post-merge: rebase #76/#78 (title gate), re-run #96 (expired quarantine), merge #81 after diff re-check; dispatch deploy to validate the secret-backed account id; then delete the variable.
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
*.trycheatcode.comroute; no new domain is required.Context
plan.mdis intentionally deleted because the owner confirmed it is out of sync. This branch has no Linear parent issue. Architecture decisions are recorded here and in package READMEs.Architecture
Decisions
{sandboxId}--{port}.trycheatcode.comMigration safety
webproject modes to canonicalapp-builderand fails on any unknown value before validating the constraint.Validation
pnpm lintpnpm typecheckpnpm deadcodepnpm architecture:checkpnpm buildReview order
.github/workflows/andscripts/.