Summary
In npm/bin/agentmail, on execution failure the fallback message suggests reinstalling with:
npm install -g @agentmail/cli
But the documented package name in README/SKILL is agentmail-cli.
Why this is a bug
The recovery hint points users to a different package name, which is confusing and may fail or install the wrong package.
Suggested fix
Update the message to:
Try reinstalling: npm install -g agentmail-cli
(or another canonical package name you want users to use consistently across docs and CLI errors).
Summary
In
npm/bin/agentmail, on execution failure the fallback message suggests reinstalling with:npm install -g @agentmail/cliBut the documented package name in README/SKILL is
agentmail-cli.Why this is a bug
The recovery hint points users to a different package name, which is confusing and may fail or install the wrong package.
Suggested fix
Update the message to:
Try reinstalling: npm install -g agentmail-cli(or another canonical package name you want users to use consistently across docs and CLI errors).