From 9508ad20b624e50c08ad9c5a95b8c1baef0b3c0e Mon Sep 17 00:00:00 2001 From: Sheldon Finlay Date: Fri, 27 Mar 2026 10:01:50 -0400 Subject: [PATCH] fix: rename init to setup to avoid built-in /init conflict --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- skills/{init => setup}/SKILL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename skills/{init => setup}/SKILL.md (98%) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index bd7b175..11a95ab 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,7 +10,7 @@ "name": "agent-loop", "source": "./", "description": "Autonomous generator-evaluator agent loop for long-running coding tasks. Plan interactively, then execute with full visibility.", - "version": "0.6.0", + "version": "0.7.0", "author": { "name": "Sheldon" }, diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 23132a6..5100d5d 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agent-loop", - "version": "0.6.0", + "version": "0.7.0", "description": "Autonomous generator-evaluator agent loop for long-running coding tasks. Plan with /agent-loop:init, then execute with /agent-loop:run.", "author": { "name": "Sheldon" diff --git a/skills/init/SKILL.md b/skills/setup/SKILL.md similarity index 98% rename from skills/init/SKILL.md rename to skills/setup/SKILL.md index 7051a84..3a89452 100644 --- a/skills/init/SKILL.md +++ b/skills/setup/SKILL.md @@ -1,5 +1,5 @@ --- -name: init +name: setup description: "Run the setup script to scaffold .loop/ directory. Does not plan features or write code." ---