Add landing site + kane-cli reference example - #14
Merged
Conversation
A real, sanitized .evidence pack produced by kane-cli (27-step nested-iframe checkout) as the worked reference for the format, plus overview.md explaining who-writes-what and how any framework can emit the same shape. Validates at L0 and L1. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
A self-contained static landing page (site/) in the repo's design-viewer visual family: hero, the L0 pack shape, a "download the sample pack and drop it into evidence.lambdatest.com" example, the L0/L1 profile ladder, and library-vs-CLI usage. Positions kane-cli as the reference producer and links the example so others can emit the same shape and reuse the hosted viewer. Also ignore .DS_Store. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Two additive pieces, no changes to existing code:
examples/kane-cli/— a real, sanitized.evidencepack produced by kane-cli (a 27-step nested-iframe e-commerce checkout), plusoverview.mdwalking through who-writes-what. It's the worked reference any producer can copy. Validates at L0 and L1 (evidence validate … --profile L0|L1→ ok).site/— a self-contained static landing page (plainindex.html+styles.css, no build), in the repo's design-viewer visual family.The page's story
run.yaml/ opaque definition /result.yaml)..evidencepack (site/kane-cli.evidence, a relative link so it works on any host) and drop it into the hosted viewer atevidence.lambdatest.com. No?pack=URL, so nothing 404s on a local or pre-deploy preview.Hosting
The page is not wired to a deploy workflow —
site/is static and meant to be hosted separately. Asset links are relative; the embedded viewer isevidence.lambdatest.comand the sample downloads from the same origin.Verification
overview.md(27 steps / 27 screenshots / 110-request HAR); public-safety scanned (CVV masked,external_idneutralized, no emails/tokens/auth headers).🤖 Generated with Claude Code