Streamline demo to run-first, remove judge-facing copy, and clarify verification path#53
Open
Streamline demo to run-first, remove judge-facing copy, and clarify verification path#53
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Motivation
Description
public/index.html,public/demo.html,public/composer.html,public/demo-inner.html,public/quickstart.html,public/runtime.html,public/commons.html,public/repositories.html, andpublic/licensing.html).composer.html?autorun=1) and added an autorun hook in Composer so the primary flow is executed immediately when appropriate, converting the experience to click → run → receipt → verify.Advanced flow optionsdisclosure onpublic/composer.htmland keeping the strongest default flow preloaded and prominent.metric-signer-identity,metric-signature-algorithm,metric-key-source,metric-verification-route,verification-path-tag) inpublic/composer.html, plus links to the Quickstart anchors that show ENS TXT records and verification material (/quickstart.html#verifyand/quickstart.html#verify-material).Testing
rg -n --hidden -S "judge|judges|judging|judge-facing|judge-readable|What a judge should understand fast" publicwhich returned no remaining matches in public-facing files.composer.html?autorun=1), presence of the new verification UI IDs, and Quickstart verification anchors (id="verify-material"and verification path text), and all assertions passed.autorun=1), and verification copy were inserted as intended; no browser/screenshot validations were run in this environment.Codex Task