fix: rename init to setup to avoid built-in /init conflict

This commit is contained in:
2026-03-27 10:01:50 -04:00
parent 2a78915dcf
commit 9508ad20b6
3 changed files with 3 additions and 3 deletions

View File

@@ -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"
},

View File

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