@standardbeagle/ps-claude
Version:
Windows PowerShell wrapper for Claude CLI
20 lines • 509 B
JSON
{
"permissions": {
"allow": [
"Bash(make:*)",
"Bash(go build:*)",
"Bash(GOOS=windows GOARCH=amd64 go build -o ps-claude.exe main.go)",
"Bash(/home/beagle/.npm-global/bin/claude --version)",
"Bash(go run:*)",
"Bash(powershell.exe:*)",
"Bash(cp:*)",
"Bash(mkdir:*)",
"Bash(rm:*)",
"Bash(go:*)",
"Bash(GOOS=windows GOARCH=amd64 go build -o ps-claude.exe)",
"Bash(ls:*)",
"WebFetch(domain:github.com)"
],
"deny": []
}
}