feat(skills): add registry discovery list/show commands

This commit is contained in:
William Valentin
2026-02-16 00:17:50 -08:00
parent 4391c6e5b3
commit f2b03b8836
4 changed files with 496 additions and 12 deletions
@@ -50,12 +50,12 @@ Tests:
Checklist:
- [ ] Add `flynn skills registry list` command (table/text + `--json`).
- [ ] Add `flynn skills registry show <id>` command (entry detail + source fields).
- [ ] Add filtering options:
- [ ] `--search <term>`
- [ ] `--publisher <name>`
- [ ] Ensure output clearly marks trust metadata as declared/unverified.
- [x] Add `flynn skills registry list` command (table/text + `--json`).
- [x] Add `flynn skills registry show <id>` command (entry detail + source fields).
- [x] Add filtering options:
- [x] `--search <term>`
- [x] `--publisher <name>`
- [x] Ensure output clearly marks trust metadata as declared/unverified.
Acceptance:
@@ -63,7 +63,7 @@ Acceptance:
Tests:
- [ ] Command tests for text + JSON output paths.
- [x] Command tests for text + JSON output paths.
---