From 210033e51055d59aee4c5defdbf9349b8e118cf4 Mon Sep 17 00:00:00 2001 From: DrBaher Date: Tue, 19 May 2026 20:28:23 +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 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) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71f3ae4..01e8c4b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # docx2pdf-cli -> Part of the contract-operations CLI suite. [**draft-cli**](https://github.com/DrBaher/Draft-CLI) (fill placeholders) → [**nda-review-cli**](https://github.com/DrBaher/nda-review-cli) (draft, review, negotiate) → **docx2pdf-cli** (DOCX → PDF) → [**sign-cli**](https://github.com/DrBaher/sign-cli) (signing + audit). [Showcase site](https://cli.drbaher.com/). +> Part of the contract-operations CLI suite. [**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** (DOCX → PDF) → [**sign-cli**](https://github.com/DrBaher/sign-cli) (signing + audit). Storage layer: [**template-vault-cli**](https://github.com/DrBaher/template-vault-cli). Drift detection: [**compare-cli**](https://github.com/DrBaher/compare-cli). [Showcase site](https://cli.drbaher.com/). [![npm version](https://img.shields.io/npm/v/docx2pdf-cli.svg)](https://www.npmjs.com/package/docx2pdf-cli) [![npm downloads](https://img.shields.io/npm/dw/docx2pdf-cli.svg)](https://www.npmjs.com/package/docx2pdf-cli)