feat(catalog): remove skill catalog endpoints from v1alpha1 API - #3103
Conversation
Signed-off-by: Paul Boyd <paul@pboyd.io>
Assisted-by: Claude Code / OpenCode Signed-off-by: Paul Boyd <paul@pboyd.io>
caff210 to
59e3904
Compare
|
@pboyd second commit looks right in removing the skill Python. Can you overwrite 2nd commit that may be simpler? |
@rareddy, I'm not sure what you mean about overwriting. I submitted the first commit separately as #3105, if we merge that first, then I can rebase this and it will be a single targeted commit. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rareddy The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Since the skill catalog has never been released as part of the
v1alpha1API, remove it from there so it's only available as part of the newv1endpoints.This includes changes from #3105. The history will be cleaner if we merge #3105, and rebase this one, so I marked this one draft. But we can also merge this one and close #3105, if y'all want.
How Has This Been Tested?
Verified that the skill catalog endpoints return 404 on v1alpha1 and work on v1.
Merge criteria:
DCOcheck)