Add governed-repair catch GIF to README#11
Merged
Conversation
Embed docs/assets/dspack-studio-catch.gif (fixture-001 governed-repair catch) after the opening paragraph, referenced by relative path so it renders on forks and clones. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s top-level documentation to visually demonstrate the governed “catch-and-repair” loop by embedding a short animation near the top of the README.
Changes:
- Add a new demo GIF asset under
docs/assets/. - Embed the GIF in
README.mdimmediately after the opening paragraph (before the Status section).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Embeds the new governed-repair “catch” GIF near the top of the README. |
| docs/assets/dspack-studio-catch.gif | Adds the demo animation asset referenced by the README. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| The design system governs what the agent ships. An agent proposes an interface; the design system checks it; invalid patterns are explained and repaired, with the rule and its written rationale on the record. dspack-studio is the flagship experience for the open AI-native frontend ecosystem: generation under a dspack contract, streamed over AG-UI as A2UI surfaces, rendered with Astryx. Rewind it, fork it, break it, X-ray it. Every gate, repair, and audit is inspectable. | ||
|
|
||
|  |
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
docs/assets/dspack-studio-catch.gifand embeds it in the README directly after the opening paragraph, before the Status line.The GIF is a 13-second loop of the governed-repair catch from fixture-001: an agent proposes a destructive-action surface without an AlertDialog, the S3 gate fails with
rule.destructive-requires-alertdialog, a repair message is sent, and the repaired surface renders.Why
The README leads with an abstract description of governed generation and repair. The GIF shows the actual catch-and-repair loop in the studio, so a reader sees what "invalid patterns are explained and repaired" looks like before reading the details.
Notes for reviewers
🤖 Generated with Claude Code