Initial commit: Metro Warden TUI network operations center

This commit is contained in:
2026-03-22 21:33:40 -04:00
commit 98a17d9b7e
45 changed files with 4215 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"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)"
]
}
}