docs(demo): one-command self-healing demo + heal.gif hero - #5
Merged
Conversation
Add demo/ — a tiny local login page with a deliberately stale selector
('Sign In' vs the page's 'Sign in') and a one-command runner (heal.sh)
that watches 9l heal fix it offline (Tier 1, no API key). Embed the
recorded heal.gif as the README hero; record.sh regenerates it via
asciinema + agg. Closes the demo half of QUA-1005.
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Sigilix is reviewing this pull request. A structured overview will replace this note when retrieval and specialist review complete. |
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.
The launch asset (QUA-1005): a real, reproducible self-healing demo + the hero GIF.
What
demo/site/index.html— a tiny local login page whose button reads "Sign in".demo/login.spec.js— ships deliberately broken:text='Sign In'(exact, case-sensitive) no longer matches.demo/heal.sh— one command: serves the page, runs9l heal login.spec.js, you watch it heal.demo/heal.gif— the recorded run, embedded as the README hero (77 KB).demo/record.sh— regenerates the GIF viaasciinema + agg.The GIF is a genuine heal, not a mockup
Recorded from an actual
9l healrun:Fully offline (Tier 1) — no API key, reproducible by anyone with
pip install 9lives+ Node.Notes
.9lives/run artifacts are gitignored; nonode_modules/results leak into the commit.