docs(showcase): "Live Metadata Views" example doc (ADR-0051 P1)#1951
Merged
Conversation
A `doc` whose Markdown embeds four ```metadata fences — two state machines (task/project lifecycles), a flow at business altitude, and a permission matrix — demonstrating ADR-0051 inline metadata views. Compiles via the existing doc collector (the fence is valid CommonMark, not MDX); renders live once the objectui `element:metadata_viewer` (objectstack-ai/objectui#1774) is deployed. Verified end-to-end in the browser against this showcase backend. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Adds a showcase
docthat demonstrates ADR-0051 inline metadata views, and serves as the browser-verification fixture for the feature.examples/app-showcase/src/docs/showcase_metadata_views_guide.mdembeds four```metadatafences against existing showcase metadata:task_status_flow/project_status_flow— state-machine lifecyclesshowcase_reassign_wizard— a flow at business altitude (detail: business)showcase_contributor— a permission matrixPart of the ADR-0051 set
element:metadata_viewer```metadatafence hookIndependence & verification
The doc compiles through the existing doc collector unchanged (a
```metadatafence is valid CommonMark, not MDX), so this PR is independently mergeable. It renders live once objectui#1774 is deployed.Verified end-to-end in the browser: ran this showcase backend + the objectui console dev server and confirmed all four embeds resolve live from the showcase metadata with no console errors.
🤖 Generated with Claude Code