docs: embed dspack→A2UI demo video in README#6
Merged
Conversation
Adds a "See it in action" section after the value prop, showing ds-mcp serving a dspack contract that is then compiled (ds-to-a2ui) and rendered (A2UI). The query step starts here. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an embedded end-to-end demo video to the README immediately after “The solution” to visually demonstrate ds-mcp’s role in a dspack → compile → render flow.
Changes:
- Introduces a new “See it in action” section after “The solution”.
- Adds a short explanatory sentence describing the demo chain.
- Embeds a GitHub
user-attachmentsvideo URL for inline playback on GitHub.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## See it in action | ||
|
|
||
| ds-mcp serves a dspack contract to an agent; the same contract is then compiled (ds-to-a2ui) and rendered (A2UI). The query step starts here. |
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.
What
Adds a See it in action section (immediately after "The solution") embedding the end-to-end demo video.
The video shows
ds-mcpserving a dspack contract that is then compiled (ds-to-a2ui) and rendered (A2UI). The query step — what this server does — starts the chain.Why
The README explains the value prop ("give agents a contract they can query"); the video is the proof, so it belongs right after it. (Companion README updates land separately in
dspackanddspack-to-a2ui, each framed from that repo's vantage point.)Reviewer notes
user-attachmentsURL on its own line — it renders as an inline player on github.com only, not in local markdown previews. Check the rendered README or "Files changed" view to confirm playback.README.md), 6 insertions. The unrelatedpackage-lock.jsonchange in the working tree was intentionally left out of this branch.🤖 Generated with Claude Code