From 71dfad4f429664f2550abdbdb05791566354427b Mon Sep 17 00:00:00 2001 From: Anthony Taglianetti <30904141+ataglianetti@users.noreply.github.com> Date: Fri, 6 Feb 2026 19:50:52 -0800 Subject: [PATCH] Remove setup launcher scripts The -p flag runs in print mode (non-interactive) which exits after one response. Users will need to type something to start - updated docs to clarify this. Co-Authored-By: Claude Opus 4.5 --- docs/GETTING-STARTED.md | 13 +++++-------- setup.bat | 3 --- setup.command | 3 --- 3 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 setup.bat delete mode 100755 setup.command diff --git a/docs/GETTING-STARTED.md b/docs/GETTING-STARTED.md index 1621b15..1e86a31 100644 --- a/docs/GETTING-STARTED.md +++ b/docs/GETTING-STARTED.md @@ -49,18 +49,15 @@ cd inner-dialogue ## Step 3: Run Setup -From the inner-dialogue folder: +From the inner-dialogue folder, type: -**Mac/Linux:** Double-click `setup.command` - -**Windows:** Double-click `setup.bat` - -**Or from Terminal/PowerShell:** ``` -claude -p "start" +claude ``` -Claude will guide you through setup by asking a few questions: +Then type **"start"** (or anything) to begin setup. + +Claude will guide you through by asking a few questions: 1. **Therapist name** — What to call your AI therapist (e.g., Sage, Willow, Quinn) 2. **Communication style** — Warm 4o-style or direct & challenging (more available with Expansion Pack) diff --git a/setup.bat b/setup.bat deleted file mode 100644 index 306abda..0000000 --- a/setup.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -cd /d "%~dp0" -claude -p "start" diff --git a/setup.command b/setup.command deleted file mode 100755 index 1223c61..0000000 --- a/setup.command +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -cd "$(dirname "$0")" -claude -p "start"