You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renames docs/VQL-SPEC.adoc → docs/VCL-SPEC.adoc (completes the VQL→VCL
filename migration; content was already renamed earlier).
Adds the two V4 proof types to §Proof Types:
PROVEN — (obligation_class, prover) pair certified via learning loop
(success_rate ≥ τ_proven ∧ total_attempts ≥ N_proven)
SANCTIFY — class-level portfolio attestation (≥ k_sanctify PROVEN
provers across ≥ N_sanctify combined attempts)
Both resolve at runtime via GET /api/v1/proof_attempts/certificates
and Hypatia.VCL.ProofResolver (committed in hypatia d142bb5).
Default thresholds: τ=0.80, N_proven=20, k_sanctify=2, N_sanctify=50.
Updates the keyword list to include PROVEN and SANCTIFY.
Updates all VQL-SPEC references in docs/code to VCL-SPEC.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments