feat(spec): JSX-source page kind + Command Center showcase (ADR-0080)#2436
Merged
Conversation
PageSchema gains kind:'jsx' + source (the authoritative JSX text, compiled to the tree at save time) + requires (plugin provenance). A superRefine enforces ADR-0078 completeness: a jsx page with no source fails loudly at author time. full/slotted pages unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
A polished home page authored entirely as constrained JSX + Tailwind source, compiled to the SDUI tree at save time and rendered by the normal PageRenderer. Browser-verified against the live registry (flex/grid/card/text/badge/stack). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📓 Docs Drift CheckThis PR changes 1 package(s): 90 hand-written doc(s) reference the affected code and may need an implementation-accuracy re-verification:
|
source = live (objectui PageRenderer compiles it via @object-ui/sdui-parser, browser-verified); requires = planned (save/load enforcement is M3b). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jul 13, 2026
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.
Implements the spec side of ADR-0080 + a showcase example.
PageSchema:kind: 'jsx'+source(authoritative JSX text, compiled to the tree at save time) +requires, with a completenesssuperRefine— a jsx page with nosourcefails loudly (ADR-0078).full/slottedpages unchanged.command-center-jsx.page.ts— a polished home page authored entirely as constrained JSX + Tailwind source. Browser-verified rendering through the objectui runtime (feat: AI-authored UI — JSX-source pages compiled to the SDUI tree (ADR-0080) objectui#2056).Verified:
safeParseaccepts jsx+source, rejects jsx without source on pathsource; full/slotted unaffected.🤖 Generated with Claude Code