Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ docs/dashboard.md local HTML dashboard workflow

## Roadmap

- [Draft ProofPatch RFC](docs/rfc-proofpatch.md): deterministic preimage-to-candidate
mutation receipts. No implementation or compatibility claim yet.
- OpenTelemetry-shaped trace adapter.
- GitHub pull-request comment, status badge and required-check examples.
- Policy comparator and shared fixture registry.
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/proof-bundle.attestation.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"subject": {
"tool": {
"name": "agent-proof-kit",
"version": "0.4.0"
"version": "0.4.1"
},
"status": "pass",
"runId": "demo-agent-run-001"
},
"digest": {
"algorithm": "sha256",
"value": "39c649a2ae765f386b89d1e54d7f5a826a484ff1168ef07e04dbf3e8171b8ded"
"value": "e24243371eba4171f90c2b7e448419b72b14c20c373bc601ca3fa1f5570666ba"
},
"signature": null
}
4 changes: 2 additions & 2 deletions docs/generated/proof-bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"generatedAt": "2026-06-18T00:00:00.000Z",
"tool": {
"name": "agent-proof-kit",
"version": "0.4.0"
"version": "0.4.1"
},
"subject": "Synthetic release assistant trial",
"status": "pass",
Expand Down Expand Up @@ -65,7 +65,7 @@
"scan": {
"status": "pass",
"rootPath": ".",
"filesScanned": 84,
"filesScanned": 86,
"skippedFiles": [],
"findings": []
},
Expand Down
8 changes: 4 additions & 4 deletions docs/generated/proof-dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,16 @@
<main>
<header>
<h1>Agent Proof Dashboard</h1>
<div class="meta">Synthetic release assistant trial · agent-proof-kit 0.4.0</div>
<div class="meta">Synthetic release assistant trial · agent-proof-kit 0.4.1</div>
</header>

<div class="grid">
<div class="metric"><div class="label">Status</div><div class="value status-pass">PASS</div></div>
<div class="metric"><div class="label">Score</div><div class="value ">100</div></div>
<div class="metric"><div class="label">Run</div><div class="value ">demo-agent-run-001</div></div>
<div class="metric"><div class="label">Files scanned</div><div class="value ">84</div></div>
<div class="metric"><div class="label">Files scanned</div><div class="value ">86</div></div>
<div class="metric"><div class="label">Findings</div><div class="value ">0</div></div>
<div class="metric"><div class="label">Digest</div><div class="value ">39c649a2ae76</div></div>
<div class="metric"><div class="label">Digest</div><div class="value ">e24243371eba</div></div>
</div>

<section>
Expand All @@ -149,7 +149,7 @@ <h2>Proof Bundle Attestation</h2>
<table>
<tbody>
<tr><th>Digest algorithm</th><td>sha256</td></tr>
<tr><th>Digest value</th><td><code>39c649a2ae765f386b89d1e54d7f5a826a484ff1168ef07e04dbf3e8171b8ded</code></td></tr>
<tr><th>Digest value</th><td><code>e24243371eba4171f90c2b7e448419b72b14c20c373bc601ca3fa1f5570666ba</code></td></tr>
<tr><th>Signature</th><td>not present</td></tr>
</tbody>
</table>
Expand Down
Loading
Loading