docs: recommend Git Bash as default Windows shell for flex-ax#40
docs: recommend Git Bash as default Windows shell for flex-ax#40
Conversation
…scripts Remove install.ps1 and install-common.ps1 in favor of Git Bash as the single supported Windows runtime shell. Add gws JSON quoting guidance to README and simplify playwriter-setup.md Windows notes. Refs #39 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
RC test feedback from Windows ( What I verified locally:
Also confirmed: the current generated
That matches what we saw in practice. One remaining docs nit that still feels important: many generated gws gmail users getProfile --params '{"userId":"me"}'Those snippets are valid in Git Bash, but they are still easy to copy into PowerShell by mistake. In testing, PowerShell continued to fail with: So I think the remaining opportunity here is not the overall direction, but making the shell assumption even harder to miss near the first
One separate thing I noticed during RC install testing: the tagged |
Add a note to gws-sheets, gws-gmail, and gws-drive SKILL.md files warning that --params/--json examples are bash syntax and PowerShell mangles JSON quotes passed to native executables. Refs #39 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update tarball filenames in flex-ax install.sh to match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
install.ps1andinstall-common.ps1— PowerShell install scripts 삭제playwriter-setup.mdWindows 노트에서 PowerShell 언급 제거install-common.sh주석에서 PowerShell 언급 제거Refs #39
Test plan
release-pack.sh --camp flex-ax빌드 성공.ps1파일 미포함 확인install-common.sh, camp tarball 내 PowerShell 언급 0건 확인🤖 Generated with Claude Code