Fix: GGA PowerShell Shim Path
Bug
The gga.ps1 shim was written to ~/.local/share/gga/bin/ which is not in PATH. Even after v1.15.3 added ~/bin to PATH, PowerShell could not find gga because the shim was in a different directory than the PATH entry.
Fix
The shim now writes to ~/bin/gga.ps1 — same directory as the bash gga script. Since ~/bin is already in PATH (added persistently by v1.15.3), PowerShell finds gga.ps1 as a native command.
For Windows users
irm https://raw.githubusercontent.com/Gentleman-Programming/gentle-ai/main/scripts/install.ps1 | iexThen run gentle-ai sync to update the shim location. After that, open a new PowerShell session and gga should work.