Introduce typed PLATFORM_SIZES, improved font/WASM pipeline, API param parsing, UI refresh, and workspace reorg#3
Merged
saurabhsharma2u merged 2 commits intocodex/restructure-repo-for-clean-structurefrom Mar 6, 2026
Conversation
…restructure-repo-for-clean-structure-j3jmsi
71d30f2
into
codex/restructure-repo-for-clean-structure
0 of 3 checks passed
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.
Motivation
Description
@og-engine/typespackage (canonicalPLATFORM_SIZES,PlatformSize, request/template contracts) and update consumers to use typed sizes.apps/server-node,apps/web,apps/worker-cf) to parse and coercesizeandformatquery params with safe defaults and stricter template validation.@og-engine/core: add docs/comments, move sandbox dependency tointernal/sandbox, implementbuildCacheKey, runtime-awareinitWasm/getResvg, improvedfonts.tswith Google Fonts CSS discovery, CDN and local fallbacks, and typed handler/render interfaces (RenderResult, handler response shapes).internal-sandboxinrender.ts, and make pre-generation/background generation robust and properly referenced.globals.css), site layout (layout.tsx) and home/preview pages for a refreshed UI/UX and async preview route handling.dark,minimal,sunset) with redesigned metadata, schemas and render implementations, remove in-repo binary preview PNGs from the repo and add.gitignorerule for generated previews.packages/sandbox->internal/sandbox, update references inpackages/coreand lockfile, updatepnpm-workspace.yaml, and changeturbo.jsonschema/tasks.Testing
pnpm -w -s build, which completed successfully.pnpm -w -s typecheck, which passed without type errors.testscripts are placeholders returning "no tests").Codex Task