Files
wsg/docs/rules/fragments/10_AttestedComputation.md
T
Jérôme Bousquié 37432536dc refactor spec OKF
2026-08-01 09:34:12 +02:00

551 B
Raw Blame History

type, title, sources, generated, verified, status, stale_after
type title sources generated verified status stale_after
Section Attested Computation (§10)
SPEC.md
true false current 2026-12-31

Attested Computation (§10)

The computation field records a deterministic computation that can be rerun to verify a documents content. It typically includes a reference to a script or function and its inputs.

Example

computation:
  script: verify_hash.sh
  args: ["{{file}}", "{{expected_hash}}"]

When the computation succeeds, the document can be marked verified: true.