docs(skills): teach adaptive record presentation in objectstack-ui skill (#2578)#2599
Merged
Conversation
…ill (#2578) Add a "Record Presentation — surface, width & columns are auto-derived" section to the objectstack-ui authoring skill. Nothing in the docs taught the deprecated primitives, but the new model (all metadata is AI-authored) was untaught: surface (page vs drawer), overlay width and column count are runtime-derived, so authors write fields + fieldGroups and never author presentation. Teaches span over colSpan, the size bucket over pixel width, and navigation.mode / a Page only as an override. Empty changeset (docs-only, no package release). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Docs follow-up to #2578 (code shipped: framework#2595 + objectui#2237, both merged & green).
Adds a Record Presentation — surface, width & columns are auto-derived section to the
objectstack-uiauthoring skill. Nothing in the docs taught the deprecated primitives, but the new model was untaught: since all metadata is AI-authored and the author can't know the client viewport, presentation (surface / overlay width / column count) is derived at runtime — authors write fields +fieldGroups, never presentation.Teaches:
navigation.mode/ aPageonly to overridespan: 'full'over the deprecated absolutecolSpansizebucket over the deprecated pixelwidth/drawerWidthcheck:skill-docsgreen. Empty changeset (docs-only, no release).Refs #2578
🤖 Generated with Claude Code