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 <noreply@anthropic.com>
This commit is contained in:
Anthony Taglianetti
2026-02-06 19:50:52 -08:00
parent be9c67ac23
commit 71dfad4f42
3 changed files with 5 additions and 14 deletions
+5 -8
View File
@@ -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)
-3
View File
@@ -1,3 +0,0 @@
@echo off
cd /d "%~dp0"
claude -p "start"
-3
View File
@@ -1,3 +0,0 @@
#!/bin/bash
cd "$(dirname "$0")"
claude -p "start"