| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-23 | 1.1 kB | |
| v0.5.6 source code.tar.gz | 2026-05-23 | 406.4 kB | |
| v0.5.6 source code.zip | 2026-05-23 | 470.0 kB | |
| Totals: 3 Items | 877.5 kB | 0 | |
Added
robots.txtroute (src/web/pages/robots.txt.ts): serves sitemap reference and user-agent directives for the docs site
Changed
- Runtime-agnostic launcher (
bin/claude-multi.js): polyglot bin entry is simultaneously valid POSIX sh and ESM JavaScript - On Linux/macOS: shell shebang detects bun/node/deno and execs the correct runtime
- On Windows + bun global install: bun's
.exeshim reads the.jsextension and runs directly as ESM — no/bin/shlookup required - On Windows + npm install: npm's
.cmdshim callsnodeon the.jsfile - Shebang changed to
#!/usr/bin/env bunso bun's Windows shim can resolve itself inPATH
CI
- Add cross-platform install verification workflow covering bun, node, and deno on Linux, Windows, and macOS
- Separate build into its own job; test jobs download the artifact instead of rebuilding
- Publish workflow now includes version bump step and enhanced post-publish verification
- Add
ci:test-installscript to trigger the install-verification workflow from local