Commit Graph

15 Commits

Author SHA1 Message Date
Anthony Taglianetti 8d17f4b16e Add .github funding config
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-02 16:09:38 -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 301dfd3c1e Add psychodynamic therapy as 6th modality option
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>
2026-02-01 20:42:55 -08:00
Anthony Taglianetti c13d743660 Improve setup flow: detection, title case paths, first session fix
- 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>
2026-02-01 20:35:27 -08:00
Anthony Taglianetti 0087b04dff Update profile from imported notes, document import in getting started
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 20:14:10 -08:00
Anthony Taglianetti 5313bddbda Add import step for existing therapy notes
- 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>
2026-02-01 20:12:44 -08:00
Anthony Taglianetti 0d60229b57 Add launcher script option and streamline setup flow
- 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>
2026-02-01 19:30:26 -08:00
Anthony Taglianetti 21a89defdd Add OS-aware discreet storage location options
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 19:18:40 -08:00
Anthony Taglianetti f851461b5c Add categorized therapist name options to setup flow
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 18:19:03 -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 7ea736f117 Add Grounded & Real persona and somatic modalities
- 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>
2026-02-01 17:51:38 -08:00
Anthony Taglianetti 6d532fde77 Replace bash script setup with conversational flow
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>
2026-02-01 17:45:30 -08:00
Anthony Taglianetti 0678bad1f5 Add repo CLAUDE.md to auto-run setup for new users
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>
2026-02-01 17:26:59 -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