docs: add Concepts page bridging quickstart and spec#327
Merged
Conversation
Adds docs/concepts.md covering the four core design ideas in plain language: why TRACE Claims differ from logs, how hardware attestation creates a verifiable chain of trust, how the Merkle audit chain prevents transcript tampering, and why Cedar policy is auditable by design. Includes a summary flow diagram and links to relevant spec pages. Adds "How It Works" to the nav between Quick Start and Configuration. Signed-off-by: Imran Siddique <imran.siddique@opaque.co>
Adds a note explaining that benchmark results are committed to benchmarks/ by CI after nightly runs on TEE hardware, and that the directory is currently empty pending the first scheduled run. Prevents the audit gap of a page that implies results exist when it has none. Also fixes the title dash style. Signed-off-by: Imran Siddique <imran.siddique@opaque.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
docs/concepts.md— a plain-language bridge between the quickstart and the spec. Covers:runtime.measurement→cnf.jwk→signatureAdds "How It Works" to the nav between Quick Start and Configuration.
Test plan
spec/attestation.md,spec/call-graph.md,spec/cedar-policy.md) resolve