Something in PAI 3.0 is making a literal '~' directory inside of the ~/.claude directory
~/.claude $ tree -a '~'
~
└── .claude
└── Plans
3 directories, 0 files
This is separate from the normal ~/.claude/Plans folder included in the PAI 3.0 Release .claude directory tree.
I found this entry in settings.json which does not have the path expansion done like for PAI_DIR:
"plansDirectory": "~/.claude/Plans/",
So I believe something is taking this literally, but I'm not sure when it was created or by what. I usually like to propose a fix, but I can't find this one. Also I'm on Linux, so not sure if this is Linux specific.
I'm going to do path expansion on the settings.json "plansDirectory" entry and see if that keeps it from coming back.
Something in PAI 3.0 is making a literal '~' directory inside of the ~/.claude directory
This is separate from the normal ~/.claude/Plans folder included in the PAI 3.0 Release .claude directory tree.
I found this entry in settings.json which does not have the path expansion done like for PAI_DIR:
"plansDirectory": "~/.claude/Plans/",So I believe something is taking this literally, but I'm not sure when it was created or by what. I usually like to propose a fix, but I can't find this one. Also I'm on Linux, so not sure if this is Linux specific.
I'm going to do path expansion on the settings.json "plansDirectory" entry and see if that keeps it from coming back.