skillhub/skillhub-cli/src/core
chenbaowang c14b844c10 refactor(cli): merge list/check commands, unify skill status display
- Merge list and check into unified list command with status filtering
- Add skill-status.ts core module for shared discovery logic
- Unify interaction flow: scope -> agent -> status -> display
- Replace -g/-p/-a flags with --scope option
- Simplify check as alias for list --status managed,missing
- Fix uninstall to properly handle 'All' scope selection
- Display orphaned skills with [orphaned] marker in uninstall
- Update help text and examples

BREAKING CHANGE: Removed -g/--global, -p/--project, -a/--all flags from list command.
Use --scope global|project|all instead.
2026-04-24 14:58:07 +08:00
..
agent-detector.ts refactor(cli): use dynamic isUniversalForScope instead of static isUniversalAgent 2026-04-20 19:48:58 +08:00
api-client.ts fix(cli): remove debug logging from api-client 2026-04-24 10:18:36 +08:00
auth-token.ts feat(skillhub-cli): add skillhub CLI with interactive multi-agent support 2026-04-14 10:21:09 +08:00
config.ts fix(cli): make --registry parameter work for all commands 2026-04-21 00:07:15 +08:00
installer.ts refactor(cli): use dynamic isUniversalForScope instead of static isUniversalAgent 2026-04-20 19:48:58 +08:00
interactive-search.ts feat(cli): implement comprehensive sort strategy with backend and client-side sorting 2026-04-22 16:35:06 +08:00
skill-discovery.ts feat(skillhub-cli): add skillhub CLI with interactive multi-agent support 2026-04-14 10:21:09 +08:00
skill-lock.ts feat(skillhub-cli): add skillhub CLI with interactive multi-agent support 2026-04-14 10:21:09 +08:00
skill-name.ts feat(skillhub-cli): add skillhub CLI with interactive multi-agent support 2026-04-14 10:21:09 +08:00
skill-resolver.ts feat(cli): 添加 --namespace 选项和智能 namespace 解析 2026-04-23 15:20:38 +08:00
skill-status.ts refactor(cli): merge list/check commands, unify skill status display 2026-04-24 14:58:07 +08:00
source-parser.ts feat(skillhub-cli): add skillhub CLI with interactive multi-agent support 2026-04-14 10:21:09 +08:00