Files
metro-warden/.claude/settings.local.json
T

21 lines
661 B
JSON

{
"permissions": {
"allow": [
"Bash(python:*)",
"Bash(pip install:*)",
"Bash(python3 -m pip install --quiet textual psutil toml pytest pytest-asyncio)",
"Bash(python3 -c \"import sys; print\\(sys.path\\)\")",
"Bash(python3.14 -m pytest --version)",
"Bash(python3 -c \"import pytest; print\\(pytest.__version__\\)\")",
"Bash(ls /usr/lib/python3*/site-packages/)",
"Bash(pacman -S --noconfirm python-pytest python-pytest-asyncio)",
"Bash(sudo pacman:*)",
"Bash(python3:*)",
"Bash(pip show:*)",
"Bash(chmod:*)",
"Bash(echo $TERM $TERM_PROGRAM)",
"Bash(tmux -V)"
]
}
}