wharfy 0.3.0 — tools with dependencies install and just work

0.2.x made every channel actually ship. 0.3.0 closes the next gap: a tool that needs another tool at runtime now pulls it in via the usual install. Reported as problem → before → after.

A tool with dependencies arrived “installed but broken”

Channelwharfy.yamlGenerated
homebrewdependencies: [git]depends_on "git"
scoopdependencies: [git]manifest "depends"
apt / rpmdepends / recommends / suggestsdeb·rpm Depends / Recommends / Suggests

apt/rpm keep required, recommended, and suggested separate, and you write apt and rpm independently — package names differ across distros, so each set is scoped to its own format. Output is deterministic (sorted); omit the key and the artifact is unchanged (backward compatible).

Getting it

brew upgrade wharfy / scoop update wharfy / go install github.com/ShiroDoromoto/wharfy/cmd/wharfy@latest. On Linux, from the apt / yum repo.