Standalone alpha / 0.1.0-alpha.1
CARVES Audit: Evidence discovery layer.
Audit reads local decisions and packets, produces summaries and timelines, and emits conservative shield-evidence.v0 for Shield.
module -> audit
Discovers local Guard and Handoff evidence without mutating either source.
Ready as the matrix evidence discovery layer for standalone alpha use. It does not score or certify.
carves-audit summary --json
carves-audit timeline --json
carves-audit explain <record-id> --json
carves-audit evidence --json --output .carves/shield-evidence.json
Audit reads local evidence and returns conservative summaries.
carves-audit summary --json
carves-audit timeline --json
carves-audit explain <record-id> --json
carves-audit evidence --json --output .carves/shield-evidence.json scope ->
Owns
Audit owns.
Audit is responsible for these public-surface responsibilities.
- read-only discovery
- summary and timeline readback
- shield-evidence.v0 collection
Does Not Own
Audit does not own.
These claims stay outside this module boundary and should not be implied by this page.
- Guard policy decisions
- Handoff packet truth
- G/H/A scoring
- certification
proof ->
Artifacts
Primary artifacts.
Audit produces or projects these public proof artifacts.
- audit summary JSON
- audit timeline JSON
- .carves/shield-evidence.json
Runtime Docs
Runtime source docs.
These paths live in CARVES.Runtime and define the public product truth that this site projects.
- docs/audit/README.md
- docs/release/audit-evidence-layer-checkpoint.md