From 9bbaba25a7748ce0c4ba6fe154fde60ef4b4845e Mon Sep 17 00:00:00 2001 From: chrisfrantz Date: Thu, 13 Aug 2026 11:04:45 -0400 Subject: [PATCH] Add agent setup guidance to wizard --- wizard.sh | 8 ++++++++ 1 file changed, 8 insertions(+) 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