docs: teach defaults then intercept in README and gallery (#146) - #152
Merged
Conversation
6 tasks
timkindberg
force-pushed
the
feat/146-gallery-readme
branch
from
August 15, 2026 18:50
30aa228 to
a3644b7
Compare
timkindberg
force-pushed
the
feat/146-gallery-readme
branch
from
August 15, 2026 20:25
fee4159 to
5b02d12
Compare
Co-authored-by: Cursor <cursoragent@cursor.com>
Street only restyles the input, so `{ control: StreetControl }` is the
same move as `<Default parts>` — label, errors, and recipe inject stay.
RowName / CardGroup / CityNote still place themselves.
Co-authored-by: Cursor <cursoragent@cursor.com>
`ControlOverride<'input'>` is the kind-narrowed Default-parts renderer the gallery already needed. Intercept maps aren't path-generic yet, so the archetype is still annotated rather than inferred from the key. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
timkindberg
force-pushed
the
feat/146-gallery-readme
branch
from
August 15, 2026 20:30
5b02d12 to
1d07d37
Compare
5 tasks
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
Closes #146 (child of #141). Stacks on #151. Last layer of the ADR 051 epic.
README teaches
useFormTree({ defaults })then<SchemaFields intercept={map | bag | fn} />. Specificity is exact path >where> defaults.Gallery: App_16/17 are team defaults + path-map exception (off
useRenderNodeRules). App_08 stays the function floor, with a footnote that the bag lowers to it. App_07 shows the array template. Did not convert App_01–15 onto the bag.Agent did the grind.
Test plan
planstays default, customized fields don't)Stack created with GitHub Stacks CLI