docs(examples): worked example — sign & verify an OKF bundle (VOKF-9 / M1) - #6
Merged
Conversation
…/ M1) Completes M1. examples/okf-bundle/ is a small multi-concept OKF bundle (a GA4 analytics mapping: purchase / add_to_cart / consent-mode). - examples/sign-and-verify.sh: signs every concept, verifies each, and renders an offline HTML report via the built CLIs (< 5 min, copy-paste). - README: a "Worked example" section. - A visualizer test guards it in CI: every concept signs → verifies as `verified`, and the rendered report is offline (no external refs). Full suite green (canon 28 + signer 7 + verifier 22 + visualizer 7 + attest 5 = 69). Co-Authored-By: Claude Opus 4.8 (1M context) <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.
M1 — Worked example (VOKF-9) → M1 complete
A small multi-concept OKF bundle, signed and verified end-to-end.
Implements
examples/okf-bundle/— 3 OKF-format concepts (GA4:purchase,add_to_cart,consent-mode).examples/sign-and-verify.sh— sign every concept → verify each → render an offline HTML report, via the built CLIs.verified, report is offline.DoD(VOKF-9)
pnpm install && pnpm build && examples/sign-and-verify.sh)M1 完了 🎉
M0(canon/signer/verifier)+ M1(visualizer / zk-groth16 attestation e2e / worked example)が揃いました。6パッケージ・69 tests・全 green。
gh repo edit --visibility public。次は任意の M2(on-chain アンカリング backend / KMS署名 / Python版 / VC・C2PA interop / BBS+ 等)。
🤖 Generated with Claude Code