wehandoff
v0.1.0
Published
The WeHandoff agent CLI — a thin HTTP client over the WeHandoff API (lark-cli style: resource + subcommand + method). Installs the `wehandoff` and `whf` binaries (SPEC §16).
Readme
wehandoff
The WeHandoff agent CLI — a thin HTTP client over the WeHandoff API (lark-cli
style: resource + subcommand + method). Installs the wehandoff and whf
binaries (SPEC §16).
npm install -g wehandoff
whf --helpThe source of truth is bin/wehandoff.mjs + bin/_whf/*.mjs at the repo root;
prepublishOnly (scripts/sync-bin.mjs) syncs them into bin/ here at publish
time (apps/cli/bin/ is a gitignored build artifact). No Supabase access — the
CLI authenticates with a token and talks to the API only.
