Previously the session-end protocol told the AI to update profile.md
if new insights emerged, with no guidance on where. Over many sessions
this caused freeform bold-text entries to accumulate without structure.
Now requires each update to match an existing H2 section in the file,
with explicit rules against creating new top-level sections.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
API key auth has 7-day retention with no training. Pro/Max plan auth
follows consumer retention (30 days, or up to 5 years if opted in).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Community feedback pointed out that "real privacy" could be misleading
without distinguishing between local file storage and API server contact.
Added retention comparison table across platforms and linked to official
privacy policies.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Moves all customization commands (persona, modality, structure, update,
import) to a separate file that gets copied to .therapy/ during setup.
This allows existing users to receive new commands via the update flow.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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>
- Add assets folder with session screenshots
- Update "What It Looks Like" section with actual images
- Show Warm 4o-Style greeting and conversation
- Show Direct & Challenging persona for comparison
Co-Authored-By: Claude Opus 4.5 <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>
- 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.
Move 3 personas (coach, grounded-real, warm-4o) and 5 modalities (act,
dbt-skills, lifespan-integration, psychodynamic, somatic-experiencing)
to separate expansion pack repo.
Core now includes: warm-supportive, direct-challenging personas and CBT
modality. README updated with expansion pack section and Gumroad link.
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>
- Add Grounded & Real communication style
- Add Lifespan Integration and Somatic Experiencing modalities
- Remove expansion packs and support sections (testing phase)
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>