From 986ccbce44845a3ced979e01da21aec4d3f4971e Mon Sep 17 00:00:00 2001 From: Igor Date: Sat, 25 Apr 2026 11:28:41 +0200 Subject: [PATCH 1/2] fix(skills): move skills/ to commands/ so they auto-namespace as /ketchup:init etc --- skills/config/SKILL.md => commands/config.md | 2 -- skills/init/SKILL.md => commands/init.md | 2 -- 2 files changed, 4 deletions(-) rename skills/config/SKILL.md => commands/config.md (88%) rename skills/init/SKILL.md => commands/init.md (76%) diff --git a/skills/config/SKILL.md b/commands/config.md similarity index 88% rename from skills/config/SKILL.md rename to commands/config.md index dda0496..fcf9a9a 100644 --- a/skills/config/SKILL.md +++ b/commands/config.md @@ -1,7 +1,5 @@ --- -name: ketchup-config description: Manage Ketchup configuration. Toggle validators, reminders, set hook options. -user-invocable: true argument-hint: show | set | validators [enable|disable|reset] | reminders [enable|disable|priority|reset|add] --- diff --git a/skills/init/SKILL.md b/commands/init.md similarity index 76% rename from skills/init/SKILL.md rename to commands/init.md index f33d7ed..0ac84c5 100644 --- a/skills/init/SKILL.md +++ b/commands/init.md @@ -1,7 +1,5 @@ --- -name: ketchup-init description: Initialize Ketchup in the current repository -user-invocable: true --- !`node "${CLAUDE_PLUGIN_ROOT}/dist/bundle/scripts/init.js"` From 166b124d24d84c21ebd43527c0b4a547cb936fc4 Mon Sep 17 00:00:00 2001 From: Igor Date: Sat, 25 Apr 2026 11:28:41 +0200 Subject: [PATCH 2/2] chore(global): add changeset --- .changeset/auto-945ad28d66d1eabd.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/auto-945ad28d66d1eabd.md diff --git a/.changeset/auto-945ad28d66d1eabd.md b/.changeset/auto-945ad28d66d1eabd.md new file mode 100644 index 0000000..6f30b63 --- /dev/null +++ b/.changeset/auto-945ad28d66d1eabd.md @@ -0,0 +1,5 @@ +--- +"ketchup": patch +--- + +- Renamed slash commands to use the /ketchup: namespace (e.g. /ketchup:init), preventing conflicts with other plugins