mirror of https://github.com/jackwener/wx-cli.git
20 lines
729 B
JSON
20 lines
729 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(grep -E \"\\\\.py$|\\\\.md$\")",
|
|
"Bash(git checkout:*)",
|
|
"Bash(python3 -c \"import ast; ast.parse\\(open\\(''wx_daemon.py''\\).read\\(\\)\\); print\\(''wx_daemon.py OK''\\)\")",
|
|
"Bash(python3 -c \"import ast; ast.parse\\(open\\(''wx.py''\\).read\\(\\)\\); print\\(''wx.py OK''\\)\")",
|
|
"Bash(pip install:*)",
|
|
"Bash(pip show:*)",
|
|
"Bash(pip3 install:*)",
|
|
"Bash(python3 -c \"import click; print\\(''click'', click.__version__\\)\")",
|
|
"Bash(python3 wx.py --help)",
|
|
"Bash(python3 wx.py sessions --help)",
|
|
"Bash(python3 -c \"import sys; print\\(sys.executable\\)\")",
|
|
"Bash(uv pip:*)",
|
|
"Bash(uv venv:*)"
|
|
]
|
|
}
|
|
}
|