What's Changed
Changed
s9pk.mkchecks build tools before packing, not just beforeinstall. Thecheck-depstarget now runs as an order-only prerequisite of the build targets, so a missingstart-cli,npm,git, orjqfails fast with a clear message instead of surfacing partway through a build.gitis required becauses9pk packembeds the repository's commit hash (git rev-parse HEAD) in the manifest;jqis required because the post-build summary reads the manifest with it (without it the summary would print blank fields). The "not found" messages now link to the current setup guide (https://docs.start9.com/packaging/environment-setup.html) instead of a dead pre-reorg URL.