feat(maintain-demo): interactive walkthrough — play the nightly run + scope picker#81
Merged
Merged
Conversation
… scope picker The demo page is no longer static. A "▶ Play the nightly run" button animates the loop step-by-step (analysis → prove → sandbox → verify → PR → receipt), and a clickable scope picker swaps in each scope's real decision + receipt. unused-locals shows a SAFE BLOCK (side-effect initializer kept), so the verify-or-block gate — the thing a chatbot-on-cron can't do — is visible, not just claimed. Fully self-contained (inline JS, no CDN); output stays PURE so it's still unit-tested.
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.
Upgrades
qodex maintain-demofrom a static page to an interactive walkthrough.unused-localsshows a safe block (side-effect initializer kept, nothing shipped) — the verify-or-block behavior a cron-around-a-chatbot structurally can't do, shown rather than claimedFully self-contained (inline JS, no CDN).
buildMaintainDemoHtmlstays PURE → still unit-tested (+2 assertions for the play button / scope picker / safe-block example). Full suite 1439 green, tsc clean.