mirror of
https://github.com/saymrwulf/proof-aware-crypto-tooling-agent.git
synced 2026-09-03 19:53:43 +00:00
evidence: name the capture honestly — STH at capture time (size 8), pointer to today's live state
This commit is contained in:
parent
4e1cb19e06
commit
5bea4c85cb
1 changed files with 6 additions and 1 deletions
|
|
@ -4,12 +4,17 @@ Signed, transparency-logged attestations from a REAL guarded replay of the
|
||||||
four `saymrwulf/*-ed25519-verified` repositories (2026-07-06/07, ~30 min of
|
four `saymrwulf/*-ed25519-verified` repositories (2026-07-06/07, ~30 min of
|
||||||
Lean re-checking per fork under `lean-guard` memory caps).
|
Lean re-checking per fork under `lean-guard` memory caps).
|
||||||
|
|
||||||
|
This directory is a dated capture, kept byte-stable on purpose: every file
|
||||||
|
verifies against the head it cites. The live log has since grown (19 leaves,
|
||||||
|
dual-signed heads); `python3 verify.py --all` in the public mirror re-checks
|
||||||
|
today's full state.
|
||||||
|
|
||||||
| File | What it is |
|
| File | What it is |
|
||||||
|---|---|
|
|---|---|
|
||||||
| `<fork>-ed25519.attestation.yaml` | Signed proof-check attestation: repo commit, environment, machine-protection block, and all 16 certificates with their OBSERVED axiom cones (the four apex tiers carry the fork's exact documented boundary) |
|
| `<fork>-ed25519.attestation.yaml` | Signed proof-check attestation: repo commit, environment, machine-protection block, and all 16 certificates with their OBSERVED axiom cones (the four apex tiers carry the fork's exact documented boundary) |
|
||||||
| `<fork>-ed25519.receipt.yaml` | RFC 9162-style inclusion receipt binding the attestation into the transparency log (tree size 8), with a consistency anchor |
|
| `<fork>-ed25519.receipt.yaml` | RFC 9162-style inclusion receipt binding the attestation into the transparency log (tree size 8), with a consistency anchor |
|
||||||
| `provider.ed25519.pub` | The provider's public key (the PRIVATE key never leaves `provider/state/`, which is gitignored) |
|
| `provider.ed25519.pub` | The provider's public key (the PRIVATE key never leaves `provider/state/`, which is gitignored) |
|
||||||
| `log-metadata.json`, `latest-sth.yaml` | Log identity and the latest Signed Tree Head |
|
| `log-metadata.json`, `latest-sth.yaml` | Log identity and the Signed Tree Head at capture time (tree size 8) |
|
||||||
| `log-audit.txt` | Monitor self-check output (recomputed root matches the signed root) |
|
| `log-audit.txt` | Monitor self-check output (recomputed root matches the signed root) |
|
||||||
|
|
||||||
The log holds EIGHT leaves: entries 0-3 are the first run's attestations,
|
The log holds EIGHT leaves: entries 0-3 are the first run's attestations,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue