From 9e33f932e7459503beb6c4d3fbe5e2386ae8683c Mon Sep 17 00:00:00 2001 From: admin-raintree <277948009+admin-raintree@users.noreply.github.com> Date: Fri, 4 Sep 2026 14:25:53 -0700 Subject: [PATCH] Correct marketplace install guidance --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3e6155b..23cfa11 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,15 @@ Every plugin bundle is generated from an immutable product release recorded in ## Install -Add the marketplace and install Trellis: +Install the DocPull runtime, add the marketplace, and install the plugins you +need: ```bash +pipx install 'docpull[mcp]==6.5.1' codex plugin marketplace add raintree-technology/plugins -codex plugin add trellis@raintree +codex plugin add docpull@raintree +codex plugin add hig-doctor@raintree +codex plugin add raintree-standards@raintree ``` Stable marketplace commands: @@ -22,10 +26,9 @@ codex plugin add @raintree codex plugin remove @raintree ``` -DocPull 6.5.0 was removed from the current marketplace after a clean-install -test found that its open MCP dependency range resolves to an incompatible major -version. The immutable `v0.1.0` tag remains the audit record. DocPull will return -after a corrected product release passes the same fresh-task test. +DocPull 6.5.1 constrains its MCP runtime to the compatible major version. The +immutable `v0.1.0` tag records the withdrawn 6.5.0 bundle, and `v0.1.1` records +the rollback. ## Reproduce the bundles