Rename project to Inner Dialogue

Update all references from "AI Therapy Starter Kit" to "Inner Dialogue",
rename expansion pack to "Inner Dialogue: Deeper", and update GitHub URLs
to ataglianetti/inner-dialogue.
This commit is contained in:
Anthony Taglianetti
2026-02-04 22:22:04 -08:00
parent 145e6b1134
commit 942d23b55c
6 changed files with 32 additions and 32 deletions
+14 -14
View File
@@ -1,14 +1,14 @@
# AI Therapy Starter Kit - Setup # Inner Dialogue - Setup
> **Maintainer docs:** `~/Documents/My Vault/Contexts/Personal/Career/Side Projects/AI Therapy Starter Kit/` > **Maintainer docs:** `~/Documents/My Vault/Contexts/Personal/Career/Side Projects/Inner Dialogue/`
You are helping a user set up their AI therapy environment. **Start setup immediately** when the user opens this project. You are helping a user set up their Inner Dialogue environment. **Start setup immediately** when the user opens this project.
## On First Message ## On First Message
First, check if the user has already completed setup: First, check if the user has already completed setup:
> Welcome to the AI Therapy Starter Kit. > Welcome to Inner Dialogue.
> >
> Have you already set up your AI therapist, or is this your first time here? > Have you already set up your AI therapist, or is this your first time here?
@@ -67,11 +67,11 @@ Ask these conversationally, one at a time.
> Your therapist will use **Cognitive Behavioral Therapy (CBT)** by default, which focuses on how thoughts affect feelings and actions. > Your therapist will use **Cognitive Behavioral Therapy (CBT)** by default, which focuses on how thoughts affect feelings and actions.
> >
> The [Expansion Pack](https://gumroad.com/l/ai-therapy-kit-extras) adds more communication styles and therapeutic approaches (ACT, DBT Skills, Somatic Experiencing, and more). > [Inner Dialogue: Deeper](https://gumroad.com/l/inner-dialogue-deeper) adds more communication styles and therapeutic approaches (ACT, DBT Skills, Somatic Experiencing, and more).
> >
> Do you have the expansion pack? (yes/no) > Do you have Inner Dialogue: Deeper? (yes/no)
**If yes:** Ask for the expansion pack folder path, then run the expansion pack install flow (see Install Expansion Pack Flow section) to copy content to `.therapy/library/`. Set `has_expansion_pack = true` for subsequent questions. **If yes:** Ask for the Deeper folder path, then run the expansion pack install flow (see Install Expansion Pack Flow section) to copy content to `.therapy/library/`. Set `has_expansion_pack = true` for subsequent questions.
**If no:** Continue with core-only setup. Set `has_expansion_pack = false`. User can always run "install expansion pack" later. **If no:** Continue with core-only setup. Set `has_expansion_pack = false`. User can always run "install expansion pack" later.
@@ -264,7 +264,7 @@ Create `{storage_path}/.therapy/` with:
"[modality]": "1.0.0" "[modality]": "1.0.0"
} }
}, },
"source_url": "https://github.com/ataglianetti/ai-therapy-kit" "source_url": "https://github.com/ataglianetti/inner-dialogue"
} }
``` ```
@@ -283,11 +283,11 @@ Create `{storage_path}/.therapy/` with:
}, },
"expansion_pack": "1.0.0" "expansion_pack": "1.0.0"
}, },
"source_url": "https://github.com/ataglianetti/ai-therapy-kit" "source_url": "https://github.com/ataglianetti/inner-dialogue"
} }
``` ```
**Important:** The library folder makes the therapist folder self-contained. Users can delete the ai-therapy-kit repo after setup. **Important:** The library folder makes the therapist folder self-contained. Users can delete the inner-dialogue repo after setup.
### Step 4: Create CLAUDE.md ### Step 4: Create CLAUDE.md
@@ -352,7 +352,7 @@ When user says "update my therapist":
2. **Read their `.therapy/version.json`** to see installed versions and `source_url` 2. **Read their `.therapy/version.json`** to see installed versions and `source_url`
3. **Fetch version info from GitHub** using WebFetch: 3. **Fetch version info from GitHub** using WebFetch:
- Fetch `https://raw.githubusercontent.com/ataglianetti/ai-therapy-kit/main/safety-protocol.md` - Fetch `https://raw.githubusercontent.com/ataglianetti/inner-dialogue/main/safety-protocol.md`
- Extract version header from fetched content - Extract version header from fetched content
- Compare with installed versions - Compare with installed versions
@@ -399,7 +399,7 @@ When user says "switch persona" or "change communication style":
> 5. **Warm 4o-Style** - Like a good friend who asks insightful questions > 5. **Warm 4o-Style** - Like a good friend who asks insightful questions
**If no expansion pack:** **If no expansion pack:**
> *Want more styles? Get the [Expansion Pack](https://gumroad.com/l/ai-therapy-kit-extras)* > *Want more styles? Get the [Expansion Pack](https://gumroad.com/l/inner-dialogue-deeper)*
4. **Read the new persona file** from `.therapy/library/personas/` 4. **Read the new persona file** from `.therapy/library/personas/`
@@ -445,7 +445,7 @@ When user says "add modality" or "remove modality":
> - **Psychodynamic** - Explores unconscious patterns > - **Psychodynamic** - Explores unconscious patterns
**If no expansion pack:** **If no expansion pack:**
> *Want more approaches? Get the [Expansion Pack](https://gumroad.com/l/ai-therapy-kit-extras)* > *Want more approaches? Get the [Expansion Pack](https://gumroad.com/l/inner-dialogue-deeper)*
5. **To add:** Copy the modality file from `.therapy/library/modalities/` to their `.therapy/modalities/` 5. **To add:** Copy the modality file from `.therapy/library/modalities/` to their `.therapy/modalities/`
@@ -484,7 +484,7 @@ When user says "change session structure":
When user says "install expansion pack" or "add expansion pack": When user says "install expansion pack" or "add expansion pack":
1. **Ask for the expansion pack folder path:** 1. **Ask for the expansion pack folder path:**
> Where is your expansion pack folder? (e.g., ~/Downloads/ai-therapy-kit-extras) > Where is your expansion pack folder? (e.g., ~/Downloads/inner-dialogue-deeper)
2. **Verify the folder contains expected content:** 2. **Verify the folder contains expected content:**
- Check for `personas/` subfolder with: coach.md, grounded-real.md, warm-4o.md - Check for `personas/` subfolder with: coach.md, grounded-real.md, warm-4o.md
+1 -1
View File
@@ -247,7 +247,7 @@ Recognize conversational requests, not just exact command phrases:
1. Read `.therapy/version.json` for current versions and `source_url` 1. Read `.therapy/version.json` for current versions and `source_url`
2. Use WebFetch to get files from GitHub raw URLs: 2. Use WebFetch to get files from GitHub raw URLs:
- `https://raw.githubusercontent.com/ataglianetti/ai-therapy-kit/main/safety-protocol.md` - `https://raw.githubusercontent.com/ataglianetti/inner-dialogue/main/safety-protocol.md`
- Extract `<!-- version: X.Y.Z -->` header from fetched content - Extract `<!-- version: X.Y.Z -->` header from fetched content
3. Compare with installed versions 3. Compare with installed versions
4. Show available updates, recommend safety-protocol updates 4. Show available updates, recommend safety-protocol updates
+2 -2
View File
@@ -1,10 +1,10 @@
# Contributing to AI Therapy Kit # Contributing to Inner Dialogue
Thank you for your interest in contributing! This project helps people access emotional support through AI, so we take contributions seriously. Thank you for your interest in contributing! This project helps people access emotional support through AI, so we take contributions seriously.
## Reporting Bugs ## Reporting Bugs
1. Check existing [issues](https://github.com/ataglianetti/ai-therapy-kit/issues) to avoid duplicates 1. Check existing [issues](https://github.com/ataglianetti/inner-dialogue/issues) to avoid duplicates
2. Create a new issue with: 2. Create a new issue with:
- Clear description of the problem - Clear description of the problem
- Steps to reproduce - Steps to reproduce
+4 -4
View File
@@ -1,10 +1,10 @@
# AI Therapy Starter Kit # Inner Dialogue
A private, persistent AI therapist that lives on your computer. A private, persistent AI therapist that lives on your computer.
Your sessions stay local. Your AI remembers everything. Works with Claude, GPT, or any AI. Your sessions stay local. Your AI remembers everything. Works with Claude, GPT, or any AI.
**[View the website](https://ataglianetti.github.io/ai-therapy-kit-site/)** | **[Get Started](docs/GETTING-STARTED.md)** **[View the website](https://ataglianetti.github.io/inner-dialogue-site/)** | **[Get Started](docs/GETTING-STARTED.md)**
--- ---
@@ -123,7 +123,7 @@ No special software needed to view your own notes.
## Expansion Pack ## Expansion Pack
Want more communication styles and therapeutic approaches? The **AI Therapy Kit Expansion Pack** adds: Want more communication styles and therapeutic approaches? **Inner Dialogue: Deeper** adds:
**3 Additional Styles:** **3 Additional Styles:**
- Warm 4o-Style (conversational, insightful) - Warm 4o-Style (conversational, insightful)
@@ -137,7 +137,7 @@ Want more communication styles and therapeutic approaches? The **AI Therapy Kit
- Psychodynamic (understanding patterns from the past) - Psychodynamic (understanding patterns from the past)
- Somatic Experiencing (nervous system regulation) - Somatic Experiencing (nervous system regulation)
**[Get the Expansion Pack](https://gumroad.com/l/ai-therapy-kit-extras)** — Pay what you want (including free). **[Get Inner Dialogue: Deeper](https://gumroad.com/l/inner-dialogue-deeper)** — Pay what you want (including free).
--- ---
+1 -1
View File
@@ -201,4 +201,4 @@ Your encrypted container can be backed up anywhere (even cloud storage). Without
--- ---
*Questions? Open an issue on [GitHub](https://github.com/ataglianetti/ai-therapy-kit/issues).* *Questions? Open an issue on [GitHub](https://github.com/ataglianetti/inner-dialogue/issues).*
+10 -10
View File
@@ -34,22 +34,22 @@ Typical cost: $5-20/month depending on how often you chat.
--- ---
## Step 2: Download the Starter Kit ## Step 2: Download Inner Dialogue
Open Terminal (Mac) or PowerShell (Windows) and run these commands: Open Terminal (Mac) or PowerShell (Windows) and run these commands:
``` ```
git clone https://github.com/ataglianetti/ai-therapy-kit.git git clone https://github.com/ataglianetti/inner-dialogue.git
cd ai-therapy-kit cd inner-dialogue
``` ```
**Don't have git?** Go to the [GitHub page](https://github.com/ataglianetti/ai-therapy-kit), click the green "Code" button, choose "Download ZIP", and extract it somewhere you'll remember. **Don't have git?** Go to the [GitHub page](https://github.com/ataglianetti/inner-dialogue), click the green "Code" button, choose "Download ZIP", and extract it somewhere you'll remember.
--- ---
## Step 3: Run Setup ## Step 3: Run Setup
From the ai-therapy-kit folder, type: From the inner-dialogue folder, type:
``` ```
claude claude
@@ -124,13 +124,13 @@ Make sure you installed Claude Code and restarted your terminal.
Make sure you're in your therapy folder before running `claude`. Check that `CLAUDE.md` exists in that folder. Make sure you're in your therapy folder before running `claude`. Check that `CLAUDE.md` exists in that folder.
**Setup didn't start automatically** **Setup didn't start automatically**
Make sure you're in the `ai-therapy-kit` folder (not your therapy folder) when first running `claude`. Make sure you're in the `inner-dialogue` folder (not your therapy folder) when first running `claude`.
--- ---
## Updating Your Therapist ## Updating Your Therapist
The AI Therapy Kit periodically receives updates—improved safety protocols, refined therapeutic techniques, bug fixes. Here's how to get them: Inner Dialogue periodically receives updates—improved safety protocols, refined therapeutic techniques, bug fixes. Here's how to get them:
### Check for Updates ### Check for Updates
@@ -142,7 +142,7 @@ Your therapist will:
- Show what's changed - Show what's changed
- Apply updates you approve - Apply updates you approve
No need to keep the ai-therapy-kit repo after setup—your therapist folder is self-contained and updates directly from GitHub. No need to keep the Inner Dialogue repo after setup—your therapist folder is self-contained and updates directly from GitHub.
### What Gets Updated ### What Gets Updated
@@ -165,7 +165,7 @@ No need to keep the ai-therapy-kit repo after setup—your therapist folder is s
If you set up your therapist before version 1.0.0 (the split-file architecture), you can migrate to the new format: If you set up your therapist before version 1.0.0 (the split-file architecture), you can migrate to the new format:
1. Open the ai-therapy-kit repo in Claude Code 1. Open the inner-dialogue repo in Claude Code
2. Say: **"migrate my existing therapist"** 2. Say: **"migrate my existing therapist"**
3. Claude will: 3. Claude will:
- Read your existing CLAUDE.md to understand your setup - Read your existing CLAUDE.md to understand your setup
@@ -209,7 +209,7 @@ Switch between Structured, Moderate, or Freeform session styles.
### Self-Contained After Setup ### Self-Contained After Setup
After setup completes, your therapist folder is fully self-contained. You can safely delete the ai-therapy-kit repo if you want—all customization options are stored in your therapist's `.therapy/library/` folder, and updates are fetched directly from GitHub. After setup completes, your therapist folder is fully self-contained. You can safely delete the inner-dialogue repo if you want—all customization options are stored in your therapist's `.therapy/library/` folder, and updates are fetched directly from GitHub.
--- ---