skillhub/skillhub-cli
chenbaowang 601644b8a7 fix(cli): fix addToLock namespace doubling, update fallback path, and download stream completion
- install: use actualSlug instead of raw slug in addToLock to prevent
  namespace doubling (vision2group/vision2group/slug)
- update: remove hardcoded 'node dist/cli.mjs' fallback, rely on
  process.argv[1] which is always reliable
- download: use finished() to ensure stream write completes before
  proceeding
2026-04-16 14:46:55 +08:00
..
src fix(cli): fix addToLock namespace doubling, update fallback path, and download stream completion 2026-04-16 14:46:55 +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(cli): replace execSync unzip with unzipper for cross-platform support 2026-04-16 11:18:20 +08:00
pnpm-lock.yaml fix(cli): replace execSync unzip with unzipper for cross-platform support 2026-04-16 11:18:20 +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