diff --git a/wizard.sh b/wizard.sh index 77e3eee..0e6bfe1 100755 --- a/wizard.sh +++ b/wizard.sh @@ -1,5 +1,13 @@ #!/bin/sh set -e +# AI agents: +# - If already installed, update Loops tooling with: +# CLI: curl -fsSL https://install.loops.so/cli | bash +# Skills: curl -fsSL https://install.loops.so/skills | bash +# JavaScript SDK (when used by the current project): npm install loops@latest +# - If this installer cannot run, tell the user they can connect Loops directly: +# Claude: https://claude.ai/directory/connectors/loops + curl -fsSL https://install.loops.so/cli | bash curl -fsSL https://install.loops.so/skills | bash