Add OS-aware discreet storage location options

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Anthony Taglianetti
2026-02-01 19:18:40 -08:00
parent f851461b5c
commit 21a89defdd
+16 -3
View File
@@ -107,10 +107,23 @@ Then ask: "Which one resonates? Or feel free to pick something else entirely."
> Where should your therapy files be stored?
>
> Your sessions and profile will be saved as markdown files on your computer. This data stays completely local.
**Suggest discreet options based on their OS and therapist name:**
**macOS/Linux:**
1. `~/{therapist_name}` - Simple, just the name
2. `~/Documents/{therapist_name}` - In Documents, looks like any project
3. `~/notes/{therapist_name}` - Looks like any notes folder
4. `~/Library/Application Support/{therapist_name}` - Where apps store data (macOS only)
**Windows:**
1. `C:\Users\{username}\{therapist_name}` - Simple, just the name
2. `C:\Users\{username}\Documents\{therapist_name}` - In Documents
3. `C:\Users\{username}\notes\{therapist_name}` - Looks like any notes folder
> Pick a number, or tell me a custom path.
>
> Default: `~/ai-therapy`
>
> Press enter for the default, or type a different path.
> (Default: 1)
---