Demo 01
Agent boots itself
Start with a blank shell, discover the missing tool, install it, and verify the environment without hand-holding.
$ getcli doctor
Doctor: environment
path: configured
installers: brew, npm, pnpm, cargo, uv, bun
status: OK
$ getcli search github
github GitHub CLI
official repo: github.com/cli/cli
install channels: brew, npm, binary
$ getcli install github --yes
Installing github ...
Done.
$ getcli doctor github
Doctor: github
status: OKWhy it works
This is the story that sells getcli fastest: discover, install, verify, continue.