fix: use claude-code agent target in setup.sh

`claude` is not a valid value for the skills CLI `--agent` flag;
correct value is `claude-code`. Without this, setup.sh fails with
"Invalid agents: claude" before installing any skills.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Khalim Conn-Kowlessar 2026-05-05 10:43:04 +00:00
parent 308be03453
commit 66aa00532c

View file

@ -27,7 +27,7 @@ MATTPOCOCK_REF="" # leave empty to track HEAD; set to a commit SHA to pin
DOMNA_SOURCE="Hestia-Homes/agentic-toolkit"
DOMNA_REF="" # leave empty to track HEAD; set to a commit SHA to pin
AGENT_TARGET="claude" # Claude Code agent install layout
AGENT_TARGET="claude-code" # Claude Code agent install layout
# --- guards --------------------------------------------------------------------
if ! command -v npx >/dev/null 2>&1; then