-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreference.html
More file actions
802 lines (770 loc) · 66.8 KB
/
Copy pathreference.html
File metadata and controls
802 lines (770 loc) · 66.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Generated reference for the Verifier Standard (VSTD).">
<meta property="og:title" content="VSTD command-line and Python reference">
<meta property="og:description" content="Generated command-line and Python application programming interface reference for the Verifier Standard.">
<meta property="og:image" content="https://timelordraps.github.io/verifier/assets/vstd-overview.png">
<meta property="og:type" content="website">
<meta property="og:url" content="https://timelordraps.github.io/verifier/reference.html">
<title>VSTD docs — command-line interface (CLI) and application programming interface (API) reference</title>
<link rel="canonical" href="https://timelordraps.github.io/verifier/reference.html">
<link rel="icon" href="assets/vstd-overview.svg" type="image/svg+xml">
<link rel="stylesheet" href="assets/site.css">
</head>
<body>
<a class="skip-link" href="#top">Skip to content</a>
<header class="wrap">
<nav aria-label="Primary">
<a class="brand" href="index.html">VSTD</a>
<div class="links">
<a href="index.html">Overview</a>
<a href="guides.html">Guides</a>
<a href="reference.html" aria-current="page">Reference</a>
<a href="https://github.com/TimeLordRaps/verifier#30-60-second-demonstration">Demo</a>
<a href="standard/">Standard</a>
<a href="experiments/">Experiments</a>
<a href="project/ROADMAP.html">Project</a>
<a href="https://github.com/TimeLordRaps/verifier">GitHub</a>
</div>
</nav>
</header>
<main id="top">
<div class="wrap ref-hero">
<div class="eyebrow">Reference · verifier-standard 1.2.0 · VSTD-5 PROJECT SPECIFICATION; EVIDENCE-BOUND REFERENCE MECHANISM</div>
<h1>Inspect the whole pipeline.</h1>
<p class="terms"><strong>Terms used below:</strong> hash-based message authentication
code (HMAC); International Organization for Standardization (ISO); JavaScript Object
Notation (JSON); Secure Hash Algorithm 256-bit (SHA-256); and YAML Ain't Markup Language
(YAML).</p>
<p class="lead">Every command, argument, top-level export, and listed dispatch edge below
is read out of the installed package when this page is built, by
<code>scripts/build_reference.py</code>, and the presentation tests fail closed when the
committed page drifts — so it cannot describe behaviour the implementation no
longer has.</p>
<p class="status">This page states the declared public surface of one implementation. It
does not establish that any individual claim checked by these commands is true, nor that
an external implementation exists.</p>
<div class="actions">
<a class="button primary" href="#pipeline">Pipeline map</a>
<a class="button" href="#cli">CLI reference</a>
<a class="button" href="#api">API reference</a>
<a class="button" href="#wire">Wire and schemas</a>
</div>
</div>
<section id="pipeline">
<div class="wrap">
<div class="eyebrow">Pipeline</div>
<h2>Command to implementation, without a gap.</h2>
<p class="section-lead">Each entry point below is imported while this page is built. A
rename, move, or deletion fails the build instead of publishing a stale map.</p>
<div class="ref-table"><table><thead><tr><th>Command</th><th>What it does</th><th>Implementation entry points</th></tr></thead><tbody>
<tr><td><code>vstd demo</code></td><td>Runs the four adversarial specimens in-process and reports whether each defensive outcome matched its declared invariant.</td><td><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/runtime/demo.py"><code>verifier.runtime.demo:run_demo</code></a><br><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/runtime/demo.py"><code>verifier.runtime.demo:demo_report</code></a></td></tr>
<tr><td><code>vstd plan</code></td><td>Resolves a manifest's command and declared paths without executing anything.</td><td><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/run_planning.py"><code>verifier.core.run_planning:load_manifest</code></a><br><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/run_planning.py"><code>verifier.core.run_planning:describe_run_plan</code></a></td></tr>
<tr><td><code>vstd run</code></td><td>Executes a trusted manifest without sandboxing, captures the observed execution, and writes a canonically digested receipt.</td><td><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/run_planning.py"><code>verifier.core.run_planning:load_manifest</code></a><br><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/run.py"><code>verifier.core.run:capture_run</code></a><br><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/receipt.py"><code>verifier.core.receipt:compute_canonical_digest</code></a></td></tr>
<tr><td><code>vstd validate</code></td><td>Dispatches on the receipt's serialized `schema_version` identifier and runs its implemented checks. Generic-run validation enforces its required structure and stable digest; other receipt kinds enforce their separately documented structure and evidence rules.</td><td><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/run_validation.py"><code>verifier.core.run_validation:validate_run_receipt</code></a><br><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/data/receipt.py"><code>verifier.data.receipt:validate_data_receipt</code></a><br><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/hardware/validation.py"><code>verifier.hardware.validation:validate_vstd3_receipt</code></a></td></tr>
<tr><td><code>vstd inspect</code></td><td>Prints the claim coordinate, digest, and verdict surface of a stored receipt.</td><td><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/run_inspection.py"><code>verifier.core.run_inspection:inspect_run_receipt</code></a><br><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/hardware/receipt.py"><code>verifier.hardware.receipt:load_vstd3_receipt</code></a></td></tr>
<tr><td><code>vstd reproduce</code></td><td>Replays only the mechanisms a stored receipt actually carries; physical hardware execution is refused rather than simulated.</td><td><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/run_reproduction.py"><code>verifier.core.run_reproduction:reproduce_run_receipt</code></a><br><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/data/receipt.py"><code>verifier.data.receipt:reproduce_data_receipt</code></a></td></tr>
<tr><td><code>vstd impact</code></td><td>Finds stored run receipts whose recorded ancestry reaches a revoked provenance artifact.</td><td><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/run_impact.py"><code>verifier.core.run_impact:find_run_receipts_impacted_by_revocation</code></a></td></tr>
<tr><td><code>vstd data</code></td><td>Traces, renders, or exports the provenance hypergraph carried by a VSTD-Graph receipt.</td><td><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/data/models.py"><code>verifier.data.models:ProvenanceHypergraph</code></a></td></tr>
<tr><td><code>vstd artifact</code></td><td>Freezes exact regular-file bytes, adds or verifies finite self-closing seals, and creates observable copy-on-write thaw descendants.</td><td><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/artifact_control/__init__.py"><code>verifier.artifact_control:freeze_artifact</code></a><br><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/artifact_control/__init__.py"><code>verifier.artifact_control:seal_artifact</code></a><br><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/artifact_control/__init__.py"><code>verifier.artifact_control:verify_frozen_artifact</code></a><br><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/artifact_control/__init__.py"><code>verifier.artifact_control:thaw_artifact</code></a></td></tr>
<tr><td><code>vstd experiment</code></td><td>Validates experimental workflow manifests or maps normalized GitHub snapshots without granting a VSTD verdict.</td><td><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/runtime/experimental_workflow_cli.py"><code>verifier.runtime.experimental_workflow_cli:handle_experiment_command</code></a><br><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/experimental_workflow/profile.py"><code>verifier.experimental_workflow.profile:load_manifest</code></a><br><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/experimental_workflow/github.py"><code>verifier.experimental_workflow.github:github_snapshot_to_events</code></a></td></tr>
<tr><td><code>vstd hardware / continuity / fleet / evidence / claims</code></td><td>Evaluates VSTD-3 substrate-accountability receipts, their continuity and fleet evidence, and their declared claims.</td><td><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/runtime/hardware_cli.py"><code>verifier.runtime.hardware_cli:handle_vstd3_command</code></a><br><a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/hardware/validation.py"><code>verifier.hardware.validation:validate_vstd3_receipt</code></a></td></tr>
</tbody></table></div>
</div>
</section>
<section id="cli">
<div class="wrap">
<div class="eyebrow">CLI</div>
<h2>The <code>vstd</code> command reference.</h2>
<p class="section-lead">Extracted from the live argument parser in
<a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/runtime/public_cli.py"><code>verifier.runtime.public_cli</code></a>.
<code>vstd</code> is the canonical cross-platform command; <code>verifier</code> is
retained as an alias only on platforms where it is unambiguous.</p>
<div class="ref-list"><article class="ref-item" id="cli-vstd">
<h3><code>vstd</code></h3>
<p class="ref-help">Subcommand group.</p>
<p class="ref-none">No arguments; this command only groups subcommands.</p>
</article>
<article class="ref-item" id="cli-vstd-demo">
<h3><code>vstd demo</code></h3>
<p class="ref-help">Run the side-effect-free VSTD adversarial flagship demonstration.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>--scenario</code></td><td>optional</td><td>Run all scenarios or one named scenario. (one of: all, wrong-artifact, honest-unknown, inflated-tier, poisoned-ancestor) [default: all]</td></tr>
<tr><td><code>--json</code></td><td>optional</td><td></td></tr>
<tr><td><code>--emit-specimens</code></td><td>optional</td><td>Write deterministic JSON specimens and observations to DIR.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-run">
<h3><code>vstd run</code></h3>
<p class="ref-help">Execute a trusted manifest without sandboxing and capture a VSTD receipt.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>manifest</code></td><td>positional</td><td>JSON or YAML run manifest.</td></tr>
<tr><td><code>--output</code></td><td>optional</td><td>Receipt output directory.</td></tr>
<tr><td><code>--receipt-id</code></td><td>optional</td><td>Override the manifest claim id.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-plan">
<h3><code>vstd plan</code></h3>
<p class="ref-help">Show a manifest's declared command and paths without executing it.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>manifest</code></td><td>positional</td><td>JSON or YAML run manifest.</td></tr>
<tr><td><code>--json</code></td><td>optional</td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-validate">
<h3><code>vstd validate</code></h3>
<p class="ref-help">Run implemented receipt checks; Graph candidate validation is not conformance.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>receipt</code></td><td>positional</td><td>Receipt directory or receipt.json.</td></tr>
<tr><td><code>--json</code></td><td>optional</td><td></td></tr>
<tr><td><code>--key</code></td><td>optional</td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-inspect">
<h3><code>vstd inspect</code></h3>
<p class="ref-help">Inspect a generic-run or VSTD-Graph receipt; validate and report VSTD-3.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>receipt</code></td><td>positional</td><td>Receipt directory or receipt.json.</td></tr>
<tr><td><code>--json</code></td><td>optional</td><td></td></tr>
<tr><td><code>--key</code></td><td>optional</td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-reproduce">
<h3><code>vstd reproduce</code></h3>
<p class="ref-help">Replay the mechanisms available in a stored receipt.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>receipt</code></td><td>positional</td><td>Receipt directory or receipt.json.</td></tr>
<tr><td><code>--json</code></td><td>optional</td><td></td></tr>
<tr><td><code>--rerun</code></td><td>optional</td><td>Generic-run receipts only: execute the recorded command again.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-impact">
<h3><code>vstd impact</code></h3>
<p class="ref-help">Find run receipts affected by a provenance-artifact revocation.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>dataset_receipt</code></td><td>positional</td><td></td></tr>
<tr><td><code>artifact_id</code></td><td>positional</td><td></td></tr>
<tr><td><code>--search-root</code></td><td>optional</td><td>[default: receipts]</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-data">
<h3><code>vstd data</code></h3>
<p class="ref-help">Inspect a stored VSTD-Graph hypergraph.</p>
<p class="ref-none">No arguments; this command only groups subcommands.</p>
</article>
<article class="ref-item" id="cli-vstd-data-trace">
<h3><code>vstd data trace</code></h3>
<p class="ref-help">Subcommand group.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>artifact_id</code></td><td>positional</td><td></td></tr>
<tr><td><code>--receipt</code></td><td>optional</td><td></td></tr>
<tr><td><code>--direction</code></td><td>optional</td><td>(one of: ancestors, descendants, blast_radius) [default: ancestors]</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-data-graph">
<h3><code>vstd data graph</code></h3>
<p class="ref-help">Subcommand group.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>receipt</code></td><td>positional</td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-data-export">
<h3><code>vstd data export</code></h3>
<p class="ref-help">Subcommand group.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>receipt</code></td><td>positional</td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-artifact">
<h3><code>vstd artifact</code></h3>
<p class="ref-help">Freeze exact artifact bytes, add or verify a seal, or thaw a descendant.</p>
<p class="ref-none">No arguments; this command only groups subcommands.</p>
</article>
<article class="ref-item" id="cli-vstd-artifact-freeze">
<h3><code>vstd artifact freeze</code></h3>
<p class="ref-help">Copy exact ordinary file or directory bytes into a new guarded bundle; symbolic-link sources are refused.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>source</code></td><td>positional</td><td></td></tr>
<tr><td><code>bundle</code></td><td>positional</td><td></td></tr>
<tr><td><code>--media-type</code></td><td>optional</td><td>[default: application/octet-stream]</td></tr>
<tr><td><code>--parent</code></td><td>optional</td><td></td></tr>
<tr><td><code>--context</code></td><td>optional</td><td></td></tr>
<tr><td><code>--json</code></td><td>optional</td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-artifact-seal">
<h3><code>vstd artifact seal</code></h3>
<p class="ref-help">Add a readable finite self-closing Ed25519 seal.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>bundle</code></td><td>positional</td><td></td></tr>
<tr><td><code>--private-key</code></td><td>optional</td><td></td></tr>
<tr><td><code>--json</code></td><td>optional</td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-artifact-verify">
<h3><code>vstd artifact verify</code></h3>
<p class="ref-help">Recompute exact bytes, guards, seals, and optional external anchors.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>bundle</code></td><td>positional</td><td></td></tr>
<tr><td><code>--expected-artifact-id</code></td><td>optional</td><td></td></tr>
<tr><td><code>--expected-key-id</code></td><td>optional</td><td></td></tr>
<tr><td><code>--freeze-only</code></td><td>optional</td><td>Accept a clean freeze without claiming seal-backed identity.</td></tr>
<tr><td><code>--json</code></td><td>optional</td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-artifact-thaw">
<h3><code>vstd artifact thaw</code></h3>
<p class="ref-help">Copy a clean sealed parent into a new, lexically absent mutable descendant.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>bundle</code></td><td>positional</td><td></td></tr>
<tr><td><code>destination</code></td><td>positional</td><td></td></tr>
<tr><td><code>--expected-artifact-id</code></td><td>optional</td><td></td></tr>
<tr><td><code>--expected-key-id</code></td><td>optional</td><td></td></tr>
<tr><td><code>--json</code></td><td>optional</td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-artifact-status">
<h3><code>vstd artifact status</code></h3>
<p class="ref-help">Compare a descendant with recorded sidecar metadata, or verify current equality against a supplied sealed parent.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>artifact</code></td><td>positional</td><td></td></tr>
<tr><td><code>--record</code></td><td>optional</td><td></td></tr>
<tr><td><code>--parent-bundle</code></td><td>optional</td><td>Actual frozen parent bundle required to establish THAWED_CLEAN or THAWED_DIRTY.</td></tr>
<tr><td><code>--expected-artifact-id</code></td><td>optional</td><td></td></tr>
<tr><td><code>--expected-key-id</code></td><td>optional</td><td></td></tr>
<tr><td><code>--json</code></td><td>optional</td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-experiment">
<h3><code>vstd experiment</code></h3>
<p class="ref-help">Validate or adapt experimental, non-normative workflow records.</p>
<p class="ref-none">No arguments; this command only groups subcommands.</p>
</article>
<article class="ref-item" id="cli-vstd-experiment-validate">
<h3><code>vstd experiment validate</code></h3>
<p class="ref-help">Validate a profile manifest without granting a VSTD verdict.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>manifest</code></td><td>positional</td><td>Experimental workflow manifest JSON.</td></tr>
<tr><td><code>--repo-root</code></td><td>optional</td><td>Repository root used to verify every repo: artifact locator.</td></tr>
<tr><td><code>--json</code></td><td>optional</td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-experiment-github-events">
<h3><code>vstd experiment github-events</code></h3>
<p class="ref-help">Map a strict normalized GitHub snapshot to verdict-neutral events.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>snapshot</code></td><td>positional</td><td>Normalized GitHub snapshot JSON.</td></tr>
<tr><td><code>--json</code></td><td>optional</td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-hardware">
<h3><code>vstd hardware</code></h3>
<p class="ref-help">Discover or emulate accelerator evidence.</p>
<p class="ref-none">No arguments; this command only groups subcommands.</p>
</article>
<article class="ref-item" id="cli-vstd-hardware-list">
<h3><code>vstd hardware list</code></h3>
<p class="ref-help">List accelerator profiles.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>--vendor</code></td><td>optional</td><td></td></tr>
<tr><td><code>--json</code></td><td>optional</td><td>Emit stable machine-readable JSON.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-hardware-inspect">
<h3><code>vstd hardware inspect</code></h3>
<p class="ref-help">Inspect one accelerator profile.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>profile_id</code></td><td>positional</td><td></td></tr>
<tr><td><code>--json</code></td><td>optional</td><td>Emit stable machine-readable JSON.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-hardware-discover">
<h3><code>vstd hardware discover</code></h3>
<p class="ref-help">Run a vendor or generic adapter.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>--adapter</code></td><td>optional</td><td>(one of: generic, nvidia, amd, intel)</td></tr>
<tr><td><code>--fixture</code></td><td>optional</td><td></td></tr>
<tr><td><code>--output</code></td><td>optional</td><td>Write the normalized adapter result JSON.</td></tr>
<tr><td><code>--json</code></td><td>optional</td><td>Emit stable machine-readable JSON.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-hardware-emulate">
<h3><code>vstd hardware emulate</code></h3>
<p class="ref-help">Run the deterministic virtual firmware contract probe.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>--output</code></td><td>optional</td><td></td></tr>
<tr><td><code>--created-at</code></td><td>optional</td><td>Final ISO-8601 receipt timestamp.</td></tr>
<tr><td><code>--device-id</code></td><td>optional</td><td>[default: vstd3-virtual-0]</td></tr>
<tr><td><code>--firmware-version</code></td><td>optional</td><td>[default: 1.0.0]</td></tr>
<tr><td><code>--key-id</code></td><td>optional</td><td>[default: vstd3-virtual-device-key]</td></tr>
<tr><td><code>--key-hex</code></td><td>optional</td><td>Test-only emulator HMAC key in hex.</td></tr>
<tr><td><code>--json</code></td><td>optional</td><td>Emit stable machine-readable JSON.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-hardware-attest">
<h3><code>vstd hardware attest</code></h3>
<p class="ref-help">Run an explicitly virtual attestation probe; no commodity claim is made.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>--virtual</code></td><td>optional</td><td></td></tr>
<tr><td><code>--output</code></td><td>optional</td><td></td></tr>
<tr><td><code>--created-at</code></td><td>optional</td><td></td></tr>
<tr><td><code>--device-id</code></td><td>optional</td><td>[default: vstd3-virtual-0]</td></tr>
<tr><td><code>--firmware-version</code></td><td>optional</td><td>[default: 1.0.0]</td></tr>
<tr><td><code>--key-id</code></td><td>optional</td><td>[default: vstd3-virtual-device-key]</td></tr>
<tr><td><code>--key-hex</code></td><td>optional</td><td></td></tr>
<tr><td><code>--json</code></td><td>optional</td><td>Emit stable machine-readable JSON.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-hardware-capabilities">
<h3><code>vstd hardware capabilities</code></h3>
<p class="ref-help">Evaluate incremental VSTD 3 conformance profiles.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>receipt</code></td><td>positional</td><td></td></tr>
<tr><td><code>--json</code></td><td>optional</td><td>Emit stable machine-readable JSON.</td></tr>
<tr><td><code>--key</code></td><td>optional</td><td>Test-only HMAC verification key; repeat for multiple key ids.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-hardware-verify">
<h3><code>vstd hardware verify</code></h3>
<p class="ref-help">Verify a VSTD 3 receipt and all recorded passing claims.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>receipt</code></td><td>positional</td><td></td></tr>
<tr><td><code>--json</code></td><td>optional</td><td>Emit stable machine-readable JSON.</td></tr>
<tr><td><code>--key</code></td><td>optional</td><td>Test-only HMAC verification key; repeat for multiple key ids.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-continuity">
<h3><code>vstd continuity</code></h3>
<p class="ref-help">Verify authenticated event continuity.</p>
<p class="ref-none">No arguments; this command only groups subcommands.</p>
</article>
<article class="ref-item" id="cli-vstd-continuity-verify">
<h3><code>vstd continuity verify</code></h3>
<p class="ref-help">Subcommand group.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>receipt</code></td><td>positional</td><td></td></tr>
<tr><td><code>--json</code></td><td>optional</td><td>Emit stable machine-readable JSON.</td></tr>
<tr><td><code>--key</code></td><td>optional</td><td>Test-only HMAC verification key; repeat for multiple key ids.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-fleet">
<h3><code>vstd fleet</code></h3>
<p class="ref-help">Verify a declared enrolled fleet boundary.</p>
<p class="ref-none">No arguments; this command only groups subcommands.</p>
</article>
<article class="ref-item" id="cli-vstd-fleet-verify">
<h3><code>vstd fleet verify</code></h3>
<p class="ref-help">Subcommand group.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>receipt</code></td><td>positional</td><td></td></tr>
<tr><td><code>--json</code></td><td>optional</td><td>Emit stable machine-readable JSON.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-evidence">
<h3><code>vstd evidence</code></h3>
<p class="ref-help">Inspect VSTD 3 evidence strength.</p>
<p class="ref-none">No arguments; this command only groups subcommands.</p>
</article>
<article class="ref-item" id="cli-vstd-evidence-inspect">
<h3><code>vstd evidence inspect</code></h3>
<p class="ref-help">Subcommand group.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>receipt</code></td><td>positional</td><td></td></tr>
<tr><td><code>--json</code></td><td>optional</td><td>Emit stable machine-readable JSON.</td></tr>
<tr><td><code>--key</code></td><td>optional</td><td>Test-only HMAC verification key; repeat for multiple key ids.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-claims">
<h3><code>vstd claims</code></h3>
<p class="ref-help">Evaluate or explain VSTD 3 claims.</p>
<p class="ref-none">No arguments; this command only groups subcommands.</p>
</article>
<article class="ref-item" id="cli-vstd-claims-evaluate">
<h3><code>vstd claims evaluate</code></h3>
<p class="ref-help">Subcommand group.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>receipt</code></td><td>positional</td><td></td></tr>
<tr><td><code>--json</code></td><td>optional</td><td>Emit stable machine-readable JSON.</td></tr>
<tr><td><code>--key</code></td><td>optional</td><td>Test-only HMAC verification key; repeat for multiple key ids.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="cli-vstd-claims-explain">
<h3><code>vstd claims explain</code></h3>
<p class="ref-help">Subcommand group.</p>
<table><thead><tr><th>Argument</th><th>Kind</th><th>Meaning</th></tr></thead><tbody>
<tr><td><code>kind</code></td><td>positional</td><td>(one of: DEVICE_IDENTITY, FIRMWARE_INTEGRITY, EXECUTION_OBSERVED, EXECUTION_ATTESTATION, EXECUTION_ACCOUNTING, ACCOUNTING_CONTINUITY, COMPLETE_MEDIATION, FLEET_COMPLETENESS, PHYSICAL_WORLD_COMPLETENESS)</td></tr>
<tr><td><code>--json</code></td><td>optional</td><td>Emit stable machine-readable JSON.</td></tr>
</tbody></table>
</article></div>
</div>
</section>
<section id="api">
<div class="wrap">
<div class="eyebrow">API</div>
<h2>Top-level Python exports.</h2>
<p class="section-lead">The names in <code>verifier.__all__</code>, with their live
signatures and declared docstrings, are the supported runtime surface under the
<a href="https://github.com/TimeLordRaps/verifier/blob/main/docs/API_STABILITY.md">Python API stability policy</a>.
Subpackage imports are internal unless a published policy names them.</p>
<div class="ref-list"><article class="ref-item" id="api-ArtifactControlError">
<h3><code>ArtifactControlError</code> <span class="ref-tag">class</span></h3>
<pre class="ref-signature"><code>ArtifactControlError</code></pre>
<p class="ref-help">Raised when an artifact-control action cannot fail closed.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/artifact_control/__init__.py"><code>verifier.artifact_control</code></a></p>
</article>
<article class="ref-item" id="api-ArtifactVerification">
<h3><code>ArtifactVerification</code> <span class="ref-tag">class</span></h3>
<pre class="ref-signature"><code>ArtifactVerification(state: 'str', artifact_id: 'str | None', content_id: 'str | None', freeze_id: 'str | None', freeze_valid: 'bool', guard_valid: 'bool', valid_seal_ids: 'tuple[str, ...]', key_ids: 'tuple[str, ...]', external_anchor: 'str', errors: 'tuple[str, ...]', warnings: 'tuple[str, ...]') -> None</code></pre>
<p class="ref-help">Result of independently recomputing a frozen artifact and its seals.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/artifact_control/__init__.py"><code>verifier.artifact_control</code></a></p>
<table><thead><tr><th>Method</th><th>Summary</th></tr></thead><tbody>
<tr><td><code>to_dict(self) -> 'dict[str, Any]'</code></td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="api-AssuranceLedger">
<h3><code>AssuranceLedger</code> <span class="ref-tag">class</span></h3>
<pre class="ref-signature"><code>AssuranceLedger(graph: 'ProvenanceHypergraph') -> 'None'</code></pre>
<p class="ref-help">Append-only current-state overlay for an immutable provenance graph.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/data/assurance.py"><code>verifier.data.assurance</code></a></p>
<table><thead><tr><th>Method</th><th>Summary</th></tr></thead><tbody>
<tr><td><code>admissibility_blocking_conflicts(self) -> 'tuple[ConflictRecord, ...]'</code></td><td>Return conflicts whose effect still blocks a clean TRUST route.</td></tr>
<tr><td><code>compose_guilt(self, ancestor_id: 'str', descendant_id: 'str', obligation: 'ObligationCoordinate', proposition: 'BoundProposition', *, localization_event_digest: 'str', responsibility_component_digest: 'str', applicability_component_digest: 'str', violation_component_digest: 'str', session: 'VerificationSession', recorded_at: 'str') -> 'DiagnosticAttribution'</code></td><td>Compose technical GUILT from three exact, separately earned components.</td></tr>
<tr><td><code>current_status(self, artifact_id: 'str') -> 'ArtifactStatus'</code></td><td></td></tr>
<tr><td><code>current_transformation_status(self, transformation_id: 'str') -> 'str'</code></td><td>Return a transformation's additive current status projection.</td></tr>
<tr><td><code>current_trust_events(self) -> 'tuple[AssuranceEvent, ...]'</code></td><td>Return recursively current edge-local TRUST records.</td></tr>
<tr><td><code>diagnose(self, kind: 'DiagnosticKind', ancestor_id: 'str', descendant_id: 'str', proposition: 'Optional[BoundProposition]', *, session: 'VerificationSession', recorded_at: 'str') -> 'DiagnosticAttribution'</code></td><td>Compute BLAME, or fail closed for legacy opaque GUILT calls.</td></tr>
<tr><td><code>establish_guilt_components(self, ancestor_id: 'str', descendant_id: 'str', obligation: 'ObligationCoordinate', responsibility_proposition: 'BoundProposition', applicability_proposition: 'BoundProposition', violation_proposition: 'BoundProposition', *, localization_event_digest: 'str', session: 'VerificationSession', recorded_at: 'str') -> 'tuple[AssuranceEvent, AssuranceEvent, AssuranceEvent]'</code></td><td>Run one compound mechanism and retain three separately bound results.</td></tr>
<tr><td><code>establish_obligation_applicability(self, artifact_id: 'str', obligation: 'ObligationCoordinate', proposition: 'BoundProposition', *, session: 'VerificationSession', recorded_at: 'str') -> 'AssuranceEvent'</code></td><td>Evaluate whether one exact obligation applies to one exact artifact.</td></tr>
<tr><td><code>establish_obligation_violation(self, ancestor_id: 'str', descendant_id: 'str', obligation: 'ObligationCoordinate', proposition: 'BoundProposition', *, localization_event_digest: 'str', applicability_component_digest: 'str', session: 'VerificationSession', recorded_at: 'str') -> 'AssuranceEvent'</code></td><td>Evaluate violation after exact applicability and deviation localization.</td></tr>
<tr><td><code>establish_responsibility(self, ancestor_id: 'str', descendant_id: 'str', proposition: 'BoundProposition', *, localization_event_digest: 'str', session: 'VerificationSession', recorded_at: 'str') -> 'AssuranceEvent'</code></td><td>Evaluate one separately bound material-contribution component.</td></tr>
<tr><td><code>events(self) -> 'tuple[AssuranceEvent, ...]'</code></td><td></td></tr>
<tr><td><code>impacted_descendants(self, artifact_id: 'str') -> 'tuple[str, ...]'</code></td><td>Return the deduplicated recorded forward impact set, not a verdict.</td></tr>
<tr><td><code>localize_cause(self, ancestor_id: 'str', descendant_id: 'str', proposition: 'BoundProposition', *, rust_event_digest: 'str', session: 'VerificationSession', recorded_at: 'str') -> 'AssuranceEvent'</code></td><td>Bind one ancestor to one exact passing descendant-deviation event.</td></tr>
<tr><td><code>materialize_current_graph(self) -> 'ProvenanceHypergraph'</code></td><td>Create a derived current view; never mutate the historical graph.</td></tr>
<tr><td><code>project_challenges(self, challenges: 'ChallengeLedger', *, recorded_at: 'str') -> 'tuple[AssuranceEvent, ...]'</code></td><td>Project challenge state into an additive current Graph overlay.</td></tr>
<tr><td><code>record_conflict(self, conflict: 'ConflictRecord', proposition: 'BoundProposition', *, session: 'VerificationSession', recorded_at: 'str') -> 'AssuranceEvent'</code></td><td>Add mechanism-established current conflict evidence without rewriting Graph.</td></tr>
<tr><td><code>record_rot(self, artifact_id: 'str', resulting_status: 'ArtifactStatus', proposition: 'BoundProposition', *, session: 'VerificationSession', recorded_at: 'str') -> 'AssuranceEvent'</code></td><td></td></tr>
<tr><td><code>record_rust(self, descendant_id: 'str', deviation: 'BoundProposition', *, session: 'VerificationSession', recorded_at: 'str') -> 'AssuranceEvent'</code></td><td></td></tr>
<tr><td><code>record_status_projection(self, artifact_id: 'str', proposition: 'BoundProposition', *, session: 'VerificationSession', recorded_at: 'str') -> 'AssuranceEvent'</code></td><td>Record a mechanism-checked current-status projection additively.</td></tr>
<tr><td><code>record_trust(self, target_id: 'str', source_ids: 'Iterable[str]', proposition: 'BoundProposition', *, transformation_id: 'str', prerequisite_trust_event_digests: 'Iterable[str]' = (), session: 'VerificationSession', recorded_at: 'str') -> 'AssuranceEvent'</code></td><td></td></tr>
<tr><td><code>resolutions(self) -> 'tuple[ConflictResolution, ...]'</code></td><td></td></tr>
<tr><td><code>resolve_conflict(self, conflict_id: 'str', selected_value: 'str', proposition: 'BoundProposition', *, session: 'VerificationSession', recorded_at: 'str') -> 'ConflictResolution'</code></td><td>Adjudicate one value without equating selection with admissibility.</td></tr>
<tr><td><code>rust_concentration(self) -> 'tuple[StructuralConcentration, ...]'</code></td><td></td></tr>
<tr><td><code>to_dict(self) -> 'dict[str, Any]'</code></td><td></td></tr>
<tr><td><code>unresolved_conflicts(self) -> 'tuple[ConflictRecord, ...]'</code></td><td></td></tr>
<tr><td><code>verify_hash_chain(self) -> 'bool'</code></td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="api-BoundProposition">
<h3><code>BoundProposition</code> <span class="ref-tag">class</span></h3>
<pre class="ref-signature"><code>BoundProposition(subject_id: 'str', predicate: 'str', expected: 'Any', mechanism_id: 'str', mechanism_digest: 'str', evidence_refs: 'tuple[str, ...]', trust_roots: 'tuple[str, ...]', bounds: 'EvidenceBounds', parameters: 'Mapping[str, str]' = <factory>) -> None</code></pre>
<p class="ref-help">Exact proposition, evidence, mechanism, trust-root, and bound binding.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/evidence.py"><code>verifier.core.evidence</code></a></p>
<table><thead><tr><th>Method</th><th>Summary</th></tr></thead><tbody>
<tr><td><code>digest(self) -> 'str'</code></td><td></td></tr>
<tr><td><code>to_dict(self) -> 'dict[str, Any]'</code></td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="api-DecisionCertificate">
<h3><code>DecisionCertificate</code> <span class="ref-tag">class</span></h3>
<pre class="ref-signature"><code>DecisionCertificate(header: 'CertificateHeader', formula: 'tuple[tuple[int, ...], ...]', grounding: 'Grounding', decision: 'DecisionBlock', hints: 'dict[str, Any]' = <factory>) -> None</code></pre>
<p class="ref-help">Canonical grounded decision certificate (GDC) blocks for the bounded checker.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/certificate.py"><code>verifier.core.certificate</code></a></p>
<table><thead><tr><th>Method</th><th>Summary</th></tr></thead><tbody>
<tr><td><code>digest(self) -> 'str'</code></td><td></td></tr>
<tr><td><code>to_dict(self) -> 'dict[str, Any]'</code></td><td></td></tr>
<tr><td><code>without_hints(self) -> "'DecisionCertificate'"</code></td><td>Hint-stripped form.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="api-EvidenceBindingError">
<h3><code>EvidenceBindingError</code> <span class="ref-tag">class</span></h3>
<pre class="ref-signature"><code>EvidenceBindingError</code></pre>
<p class="ref-help">An evidence binding is malformed or cannot be resolved exactly.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/evidence.py"><code>verifier.core.evidence</code></a></p>
</article>
<article class="ref-item" id="api-EvidenceBounds">
<h3><code>EvidenceBounds</code> <span class="ref-tag">class</span></h3>
<pre class="ref-signature"><code>EvidenceBounds(max_evidence_items: 'int', max_evidence_bytes: 'int') -> None</code></pre>
<p class="ref-help">Resource ceilings enforced before invoking a domain mechanism.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/evidence.py"><code>verifier.core.evidence</code></a></p>
<table><thead><tr><th>Method</th><th>Summary</th></tr></thead><tbody>
<tr><td><code>to_dict(self) -> 'dict[str, int]'</code></td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="api-EvidenceStore">
<h3><code>EvidenceStore</code> <span class="ref-tag">class</span></h3>
<pre class="ref-signature"><code>EvidenceStore() -> 'None'</code></pre>
<p class="ref-help">In-memory content-addressed evidence store with collision/fork refusal.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/evidence.py"><code>verifier.core.evidence</code></a></p>
<table><thead><tr><th>Method</th><th>Summary</th></tr></thead><tbody>
<tr><td><code>add(self, payload: 'bytes') -> 'str'</code></td><td></td></tr>
<tr><td><code>export_base64(self, references: 'Sequence[str]') -> 'dict[str, str]'</code></td><td>Export exact evidence bytes for portable, offline mechanism replay.</td></tr>
<tr><td><code>import_base64(self, payloads: 'Mapping[str, str]') -> 'None'</code></td><td>Import a portable bundle and refuse every reference/byte mismatch.</td></tr>
<tr><td><code>resolve(self, reference: 'str') -> 'bytes'</code></td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="api-MechanismDecision">
<h3><code>MechanismDecision</code> <span class="ref-tag">class</span></h3>
<pre class="ref-signature"><code>MechanismDecision(outcome: 'MechanismOutcome', details: 'str', observations: 'Mapping[str, Any]' = <factory>) -> None</code></pre>
<p class="ref-help">One bounded mechanism result plus its exact observations.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/evidence.py"><code>verifier.core.evidence</code></a></p>
</article>
<article class="ref-item" id="api-MechanismOutcome">
<h3><code>MechanismOutcome</code> <span class="ref-tag">enum</span></h3>
<p class="ref-help">Enumeration of the exported result values.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/evidence.py"><code>verifier.core.evidence</code></a></p>
<p class="ref-help">Members: <code>PASS, FAIL, UNKNOWN</code></p>
</article>
<article class="ref-item" id="api-ObligationCoordinate">
<h3><code>ObligationCoordinate</code> <span class="ref-tag">class</span></h3>
<pre class="ref-signature"><code>ObligationCoordinate(obligation_id: 'str' = '', content_digest: 'str' = '', scope: 'Mapping[str, str]' = <factory>, assumptions: 'tuple[str, ...]' = (), exclusions: 'tuple[str, ...]' = ()) -> None</code></pre>
<p class="ref-help">Exact technical obligation and the declared scope in which it applies.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/data/assurance.py"><code>verifier.data.assurance</code></a></p>
<table><thead><tr><th>Method</th><th>Summary</th></tr></thead><tbody>
<tr><td><code>digest(self) -> 'str'</code></td><td></td></tr>
<tr><td><code>to_dict(self) -> 'dict[str, Any]'</code></td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="api-ProvenanceHypergraph">
<h3><code>ProvenanceHypergraph</code> <span class="ref-tag">class</span></h3>
<pre class="ref-signature"><code>ProvenanceHypergraph() -> 'None'</code></pre>
<p class="ref-help">N-ary Hypergraph structure for dataset, training, and artifact lineage.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/data/models.py"><code>verifier.data.models</code></a></p>
<table><thead><tr><th>Method</th><th>Summary</th></tr></thead><tbody>
<tr><td><code>add_artifact(self, artifact: 'ArtifactNode') -> 'str'</code></td><td></td></tr>
<tr><td><code>add_conflict(self, conflict: 'ConflictRecord') -> 'str'</code></td><td></td></tr>
<tr><td><code>add_contributor(self, contributor: 'ContributorSpec') -> 'str'</code></td><td></td></tr>
<tr><td><code>add_rights(self, rights: 'RightsSpec') -> 'str'</code></td><td></td></tr>
<tr><td><code>add_transformation(self, transform: 'TransformationHyperedge') -> 'str'</code></td><td></td></tr>
<tr><td><code>ancestors(self, artifact_ids: 'Iterable[str]') -> 'set[str]'</code></td><td>Backward reachability closure across transformation hyperedges.</td></tr>
<tr><td><code>blast_radius(self, revoked_artifact_id: 'str') -> 'list[str]'</code></td><td>Compute the forward blast radius of affected downstream artifacts when one node is revoked.</td></tr>
<tr><td><code>compute_completeness(self) -> 'CompletenessMetrics'</code></td><td></td></tr>
<tr><td><code>descendants(self, artifact_ids: 'Iterable[str]') -> 'set[str]'</code></td><td>Forward reachability closure across transformation hyperedges.</td></tr>
<tr><td><code>has_conflict(self, subject_id: 'str') -> 'bool'</code></td><td></td></tr>
<tr><td><code>incoming_hyperedges(self, artifact_id: 'str') -> 'list[TransformationHyperedge]'</code></td><td>Hyperedges that produce artifact_id as an output.</td></tr>
<tr><td><code>outgoing_hyperedges(self, artifact_id: 'str') -> 'list[TransformationHyperedge]'</code></td><td>Hyperedges that consume artifact_id as an input.</td></tr>
<tr><td><code>root_sources(self) -> 'set[str]'</code></td><td>Artifacts with zero incoming hyperedges (genesis roots).</td></tr>
<tr><td><code>to_dict(self) -> 'dict[str, Any]'</code></td><td></td></tr>
<tr><td><code>validate_structure(self, *, allow_legacy_identifier_overlap: 'bool' = False) -> 'list[str]'</code></td><td>Return deterministic errors for the implemented graph surface.</td></tr>
<tr><td><code>verify_acyclicity(self, artifact_ids: 'Optional[Iterable[str]]' = None) -> 'bool'</code></td><td>Check whether all or a selected artifact-induced subgraph contains cycles.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="api-ReproducibilityLevel">
<h3><code>ReproducibilityLevel</code> <span class="ref-tag">enum</span></h3>
<p class="ref-help">Monotone reproduction-fidelity states; class name retained for compatibility.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/reproducibility.py"><code>verifier.core.reproducibility</code></a></p>
<p class="ref-help">Members: <code>BITWISE_IDENTICAL, CONTENT_IDENTICAL, EVIDENCE_EQUIVALENT, RESULT_EQUIVALENT, SEMANTIC_REPRODUCTION</code></p>
</article>
<article class="ref-item" id="api-VerificationGeometry">
<h3><code>VerificationGeometry</code> <span class="ref-tag">class</span></h3>
<pre class="ref-signature"><code>VerificationGeometry(geometry_id: 'str', primary_subject_id: 'str', subjects: 'list[Subject]', loci: 'list[Locus]', facets: 'list[Facet]', coordinates: 'list[Coordinate]', surface: 'VerificationSurface', seams: 'list[Seam]' = <factory>, mechanisms: 'list[VerificationMechanism]' = <factory>, judgments: 'list[CoordinateJudgment]' = <factory>, horizons: 'list[Horizon]' = <factory>, residuals: 'list[Residual]' = <factory>, valences: 'list[VerificationValence]' = <factory>, reconstructions: 'list[ReconstructionAttempt]' = <factory>, verification_layers: 'list[VerificationLayer]' = <factory>, novelties: 'list[Novelty]' = <factory>, secondary_subject_id: 'Optional[str]' = None, focus_coordinate_ids: 'tuple[str, ...]' = (), meta_focus_coordinate_ids: 'tuple[str, ...]' = (), schema_version: 'str' = 'VSTD-2') -> None</code></pre>
<p class="ref-help">A finite verification geometry and its higher-order audit surface.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/geometry.py"><code>verifier.core.geometry</code></a></p>
<table><thead><tr><th>Method</th><th>Summary</th></tr></thead><tbody>
<tr><td><code>assess_closure(self) -> 'ClosureAssessment'</code></td><td>Assess declared closure and higher-order self-closure separately.</td></tr>
<tr><td><code>canonical_digest(self) -> 'str'</code></td><td></td></tr>
<tr><td><code>to_dict(self) -> 'dict[str, Any]'</code></td><td></td></tr>
<tr><td><code>validate(self) -> 'list[str]'</code></td><td>Return structural and epistemic errors; an empty list means valid.</td></tr>
</tbody></table>
</article>
<article class="ref-item" id="api-VerificationSession">
<h3><code>VerificationSession</code> <span class="ref-tag">class</span></h3>
<pre class="ref-signature"><code>VerificationSession(evidence: 'EvidenceStore') -> 'None'</code></pre>
<p class="ref-help">Resolve evidence and rerun only explicitly registered mechanisms.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/evidence.py"><code>verifier.core.evidence</code></a></p>
<table><thead><tr><th>Method</th><th>Summary</th></tr></thead><tbody>
<tr><td><code>evaluate(self, binding: 'BoundProposition') -> 'EvaluatedProposition'</code></td><td></td></tr>
<tr><td><code>evaluate_compound(self, bindings: 'Sequence[BoundProposition]') -> 'tuple[EvaluatedProposition, ...]'</code></td><td>Run one compound mechanism invocation over separately bound propositions.</td></tr>
<tr><td><code>register(self, mechanism: 'VerificationMechanism') -> 'None'</code></td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="api-VerificationVerdict">
<h3><code>VerificationVerdict</code> <span class="ref-tag">enum</span></h3>
<p class="ref-help">Outcome vocabulary returned by the VSTD-1 claim-mechanics checker.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/checker.py"><code>verifier.core.checker</code></a></p>
<p class="ref-help">Members: <code>VERIFIED, FALSIFIED, INDETERMINATE, UNSUPPORTED</code></p>
</article>
<article class="ref-item" id="api-VstdReceipt">
<h3><code>VstdReceipt</code> <span class="ref-tag">class</span></h3>
<pre class="ref-signature"><code>VstdReceipt(schema_version: 'str', receipt_kind: 'str', receipt_id: 'str', claim: 'ClaimSpec', evidence: 'EvidencePayload', target_result: 'dict[str, Any]', independent_audit: 'IndependentAuditReport', provenance: 'ProvenanceRecord', reproducibility: 'dict[str, Any]', canonical_digest: 'str' = '', execution_metadata: 'Optional[ExecutionMetadata]' = None) -> None</code></pre>
<p class="ref-help">Mutable in-memory model of a canonically digested VSTD-1 claim receipt.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/receipt.py"><code>verifier.core.receipt</code></a></p>
<table><thead><tr><th>Method</th><th>Summary</th></tr></thead><tbody>
<tr><td><code>compute_and_set_digest(self) -> 'str'</code></td><td></td></tr>
<tr><td><code>get_stable_payload(self) -> 'dict[str, Any]'</code></td><td>Extract only deterministic, location-independent fields for canonical hashing.</td></tr>
<tr><td><code>save_to_directory(self, out_dir: 'Path') -> 'Path'</code></td><td></td></tr>
<tr><td><code>to_dict(self) -> 'dict[str, Any]'</code></td><td></td></tr>
<tr><td><code>verify_digest_integrity(self) -> 'bool'</code></td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="api-WitnessBundle">
<h3><code>WitnessBundle</code> <span class="ref-tag">class</span></h3>
<pre class="ref-signature"><code>WitnessBundle(claim_id: 'str', declarant_id: 'str', claim_binding_digest: 'str', witnesses: 'tuple[WitnessIdentity, ...]', independence: 'tuple[IndependenceAssertion, ...]', corroborations: 'tuple[CorroborationRecord, ...]') -> None</code></pre>
<p class="ref-help">Claim-bound identities, ordered separation assertions, and corroborations.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/witness.py"><code>verifier.core.witness</code></a></p>
<table><thead><tr><th>Method</th><th>Summary</th></tr></thead><tbody>
<tr><td><code>to_dict(self) -> 'dict[str, Any]'</code></td><td></td></tr>
</tbody></table>
</article>
<article class="ref-item" id="api-assess_witness_corroboration">
<h3><code>assess_witness_corroboration</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>assess_witness_corroboration(entry: 'EvidenceBoundDepthResult', bundle: 'WitnessBundle', *, session: 'VerificationSession') -> 'WitnessCorroborationResult'</code></pre>
<p class="ref-help">Recheck VSTD-5 entry, separation evidence, and corroboration evidence.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/witness.py"><code>verifier.core.witness</code></a></p>
</article>
<article class="ref-item" id="api-build_evidence_bound_graph_level_record">
<h3><code>build_evidence_bound_graph_level_record</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>build_evidence_bound_graph_level_record(result: 'EvidenceBoundGraphLevelResult', *, graph: 'ProvenanceHypergraph', members: 'Sequence[str]', binding: 'ClaimBinding', object_evidence: 'Mapping[str, BoundProposition]', edge_evidence: 'Mapping[str, BoundProposition]', session: 'VerificationSession') -> 'dict[str, Any]'</code></pre>
<p class="ref-help">Serialize exact Graph rating bindings and bytes for offline replay.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/data/graph_level.py"><code>verifier.data.graph_level</code></a></p>
</article>
<article class="ref-item" id="api-build_evidence_bound_vstd4_receipt">
<h3><code>build_evidence_bound_vstd4_receipt</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>build_evidence_bound_vstd4_receipt(result: 'EvidenceBoundDepthResult', *, receipt_id: 'str', claim_id: 'str', binding: 'ClaimBinding', prerequisite_evidence: 'Mapping[int, BoundProposition]', rung_evidence: 'Mapping[str, BoundProposition]', session: 'VerificationSession', status: 'str' = 'VALID') -> 'dict[str, object]'</code></pre>
<p class="ref-help">Serialize every input needed to rerun an evidence-bound VSTD-4 result.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/depth.py"><code>verifier.core.depth</code></a></p>
</article>
<article class="ref-item" id="api-build_vstd5_receipt">
<h3><code>build_vstd5_receipt</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>build_vstd5_receipt(entry: 'EvidenceBoundDepthResult', bundle: 'WitnessBundle', result: 'WitnessCorroborationResult', *, receipt_id: 'str', session: 'VerificationSession') -> 'dict[str, Any]'</code></pre>
<p class="ref-help">Serialize a replayable VSTD-5 receipt without treating names as trust.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/witness.py"><code>verifier.core.witness</code></a></p>
</article>
<article class="ref-item" id="api-capture_run">
<h3><code>capture_run</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>capture_run(manifest: 'Mapping[str, Any]', manifest_dir: 'Path', receipt_id: 'Optional[str]' = None) -> 'GenericRunReceipt'</code></pre>
<p class="ref-help">Execute the manifest-declared command and capture a computational run receipt.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/run.py"><code>verifier.core.run</code></a></p>
</article>
<article class="ref-item" id="api-certificate_from_canonical_bytes">
<h3><code>certificate_from_canonical_bytes</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>certificate_from_canonical_bytes(data: 'bytes') -> 'DecisionCertificate'</code></pre>
<p class="ref-help">Decode only the canonical JSON representation used in commitment digests.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/certificate.py"><code>verifier.core.certificate</code></a></p>
</article>
<article class="ref-item" id="api-claim_binding_from_dict">
<h3><code>claim_binding_from_dict</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>claim_binding_from_dict(data: 'Mapping[str, object]') -> 'ClaimBinding'</code></pre>
<p class="ref-help">Reconstruct the exact VSTD-4 claim binding carried by a receipt.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/depth.py"><code>verifier.core.depth</code></a></p>
</article>
<article class="ref-item" id="api-compute_canonical_digest">
<h3><code>compute_canonical_digest</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>compute_canonical_digest(stable_payload: 'Mapping[str, Any]') -> 'str'</code></pre>
<p class="ref-help">Compute SHA-256 digest of canonicalized stable payload.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/receipt.py"><code>verifier.core.receipt</code></a></p>
</article>
<article class="ref-item" id="api-establish_graph_level">
<h3><code>establish_graph_level</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>establish_graph_level(graph: 'ProvenanceHypergraph', *, collection_id: 'str', members: 'Sequence[str]', object_evidence: 'Mapping[str, BoundProposition]', edge_evidence: 'Mapping[str, BoundProposition]', session: 'VerificationSession', binding: 'ClaimBinding') -> 'EvidenceBoundGraphLevelResult'</code></pre>
<p class="ref-help">Rerun rating mechanisms before computing a conforming Graph profile.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/data/graph_level.py"><code>verifier.data.graph_level</code></a></p>
</article>
<article class="ref-item" id="api-establish_vstd4">
<h3><code>establish_vstd4</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>establish_vstd4(rung_evidence: 'Mapping[str, BoundProposition]', *, prerequisite_evidence: 'Mapping[int, BoundProposition]', session: 'VerificationSession', claim_id: 'str', binding: 'ClaimBinding') -> 'EvidenceBoundDepthResult'</code></pre>
<p class="ref-help">Rerun evidence mechanisms and establish VSTD-4 only if all pass.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/depth.py"><code>verifier.core.depth</code></a></p>
</article>
<article class="ref-item" id="api-freeze_artifact">
<h3><code>freeze_artifact</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>freeze_artifact(source: 'str | Path', bundle: 'str | Path', *, media_type: 'str' = 'application/octet-stream', parent_bundles: 'Iterable[str | Path]' = (), context_bundles: 'Iterable[str | Path]' = ()) -> 'dict[str, Any]'</code></pre>
<p class="ref-help">Preserve exact bytes in a new guarded bundle without creating a seal.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/artifact_control/__init__.py"><code>verifier.artifact_control</code></a></p>
</article>
<article class="ref-item" id="api-graph_collection_binding_digest">
<h3><code>graph_collection_binding_digest</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>graph_collection_binding_digest(graph: 'ProvenanceHypergraph', *, collection_id: 'str', members: 'Sequence[str]', binding: 'ClaimBinding') -> 'str'</code></pre>
<p class="ref-help">Bind ratings to one Graph, member set, collection, and claim coordinate.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/data/graph_level.py"><code>verifier.data.graph_level</code></a></p>
</article>
<article class="ref-item" id="api-recheck_assurance_log">
<h3><code>recheck_assurance_log</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>recheck_assurance_log(payload: 'Mapping[str, Any]', *, mechanisms: 'Iterable[VerificationMechanism]') -> 'AssuranceLedger'</code></pre>
<p class="ref-help">Rebuild and replay a portable assurance log from its embedded bytes.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/data/assurance.py"><code>verifier.data.assurance</code></a></p>
</article>
<article class="ref-item" id="api-recheck_evidence_bound_graph_level_record">
<h3><code>recheck_evidence_bound_graph_level_record</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>recheck_evidence_bound_graph_level_record(graph: 'ProvenanceHypergraph', record: 'Mapping[str, Any]', *, mechanisms: 'Sequence[VerificationMechanism]') -> 'EvidenceBoundGraphLevelResult'</code></pre>
<p class="ref-help">Rebuild the evidence store, rerun rating mechanisms, and compare result.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/data/graph_level.py"><code>verifier.data.graph_level</code></a></p>
</article>
<article class="ref-item" id="api-recheck_evidence_bound_vstd4_receipt">
<h3><code>recheck_evidence_bound_vstd4_receipt</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>recheck_evidence_bound_vstd4_receipt(receipt: 'Mapping[str, object]', *, mechanisms: 'Sequence[VerificationMechanism]') -> 'EvidenceBoundDepthResult'</code></pre>
<p class="ref-help">Reconstruct evidence bytes and rerun an evidence-bound VSTD-4 receipt.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/depth.py"><code>verifier.core.depth</code></a></p>
</article>
<article class="ref-item" id="api-recheck_vstd5_receipt">
<h3><code>recheck_vstd5_receipt</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>recheck_vstd5_receipt(entry: 'EvidenceBoundDepthResult', receipt: 'Mapping[str, Any]', *, mechanisms: 'tuple[VerificationMechanism, ...]') -> 'WitnessCorroborationResult'</code></pre>
<p class="ref-help">Import exact bytes, rerun all witness mechanisms, and compare the result.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/witness.py"><code>verifier.core.witness</code></a></p>
</article>
<article class="ref-item" id="api-require_vstd5_entry">
<h3><code>require_vstd5_entry</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>require_vstd5_entry(result: 'DepthResult | EvidenceBoundDepthResult') -> 'EvidenceBoundDepthResult'</code></pre>
<p class="ref-help">Reject the current unbound candidate result at the VSTD-5 boundary.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/depth.py"><code>verifier.core.depth</code></a></p>
</article>
<article class="ref-item" id="api-seal_artifact">
<h3><code>seal_artifact</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>seal_artifact(bundle: 'str | Path', private_key: 'str | Path') -> 'dict[str, Any]'</code></pre>
<p class="ref-help">Add one deterministic, readable, self-closing Ed25519 seal.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/artifact_control/__init__.py"><code>verifier.artifact_control</code></a></p>
</article>
<article class="ref-item" id="api-thaw_artifact">
<h3><code>thaw_artifact</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>thaw_artifact(bundle: 'str | Path', destination: 'str | Path', *, expected_artifact_id: 'str | None' = None, expected_key_id: 'str | None' = None) -> 'dict[str, Any]'</code></pre>
<p class="ref-help">Create a mutable descendant from a cleanly sealed frozen artifact.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/artifact_control/__init__.py"><code>verifier.artifact_control</code></a></p>
</article>
<article class="ref-item" id="api-thawed_artifact_status">
<h3><code>thawed_artifact_status</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>thawed_artifact_status(artifact: 'str | Path', thaw_record: 'str | Path | None' = None, *, parent_bundle: 'str | Path | None' = None, expected_artifact_id: 'str | None' = None, expected_key_id: 'str | None' = None) -> 'dict[str, Any]'</code></pre>
<p class="ref-help">Assess current descendant equality without authenticating the historical copy.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/artifact_control/__init__.py"><code>verifier.artifact_control</code></a></p>
</article>
<article class="ref-item" id="api-validate_run_receipt">
<h3><code>validate_run_receipt</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>validate_run_receipt(receipt_path_or_dir: 'Path') -> 'int'</code></pre>
<p class="ref-help">Validate one generic-run receipt's required fields and stable canonical digest.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/run_validation.py"><code>verifier.core.run_validation</code></a></p>
</article>
<article class="ref-item" id="api-verify_frozen_artifact">
<h3><code>verify_frozen_artifact</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>verify_frozen_artifact(bundle: 'str | Path', *, expected_artifact_id: 'str | None' = None, expected_key_id: 'str | None' = None, require_seal: 'bool' = True) -> 'ArtifactVerification'</code></pre>
<p class="ref-help">Recompute preserved bytes, write guards, closure, and optional external anchors.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/artifact_control/__init__.py"><code>verifier.artifact_control</code></a></p>
</article>
<article class="ref-item" id="api-vstd4_depth">
<h3><code>vstd4_depth</code> <span class="ref-tag">function</span></h3>
<pre class="ref-signature"><code>vstd4_depth(evidence: 'Mapping[str, str]', *, claim_id: 'str', binding: 'ClaimBinding') -> 'DepthResult'</code></pre>
<p class="ref-help">Compute a structural candidate depth from caller-supplied references.</p>
<p class="ref-source">Defined in <a href="https://github.com/TimeLordRaps/verifier/blob/main/src/verifier/core/depth.py"><code>verifier.core.depth</code></a></p>
</article></div>
</div>
</section>
<section id="wire">
<div class="wrap">
<div class="eyebrow">Wire</div>
<h2>Canonical schemas and identifiers.</h2>
<p class="section-lead">Receipt schemas are served from this site at their canonical
<code>$id</code> routes, and their serialized `schema_version` identifiers are listed in the
standard.</p>
<div class="actions">
<a class="button" href="standard/WIRE_IDENTIFIERS.html">Wire identifiers</a>
<a class="button" href="https://github.com/TimeLordRaps/verifier/blob/main/receipts/schema">Schema sources</a>
<a class="button" href="docs/QUICKSTART.html">Quickstart</a>
<a class="button" href="docs/CLAIMS_AND_LIMITS.html">Claim limits</a>
</div>
</div>
</section>
</main>
<footer><div class="wrap">VSTD · Apache-2.0 · Reference generated from the implementation by <code>scripts/build_reference.py</code>.</div></footer>
</body>
</html>