/infra
Show the developer what bewith tooling is installed on this machine and what's missing — the answer to "what's my infra?".
Run bewith doctor and present its output. It reports, deterministically:
- node and npm versions
- bewith CLI version (and whether a newer one is available)
- bewith plugin — always-latest, so it has no semver: the report shows its commit SHA + when it last updated (from Claude Code's
installed_plugins.json) - GH_TOKEN present or missing (needed for the private-repo plugin auto-update)
- git hooksPath wiring
Relay the report as-is — do not paraphrase the versions. If bewith doctor flags issues, surface its fix lines verbatim (they're one-liners).
If bewith is not found, the CLI isn't installed yet — point the developer to the install runbook (GitHub Packages config + npm i -g @bewith-dev/cli), then re-run.