Add a minimal catalog for use with experimental renderers#732
Merged
gspencergoog merged 3 commits intogoogle:mainfrom Feb 27, 2026
Merged
Add a minimal catalog for use with experimental renderers#732gspencergoog merged 3 commits intogoogle:mainfrom
gspencergoog merged 3 commits intogoogle:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a minimal A2UI component catalog, which is a great idea for lowering the barrier to entry for testing new renderers. The changes include the JSON schema for the minimal catalog, a set of example JSON files demonstrating its use, and a README file for documentation. The implementation looks solid and well-structured. My feedback is minor and relates to a consistent formatting issue across the newly added JSON files.
| ] | ||
| } | ||
| } | ||
| ] No newline at end of file |
Contributor
| ] | ||
| } | ||
| } | ||
| ] No newline at end of file |
Contributor
| ] | ||
| } | ||
| } | ||
| ] No newline at end of file |
Contributor
| ] | ||
| } | ||
| } | ||
| ] No newline at end of file |
Contributor
| ] | ||
| } | ||
| } | ||
| ] No newline at end of file |
Contributor
| ] | ||
| } | ||
| } | ||
| } No newline at end of file |
Contributor
gspencergoog
approved these changes
Feb 27, 2026
Collaborator
gspencergoog
left a comment
There was a problem hiding this comment.
This seems like a good idea to have. It will add some maintenance burden to keep up to date, but I like the idea.
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.
This is intended to lower the bar for testing a renderer. You can just implement the minimal catalog and then run a test app against it, rather than building out all the catalog items in the basic catalog.