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