docs: align suite framing with cross-CLI INTEROP (template-vault-cli v0.4.8)#2
Merged
Merged
Conversation
…v0.4.8) Add template-vault-cli (storage layer) and compare-cli (drift detector) to the suite-chain header, and split draft-cli out of nda-review-cli's role so the linear chain (draft → review → convert → sign) is explicit. Matches the convention now documented in template-vault-cli/docs/INTEROP.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
84b0847 to
210033e
Compare
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
The README's "Part of the contract-operations CLI suite" header was the three-CLI framing (nda-review → docx2pdf → sign) and didn't reference template-vault-cli (the storage layer) or compare-cli (the auxiliary drift detector). template-vault-cli v0.4.8 codified the suite framing in
docs/INTEROP.md; this PR brings docx2pdf-cli's header into line.Updated header (one line; keeps the existing single-paragraph format and parenthetical role descriptions):
Changes:
Out of scope (deliberately not in this PR)
Per the INTEROP doc, sibling repos may adopt the broader UX conventions (
-Vshort flag,--demo,--whyenvelope shape,~/.config/contract-ops/for any shared config) at their own pace. None of those are changed here — this PR is a docs nudge only.Test plan
npm test— 110/110 pass.🤖 Generated with Claude Code