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.
CLAUDE.md (setup) was already reworked for core/expansion split.
This completes the remaining two files:
CLAUDE.template.md (in-session behavior):
- Modality switching checks installed modalities instead of hard-coding all 6
- Natural language triggers point to library dirs instead of listing expansion content
- Persona selection reads library and conditionally shows expansion options
docs/GETTING-STARTED.md:
- Setup overview shows core defaults (2 personas, CBT only)
- Customization sections reference Expansion Pack for additional content
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Users can now delete the ai-therapy-kit repo after setup. Key changes:
- Setup copies ALL components to .therapy/library/ for local customization
- Customization reads from library/ instead of source_repo
- Updates fetch directly from GitHub via WebFetch
- Added natural language triggers for customization requests
- Added discoverability hints (first-session closing, help response)
- Removed source_repo from version.json (only source_url remains)
- Deleted obsolete setup.sh and setup.ps1 scripts
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Adds depth-oriented approach focused on unconscious patterns and
relational dynamics. Includes modality content, switching guidance,
and a helpful note for users unsure about which approaches to choose.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add check at start for returning users with access instructions
- Use title case for folder names (Sage not sage)
- Handle spaces/special chars in names (Dr. Ruby -> DrRuby or Dr-Ruby)
- Make first session transition explicit about absolute paths
- Update "already complete" section to reference new flow
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- New setup question for importing ChatGPT exports, Markdown, PDF, or text files
- Creates imported/ folder and converts files to markdown
- Session continuity protocol checks imported history on first session
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Offer to create double-clickable launcher script after setup
- Allow starting first session immediately without exiting
- Update GETTING-STARTED.md for conversational setup
- Remove outdated bash/PowerShell script references
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- New persona option: Grounded & Real (down-to-earth, honest feedback,
uses humor, focused on client graduation)
- New modalities: Lifespan Integration and Somatic Experiencing
- Add modality switching guidance for blending approaches
Inspired by Kuyama Counseling's trauma-informed approach.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Claude now guides users through setup interactively:
- Greets immediately on first message
- Asks questions one at a time (safety, name, style, etc.)
- Creates files directly using Write tool
- No scary permission prompt before conversation starts
All persona and modality content is now inline in CLAUDE.md
so Claude can assemble the final config without reading
separate files.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
When users clone the repo and run `claude`, it now automatically
offers to run the setup script instead of requiring manual steps.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>