chore: publish from main

This commit is contained in:
github-actions[bot]
2026-07-16 04:10:37 +00:00
parent d86f40c898
commit d925e492ac
22 changed files with 64 additions and 1949 deletions
@@ -21,9 +21,10 @@ const KIND_LABELS: Record<string, string> = {
hook: "Hooks",
prompt: "Commands",
extension: "Extensions",
mcp: "MCP Servers",
};
const KIND_ORDER = ["agent", "skill", "instruction", "hook", "prompt", "extension"];
const KIND_ORDER = ["agent", "skill", "instruction", "hook", "prompt", "extension", "mcp"];
function githubHref(itemPath: string): string {
const normalized = itemPath.replace(/^\.\/+/, "").replace(/\/+$/, "");