2026-02-16 15:44:51 +10:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
|
|
|
|
"Bash(python3:*)",
|
|
|
|
|
"Bash(pip install:*)",
|
|
|
|
|
"Bash(python -c:*)",
|
|
|
|
|
"Bash(python -m pip install:*)",
|
|
|
|
|
"Bash(python:*)",
|
|
|
|
|
"Bash(git add:*)",
|
|
|
|
|
"Bash(git commit:*)",
|
2026-02-17 15:18:02 +10:00
|
|
|
"Bash(git push:*)",
|
|
|
|
|
"Bash(git -C /c/Users/brent/Documents/Projects/fx-quant log --oneline -10)",
|
|
|
|
|
"Bash(where:*)",
|
|
|
|
|
"Bash(docker build:*)",
|
|
|
|
|
"Bash(docker-compose build:*)",
|
|
|
|
|
"Bash(docker-compose up:*)",
|
|
|
|
|
"Bash(docker-compose down:*)",
|
|
|
|
|
"Bash(docker-compose logs:*)",
|
|
|
|
|
"Bash(echo:*)",
|
2026-02-18 20:42:16 +10:00
|
|
|
"Bash(docker exec:*)",
|
|
|
|
|
"Bash(wc:*)",
|
|
|
|
|
"WebSearch",
|
|
|
|
|
"WebFetch(domain:tradingview.github.io)",
|
|
|
|
|
"WebFetch(domain:raw.githubusercontent.com)",
|
|
|
|
|
"WebFetch(domain:github.com)",
|
|
|
|
|
"Bash(ls:*)",
|
|
|
|
|
"Bash(curl:*)",
|
|
|
|
|
"Bash(start http://admin:changeme@127.0.0.1:5000/backtest-chart)",
|
|
|
|
|
"Bash(start \"\" \"C:/Users/brent/Documents/fx-quant/results/phase1/S1_GBP_AUD_trades.pdf\")",
|
|
|
|
|
"Bash(start \"\" \"C:/Users/brent/Documents/fx-quant/results/phase1/S1_EUR_AUD_trades.pdf\")",
|
|
|
|
|
"Bash(start \"\" \"C:/Users/brent/Documents/fx-quant/results/phase1/S3_GBP_JPY_trades.pdf\")",
|
|
|
|
|
"Bash(start \"\" \"C:/Users/brent/Documents/fx-quant/results/phase1/S3_USD_JPY_trades.pdf\")",
|
|
|
|
|
"Bash(start \"\" \"C:/Users/brent/Documents/fx-quant/results/phase1/S3_GBP_USD_trades.pdf\")",
|
|
|
|
|
"Bash(node:*)",
|
|
|
|
|
"Bash(printf:*)",
|
|
|
|
|
"Bash(test:*)",
|
|
|
|
|
"Bash(reg query:*)",
|
|
|
|
|
"Bash(powershell -Command \"[Environment]::GetEnvironmentVariable\\(''NODE_OPTIONS'', ''User''\\)\")"
|
2026-02-16 15:44:51 +10:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|