mirror of
https://github.com/iflytek/skillhub.git
synced 2026-09-15 23:31:10 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| agent-detector.ts | ||
| api-client.ts | ||
| auth-token.ts | ||
| config.ts | ||
| installer.ts | ||
| interactive-search.ts | ||
| skill-discovery.ts | ||
| skill-lock.ts | ||
| skill-name.ts | ||
| skill-resolver.ts | ||
| skill-status.ts | ||
| source-parser.ts | ||