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 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"`