Commit Graph

16 Commits

Author SHA1 Message Date
Anthony Taglianetti 5a5db359b7 Remove screenshots from README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 23:00:42 -08:00
Anthony Taglianetti 28bf83c717 Add session screenshots to README
- 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>
2026-02-06 22:38:51 -08:00
Anthony Taglianetti 6b35095f65 Revert "Remove expansion pack references for initial launch"
This reverts commit ca3ff9274d.
2026-02-06 20:01:33 -08:00
Anthony Taglianetti ca3ff9274d Remove expansion pack references for initial launch
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>
2026-02-06 20:00:17 -08:00
Anthony Taglianetti be9c67ac23 Add setup launcher scripts for auto-start
- 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>
2026-02-06 19:47:12 -08:00
Anthony Taglianetti 942d23b55c 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.
2026-02-04 22:22:04 -08:00
Anthony Taglianetti 980595014d Split into free core + PWYW expansion pack
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>
2026-02-04 14:32:54 -08:00
Anthony Taglianetti 53bba94dc4 Prepare for future screenshot assets
- Add assets/ to .gitignore
- Comment out README image placeholders until assets are captured

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 13:57:29 -08:00
Anthony Taglianetti 27bff23804 Add website and getting started links to README header
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 21:20:55 -08:00
Anthony Taglianetti afccf52570 Add warm 4o-style to documentation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 22:14:45 -08:00
Anthony Taglianetti 001702c911 Make therapist folder self-contained after setup
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>
2026-02-02 21:58:46 -08:00
Anthony Taglianetti e285f33c14 Add support section to README, remove Gumroad from funding
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 20:02:41 -08:00
Anthony Taglianetti 783fd4a5ae Add missing reference files and streamline documentation
- 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>
2026-02-01 21:27:44 -08:00
Anthony Taglianetti a16c4b1dec Update README with new persona and modalities
- 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>
2026-02-01 17:57:58 -08:00
Anthony Taglianetti 05f637f6d6 Add beginner guide, LLM guardrails disclosure, fix bugs
- 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>
2026-02-01 17:18:36 -08:00
Anthony Taglianetti 4f0ddc9e78 Initial release: AI Therapy Starter Kit
Local-first, privacy-focused toolkit for AI-assisted therapy and self-reflection.

Features:
- Persistent session memory via local markdown files
- 3 therapeutic modalities (CBT, ACT, DBT skills)
- 3 therapist personas (warm, direct, coach)
- Optional AES-256 encryption (Mac/Windows)
- Built-in safety protocols and crisis response
- Cross-platform setup scripts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 13:21:49 -08:00