2025-12-27 22:45:09 +08:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
|
|
|
|
"Bash(if [ -d \".git\" ])",
|
|
|
|
|
"Bash(then echo \"Git repository exists\")",
|
|
|
|
|
"Bash(else echo \"No git repository\")",
|
|
|
|
|
"Bash(fi)",
|
|
|
|
|
"Bash(python:*)",
|
|
|
|
|
"Bash(python3:*)",
|
|
|
|
|
"Bash(py test_db.py:*)",
|
|
|
|
|
"Bash(where:*)",
|
|
|
|
|
"Bash(/c/Users/linha/AppData/Local/Microsoft/WindowsApps/python test_db.py)",
|
|
|
|
|
"Bash(pip install:*)",
|
|
|
|
|
"Bash(pip uninstall:*)",
|
|
|
|
|
"Bash(tasklist:*)",
|
|
|
|
|
"Bash(findstr:*)",
|
|
|
|
|
"Bash(dir:*)",
|
|
|
|
|
"Bash(git init:*)",
|
2025-12-28 19:21:17 +08:00
|
|
|
"Bash(git add:*)",
|
|
|
|
|
"Bash(git commit:*)",
|
|
|
|
|
"Bash(curl:*)",
|
|
|
|
|
"WebFetch(domain:zjpb.net)",
|
2025-12-30 21:40:44 +08:00
|
|
|
"Bash(del import_bookmarks.py test_bookmark_parse.py test_simple_parse.py result.txt)",
|
|
|
|
|
"Bash(git tag:*)",
|
|
|
|
|
"Bash(if [ -f .env ])",
|
|
|
|
|
"Bash(then echo \"exists\")",
|
|
|
|
|
"Bash(else echo \"not exists\")",
|
|
|
|
|
"Bash(timeout /t 3 /nobreak)",
|
|
|
|
|
"Bash(ping:*)",
|
|
|
|
|
"Bash(git diff-tree:*)",
|
2025-12-31 01:33:47 +08:00
|
|
|
"Bash(git format-patch:*)",
|
|
|
|
|
"WebFetch(domain:bocha-ai.feishu.cn)",
|
|
|
|
|
"Bash(ls:*)",
|
|
|
|
|
"Bash(git pull:*)",
|
2025-12-31 01:37:16 +08:00
|
|
|
"Bash(del nul)",
|
2026-02-06 15:54:13 +08:00
|
|
|
"Bash(git checkout:*)",
|
|
|
|
|
"Bash(git push:*)",
|
|
|
|
|
"Bash(netstat:*)",
|
|
|
|
|
"Bash(git config:*)",
|
|
|
|
|
"Bash(taskkill:*)",
|
|
|
|
|
"Bash(cmd /c:*)",
|
|
|
|
|
"Bash(powershell:*)",
|
|
|
|
|
"Bash(ssh:*)",
|
|
|
|
|
"Bash(start:*)",
|
|
|
|
|
"Bash(git status --porcelain=v1)",
|
|
|
|
|
"Bash(timeout 3 cmd:*)"
|
2025-12-27 22:45:09 +08:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|