skillhub/skillhub-cli
chenbaowang d4ea485662 fix(cli): fix registry config priority for login and all commands
- Remove hardcoded default from Commander --registry option that
  overrode config file settings in ALL commands
- Login command now uses loadConfigFromProgram() like other commands
  instead of hardcoded http://localhost:8080
- Improved login error messages with registry URL context
2026-04-21 17:32:06 +08:00
..
src fix(cli): fix registry config priority for login and all commands 2026-04-21 17:32:06 +08:00
tests feat(skillhub-cli): add skillhub CLI with interactive multi-agent support 2026-04-14 10:21:09 +08:00
.npmignore fix(cli): fix registry config priority for login and all commands 2026-04-21 17:32:06 +08:00
package.json fix(cli): fix registry config priority for login and all commands 2026-04-21 17:32:06 +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