| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-02 | 663 Bytes | |
| v0.8.1 source code.tar.gz | 2026-06-02 | 47.3 MB | |
| v0.8.1 source code.zip | 2026-06-02 | 47.5 MB | |
| Totals: 3 Items | 94.8 MB | 0 | |
Fixed
- CLI build output moved from
dist/tobuild/: The CLI and Astro docs builds both output todist/, causing the published npm package to contain the docs site HTML instead ofcli.js. Global installs would fail withModule not found ... dist/cli.js. The CLI now builds tobuild/cli.js, eliminating the collision. - Updated
bin/claude-multi.jsto resolve../build/cli.jsinstead of../dist/cli.js. - Updated CI workflows (
ci.yml,publish.yml) to verifybuild/cli.jsinstead ofdist/cli.js.
Blog
- Blog post: v0.8.1: Fixing the Broken npm Package