mirror of
https://github.com/Hestia-Homes/agentic-toolkit.git
synced 2026-06-08 11:37:26 +00:00
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:
parent
308be03453
commit
66aa00532c
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue