skillhub/skillhub-cli
chenbaowang af6ebf3058 fix(cli): handle 302 redirect in download and fix --skill-version option parsing
- undici does not auto-follow HTTP redirects, manually follow 302/307/308
  to MinIO presigned URL before piping response body
- Commander.js parses --skill-version as skillVersion (camelCase), not
  skill-version (kebab-case), fix option access in install and download
  commands
2026-04-16 10:16:33 +08:00
..
src fix(cli): handle 302 redirect in download and fix --skill-version option parsing 2026-04-16 10:16:33 +08:00
tests feat(skillhub-cli): add skillhub CLI with interactive multi-agent support 2026-04-14 10:21:09 +08:00
.npmignore fix: add .npmignore to exclude tests and tmp from published package 2026-04-15 17:15:36 +08:00
package.json fix: change package name to @motovis/skillhub for npm org scope 2026-04-15 17:12:32 +08:00
pnpm-lock.yaml feat(skillhub-cli): add skillhub CLI with interactive multi-agent support 2026-04-14 10:21:09 +08:00
tsconfig.json feat(skillhub-cli): add skillhub CLI with interactive multi-agent support 2026-04-14 10:21:09 +08:00
unbuild.config.ts feat(skillhub-cli): add skillhub CLI with interactive multi-agent support 2026-04-14 10:21:09 +08:00
vitest.config.ts feat(skillhub-cli): add skillhub CLI with interactive multi-agent support 2026-04-14 10:21:09 +08:00