CLI event tail
Inspect accepted Chirp event history while debugging.
PreviewCLI & Shellchirp login

Source implementation only. Registry, marketplace, hosted installer, and publisher provenance remain unverified until the release checklist records a clean-machine receipt. Build the CLI from the reviewed `cli/` source; the npm and hosted installer paths are not yet verified.
Setup
- 1From a reviewed checkout, run
cd cli,npm ci, andnpm run build; invokenode dist/index.jsuntil a signed CLI release is verified. - 2Pair this interactive host with a verified
chirp loginbuild. Review the matching code, host, provider, capabilities, and expiry in the browser. - 3The paired credential belongs in
~/.chirp/config.json, never in a project file or prompt. - 4Verify provider acceptance and the phone's delivery acknowledgement separately. Never call an accepted event delivered.
shell
node /absolute/path/to/ChirpApp/cli/dist/index.js tail
# History is diagnostic evidence, not a handset-delivery receipt.