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