Enforce alphabetical sort on marketplace.json plugins

Adds a sort check as a second step in the existing validate-marketplace
workflow. The script supports --fix to sort in place.

Sorts the existing 86 entries — pure reorder, no content change.
Previously grouped loosely by kind (LSPs first, then internal, then
external); now strictly alphabetical so insertion point is unambiguous.
This commit is contained in:
Kenneth Lien
2026-03-18 16:56:11 -07:00
parent 158ef95c6f
commit f0fdb72a02
3 changed files with 866 additions and 821 deletions

View File

@@ -15,3 +15,6 @@ jobs:
- name: Validate marketplace.json
run: bun .github/scripts/validate-marketplace.ts .claude-plugin/marketplace.json
- name: Check plugins sorted
run: bun .github/scripts/check-marketplace-sorted.ts