Skip to content

Commit e959db0

Browse files
zakelfassiNoth
andauthored
docs: point proof examples at npm 1.2.0 (#17)
Co-authored-by: Noth <noth@gabl.us>
1 parent ee4985a commit e959db0

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

‎site/src/components/home/FinalCta.astro‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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
*/
99
const 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
2828
cd 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>

‎site/src/components/home/ProofPlane.astro‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,15 @@ const receipts = [
8585

8686
<figure class="verify-block reveal" style="--d:440ms">
8787
<figcaption class="verify-caption">
88-
Run it yourself — from a clone of the repo:
88+
Run the published verifier against the shipped fixtures:
8989
</figcaption>
9090
<pre
91-
class="verify-pre"><code>pnpm --dir cli install && pnpm --dir cli build
92-
node cli/dist/index.js proof verify \
91+
class="verify-pre"><code>pnpm dlx @zakelfassi/skdd@1.2.0 proof verify \
9392
examples/proof-carrying-skill/receipts/valid-production.json \
9493
--skill examples/proof-carrying-skill/finish-the-loop/SKILL.md
9594
<span class="out-pass">✓ proof receipt verified</span>
9695

97-
node cli/dist/index.js proof verify \
96+
pnpm dlx @zakelfassi/skdd@1.2.0 proof verify \
9897
examples/proof-carrying-skill/receipts/sentry-circular-evidence.json
9998
<span class="out-fail">✗ proof receipt refused
10099
✗ CIRCULAR_EVIDENCE: Evidence 'poller-self-report-001' was produced by the run executor.

0 commit comments

Comments
 (0)