feat(skills): add update command to check and refresh skills#47
Conversation
Introduce `oo skills update [skills...]` that checks installed oo-managed published skills against the registry and updates them when a newer version is available. Key changes: - Extract registry skill publication logic into a shared module so both install and update can reuse it - Add variadic argument support to the CLI adapter - Include interactive progress reporter with spinner animation - Add comprehensive tests for the update workflow Signed-off-by: Kevin Cui <bh@bugs.cc>
|
Caution Review failedPull request was closed or merged during review Summary by CodeRabbit
WalkthroughThis PR implements a new Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Introduce
oo skills update [skills...]that checks installed oo-managed published skills against the registry and updates them when a newer version is available.Key changes: