Summary
On Windows with agentmail-cli@0.7.12, invoking the CLI via pnpm exec agentmail .../npx agentmail ... fails with ENOENT because the expected Windows binary shim is missing in node_modules/agentmail-cli/bin/.
Observed behavior
- Runtime looks for
bin/.agentmail.exe
- Process fails with ENOENT (binary not found)
Why this matters
The package appears installable, but the executable is unusable on Windows, which breaks documented CLI workflows.
Request
Please verify npm-published artifacts for Windows include the expected .agentmail.exe binary in npm/bin output and that postinstall extraction/copying is producing the same layout as local repo expectations.
If useful, I can provide full terminal output from a repro environment (Windows + pnpm).
Summary
On Windows with
agentmail-cli@0.7.12, invoking the CLI viapnpm exec agentmail .../npx agentmail ...fails with ENOENT because the expected Windows binary shim is missing innode_modules/agentmail-cli/bin/.Observed behavior
bin/.agentmail.exeWhy this matters
The package appears installable, but the executable is unusable on Windows, which breaks documented CLI workflows.
Request
Please verify npm-published artifacts for Windows include the expected
.agentmail.exebinary innpm/binoutput and that postinstall extraction/copying is producing the same layout as local repo expectations.If useful, I can provide full terminal output from a repro environment (Windows + pnpm).