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:
@@ -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)
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "$0")"
|
||||
claude -p "start"
|
||||
Reference in New Issue
Block a user