docs: document conda-forge / pixi installation#2425
Conversation
Closes #2424 Co-Authored-By: Claude <noreply@anthropic.com>
|
@worktrunk-bot — how does the supply chain work for conda-forge? Is it run by the org or by an individual? We want to be very careful about listing Can you also change the "Windows" details section to "Windows & other" and put conda and arch in there? |
Group all secondary install methods (Windows winget, Arch pacman, Conda/Pixi) under one collapsible section so the visible list stays brew + cargo. Annotates the Conda entry with a link to the community-maintained feedstock so users can audit the supply chain. Co-Authored-By: Claude <noreply@anthropic.com>
|
On the conda-forge supply chain Conda-forge itself is a community org (NumFOCUS-affiliated) — packages live in per-package "feedstock" repos under The What he can and can't do:
Tradeoff: This is the standard conda-forge model — most feedstocks have one or two individual maintainers unaffiliated with upstream. The sha256-pinned tarball + isolated CI is a real defense, but "build recipe drift" is the residual risk. If you'd rather not advertise it until you've claimed co-maintainership of the feedstock yourself (anyone can request it via PR), that's a legitimate stance — happy to drop the line. I went ahead with the reorg you asked for: 4400b95 moves Conda/Pixi and Arch under a renamed "Windows & other" expandable, and adds a |
worktrunk-bot
left a comment
There was a problem hiding this comment.
Every other install method on this page chains wt config shell install (brew, cargo, winget, pacman, conda) — the pixi line is the only one that doesn't. Inline suggestion below.
Users landing here via the pixi line (skipping the conda block) won't otherwise pick up the shell wrapper.
Problem
The README install section lists Homebrew, Cargo, winget, and pacman, but does not mention the conda-forge package — which has been published since 0.32.0 and is currently at 0.44.0 with builds for
linux-64,linux-aarch64,osx-64,osx-arm64, andwin-64(anaconda.org/conda-forge/worktrunk). Reported in #2424.Solution
Adds a "Conda / Pixi" entry to the install section in
docs/content/worktrunk.md, between Cargo and the Windows expandable. README and the worktrunk skill reference are auto-synced from this source.Testing
cargo test --test integration test_docs_are_in_syncpasses.Closes #2424 — automated triage