fix: rename plan skill to generate to avoid name collision with built-in /plan

This commit is contained in:
2026-03-27 09:39:13 -04:00
parent e9d87fa6a1
commit 8c4e123976
5 changed files with 6 additions and 6 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.3.0",
"version": "0.4.0",
"author": {
"name": "Sheldon"
},