Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -22,10 +26,9 @@ codex plugin add <plugin>@raintree
codex plugin remove <plugin>@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

Expand Down