docs(demo): add reproducible drive/coverage demo harness and GIFs#28
Merged
Conversation
…admap:autonomous-qa-enhancements] Adds a self-contained demo that records a real Proofkeeper drive: - demo/drive-demo.ts — one harness, scripted model by default (deterministic, token-free) and a real LLM drive when OPENAI_API_KEY/ANTHROPIC_API_KEY is set. The drive -> compile loop is real: real Chromium, real AutonomousDriver, real deterministic emitter, against examples/product/index.html. - examples/product/index.html — styled demo product page; preserves the test-asserted DOM contract (heading, Verify button, status testid). - examples/demo-corpus/ demo-cart requirement (unverified) so the coverage GIF reports a real gap. - docs/assets/proofkeeper-drive.gif, docs/assets/proofkeeper-coverage.gif. - demo/README.md — regeneration recipe and a 'record a real run' guide. - .gitignore — ignore demo/out/ recording scratch. Signed-off-by: Tom Ballard <tom@armytage.co>
…ap:autonomous-qa-enhancements] The recorded GIFs were low quality. Remove the committed assets and reframe demo/README.md as a regeneration harness: the drive-demo script and recipes stay, output is git-ignored under demo/out/. Signed-off-by: Tom Ballard <tom@armytage.co>
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
A self-contained harness that records a real Proofkeeper drive. No GIFs are committed — this is the reproducible way to make them (and re-make them at higher quality) on demand.
demo/drive-demo.ts— one harness, two modes. Scripted model by default (deterministic, token-free); a real LLM drive whenOPENAI_API_KEY/ANTHROPIC_API_KEYis set. The drive → compile loop is real either way: real Chromium, the realAutonomousDriver, the real deterministic emitter, againstexamples/product/index.html.examples/product/index.html— styled demo product page. Preserves the test-asserted DOM contract (heading/ Verify button /statustestid), sotests/drive.integration.test.tsis unaffected.examples/demo-corpus/— adds ademo-cartrequirement with no## Verified By, soproofkeeper coveragereports a real 1/2 gap.demo/README.md— regeneration recipe (ffmpeg webm→gif, asciinema+agg) and a "record a real run" guide against your own app. Output lands indemo/out/(git-ignored)..gitignore— ignoredemo/out/recording scratch.Notes
src/change; unit suite is green (244 passed, browser-gated e2e unchanged).