docs: cmcp verify in CLI table, correct autodetect order, policies/ naming#416
Merged
Conversation
…olicies/ - add the `cmcp verify` row to the README CLI reference (the command the quickstart relies on but the table omitted) - correct the auto-detect order everywhere it was documented backwards: the README body and the FAQ (prose + JSON-LD) now match the code, azure-cvm -> tpm -> sev-snp -> tdx, software-only only under CMCP_DEV_MODE=1 - normalize policy_bundle_path to policies/ in the README config reference and docs/configuration.md so docs, examples, and the code default agree Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…rder Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Documentation fixes from the release-party QA pass. Independent of the code/examples PRs.
cmcp verifyin the CLI table: the README CLI reference omittedcmcp verify, the command the quickstart uses to check a signed claim. Added with its flags.tpm -> sev-snp -> tdxand the FAQ (both prose and the JSON-LD block) saidSEV-SNP -> TDX -> TPM. The code doesazure-cvm -> tpm -> sev-snp -> tdx. Corrected all three to match, with software-only noted as dev-mode only.policies/naming: the README config reference anddocs/configuration.mdsaidpolicy/while the examples and quickstart usepolicies/. Normalized topolicies/so docs, examples, and the code default all agree.Pure documentation. No code or example changes here (those are in the paired PRs).
🤖 Generated with Claude Code