Know your dev environment is ready before you start.
--services is the only opt-in network check.
package.json, Cargo.toml, pyproject.toml, version files, and lockfiles.
.env.example variants reveal required keys without ever reading or printing their values.
Workspaces and monorepos are recognized at the root, while generated directories are skipped.
check reports factual PASS, WARN, and FAIL results in the terminal.
--json carries stable status, source, and counts for safe next-step decisions.
--annotate and exit codes make the same findings visible in a pull request.
Walk repository metadata, skip generated directories, and find the real workspace root.
Combine detected requirements, local env keys, flags, and opt-in service targets. Keep the source.
Check commands, versions, env presence, dependency state, and optional TCP reachability.
Render a human check, guided doctor, CI annotations, or JSON from one result model.
One result model keeps every output consistent.
Checksummed release binaries for macOS and Linux.
loadout reads the repo, checks the machine, and leaves every fix in your hands.