From a86db585f0d3be7358fe3b98f18916c1c432e280 Mon Sep 17 00:00:00 2001 From: DrBaher Date: Tue, 19 May 2026 20:35:42 +0200 Subject: [PATCH] docs: align suite framing with cross-CLI INTEROP (template-vault-cli v0.4.8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per template-vault-cli's docs/SIBLING-ISSUES.md §5 and docs/INTEROP.md, update the suite header to (a) add template-vault-cli as the storage layer, (b) add draft-cli at the start of the pre-execution pipeline, and (c) add compare-cli as the cross-version drift detector. Keeps the existing bold-linked-name + short-parens tone. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f478695..67937d6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # sign-cli -> Part of the three-CLI contract suite. [**nda-review-cli**](https://github.com/DrBaher/nda-review-cli) (draft, review, negotiate) → [**docx2pdf-cli**](https://github.com/DrBaher/docx2pdf-cli) (DOCX → PDF) → **sign-cli** (signing + audit). [Showcase site](https://cli.drbaher.com/). +> Part of the contract-operations CLI suite. [**template-vault-cli**](https://github.com/DrBaher/template-vault-cli) (storage) feeds the pipeline: [**draft-cli**](https://github.com/DrBaher/draft-cli) (fill placeholders) → [**nda-review-cli**](https://github.com/DrBaher/nda-review-cli) (review, redline, negotiate) → [**docx2pdf-cli**](https://github.com/DrBaher/docx2pdf-cli) (DOCX → PDF) → **sign-cli** (signing + audit). Drift detection via [**compare-cli**](https://github.com/DrBaher/compare-cli). [Showcase site](https://cli.drbaher.com/). Fully-offline e-signature CLI. The built-in PAdES signer (PKCS#7 in `/ByteRange`, self-issued cert) produces real, cryptographically verifiable signed PDFs with no signup and no third-party provider — or routes through Dropbox Sign / DocuSign / SignWell when you need an external trust anchor. Per-signer approval tokens (TTL-bounded, scoped to one email), hash-chained audit events, RFC 3161 timestamping, named profiles, a 19-tool MCP server, and a 20-route HTTP API.