Files
multiAgentTry/.claude/settings.json
T

13 lines
417 B
JSON
Raw Normal View History

2026-03-09 17:32:11 +08:00
{
"permissions": {
"allow": [
"Bash(powershell -Command \"Get-Process | Where-Object {$_ProcessName -eq ''python''} | Select-Object Id,Path | Format-Table\")",
"Bash(wmic:*)",
"Bash(fuser:*)",
"Read(//d/ccProg/swarm/backend/**)",
"Bash(xargs:*)",
"Bash(powershell -Command \"Stop-Process -Id 31392 -Force -ErrorAction SilentlyContinue; Start-Sleep -Seconds 2\")"
]
}
}