Imports now create session files with original dates instead of just
reading once and extracting to profile. This provides natural relevance
decay as new sessions accumulate. Also adds post-setup import command.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Consolidates inner-dialogue-deeper content into the main repo. Removes
expansion pack gating, Gumroad references, and the two-tier setup flow.
All communication styles and therapeutic modalities are now included and
offered directly during setup. Bumps kit_version to 2.0.0.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Saved expansion pack content to docs/EXPANSION-PACK-README-CONTENT.md
for easy restoration when the expansion launches.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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>
- Add setup.command (Mac/Linux) and setup.bat (Windows) that run
`claude -p "start"` to auto-trigger setup without user input
- Update GETTING-STARTED.md with launcher instructions
- Fix style references in README and docs to reflect Warm 4o-Style
as the new default core persona
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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>
- Create contribution guide with bug reporting, PR guidelines, and
code of conduct focused on therapeutic safety
- Fix incomplete persona list to show all 5 styles: warm & supportive,
warm 4o-style, direct & challenging, coach, grounded & real
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>
- Add missing modality files: lifespan-integration, somatic-experiencing, psychodynamic
- Add missing persona file: grounded-real
- Refactor docs to reduce overlap and clarify focus:
- README: overview and why (removed install steps, links to other docs)
- GETTING-STARTED: step-by-step setup only
- SECURITY: privacy options with friendlier language
- Simplify language for non-technical audience
- Remove duplicate FAQ, crisis resources, and privacy explanations
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>
- Add docs/GETTING-STARTED.md for non-technical users
- Add "Known Limitations" section to README about LLM safety guardrails
- Add FAQ entry about AI seeming evasive on trauma topics
- Fix setup.sh prompt_choice outputting to stdout instead of stderr
- Fix first session detection in CLAUDE.template.md (check for empty
sessions folder before trying to reference previous sessions)
- Add guardrails acknowledgment instructions to CLAUDE.template.md
(AI should be honest when hitting built-in limitations)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>