Commit de7a57a
docs(tutorial): the verifier checks signatures, and needs no clone
Step 4 told a reader to pip install trace-verify and run it, then the limits
section said "It does not validate the signature ... Signature verification
against a trusted producer key is a separate step". The tool has verified the
producer's Ed25519 signature by default for as long as the signature extra has
existed, and refuses rather than skipping when it cannot. A reader following
this page was told exit 0 meant less than it does, which is the direction of
error that matters here: it invites treating an unverified record as checked.
Exit 0 now says what it covers, both halves. --no-verify-signature is named as
the way to get inclusion alone, with the reason it warns.
The page also said nothing about verifying without a clone, and the append-only
question it raises in "what this does not prove" has had an answer since
trace-verify 0.4.0: trace-verify chain. Both are now shown.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01X2GDChXjA7BAdDNzCAmBJv1 parent 1151ad1 commit de7a57a
1 file changed
Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
103 | 111 | | |
104 | 112 | | |
105 | 113 | | |
| |||
115 | 123 | | |
116 | 124 | | |
117 | 125 | | |
118 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
119 | 135 | | |
120 | 136 | | |
121 | 137 | | |
| |||
0 commit comments