docs: sync root README example table + pcr README precision#34
Merged
Conversation
The root README's Examples table predated the typed-kernel trio and the authz examples — it listed only hello_embed/family/config_check/openresty. Add configc, policy, crdt, pcr, and openresty-authz so it matches the full set in examples/README.md, each linking its own README. pcr README: note that a mutate over an undecodable blob is REFUSED (not a silent reset that rewinds the version), and that selftest now covers the write-failure/corrupt-blob/parity cases. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Pure documentation parity — no code changes.
Root
README.mdExamples table was stale. It listed onlyhello_embed,family,config_check, andopenresty— predating the typed-kernel trio and the authz examples. Addedconfigc,policy,crdt,pcr, andopenresty-authzso the root table matches the full set already inexamples/README.md, each linking its own README. Verified all six linked READMEs exist.examples/pcr/README.mdprecision: noted that a grant/revoke over an undecodable blob is refused (not a silent reset that would rewind the monotonic version), matching the finding-A fix; and that the selftest now covers write-failure, corrupt-blob, and engine-parity cases.🤖 Generated with Claude Code