- Fix evaluator bypass on last story (moved completion check) - Fix all stale command name references across README, loop.sh, skills, plugin.json - Fix explore evaluator false rejects (.loop/ files are expected) - Fix stderr capture order in headless mode - Fix shell injection risk in hooks.sh python fallback - Remove .DS_Store from tracking - Rewrite README to match current architecture (single entry point, tmux, optional tools) - Add XcodeBuildMCP and iOS simulator MCP to optional tools docs
855 B
855 B
name, description
| name | description |
|---|---|
| setup | Run the setup script to scaffold .loop/ directory. Does not plan features or write code. |
/setup — Scaffold the Agent Loop
Run the setup script to create .loop/ with harness files and config. This skill does ONE thing: run a bash command.
Instructions
-
Ask the user: Mode? (a) Implement (b) Explore (c) Fix — default is Implement.
-
Run the setup script:
bash ~/.claude/plugins/cache/agent-loop/agent-loop/*/setup.sh <mode>
If that path doesn't work, try:
bash "$(ls -d ~/.claude/plugins/cache/agent-loop/agent-loop/*/setup.sh 2>/dev/null | head -1)" <mode>
-
Show the script output to the user.
-
Tell the user:
.loop/is ready. Next:/agent-loop:stories
That's it. Do not do anything else. Do not read specs. Do not plan. Do not write code.