22/**
33 * FinalCta.astro — install / try the verifier / GitHub.
44 * Commands verified against the repo:
5- * - `pnpm dlx @zakelfassi/skdd init` is published (npm 1.1.0) .
6- * - `skdd proof verify` is in the repo at HEAD but not yet in the published
7- * npm release, so the verifier path is shown from a clone .
5+ * - `pnpm dlx @zakelfassi/skdd init` is published.
6+ * - `skdd proof verify` is published in npm 1.2.0; the clone only supplies
7+ * the real fixture and bound SKILL.md used by the example command .
88 */
99const repo = " https://github.com/zakelfassi/skills-driven-development" ;
1010---
@@ -26,12 +26,12 @@ const repo = "https://github.com/zakelfassi/skills-driven-development";
2626 <h3 class =" final-label" >Try the verifier</h3 >
2727 <pre class =" final-pre" ><code >git clone { repo .replace (" https://" , " https://" )} .git
2828cd skills-driven-development
29- pnpm --dir cli install && pnpm --dir cli build
30- node cli/dist/index.js proof verify \
31- examples/proof-carrying-skill/receipts/valid-production.json </code ></pre >
29+ pnpm dlx @zakelfassi/skdd@1.2.0 proof verify \
30+ examples/proof-carrying-skill/receipts/valid-production.json \
31+ --skill examples/proof-carrying-skill/finish-the-loop/SKILL.md </code ></pre >
3232 <p class =" final-note" >
33- The proof verifier ships in the repo today and lands in the next npm
34- release of < code >@zakelfassi/skdd</ code > .
33+ Published in < code >@zakelfassi/skdd@1.2.0</ code >. The receipt is
34+ recomputed locally against the exact skill bytes it claims to verify .
3535 </p >
3636 </div >
3737 </div >
0 commit comments