submit changes

This commit is contained in:
2026-07-27 15:42:08 +03:30
parent 78265d92ba
commit 80a892478f
3 changed files with 624 additions and 589 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"permissions": {
"allow": [
"Bash(python -m venv .venv)",
"Bash(.venv/bin/pip install *)",
"Read(//home/sana/.config/uv/**)",
"Read(//home/sana/.pip/**)",
"Bash(make admin *)",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://127.0.0.1:8000/)",
"Bash(kill %1)",
"Bash(uv run *)",
"Bash(curl -sv http://127.0.0.1:8000/)",
"Bash(no_proxy=\"127.0.0.1\" curl -s -o /dev/null -w \"%{http_code}\" http://127.0.0.1:8000/)",
"Bash(echo \"exit: $?\")",
"Bash(google-chrome --version)",
"Bash(google-chrome-stable --version)",
"Bash(chromium --version)",
"Bash(make patch-driver *)",
"Bash(rtk ls *)",
"Bash(./drivers/chromedriver *)",
"Bash(rtk grep *)",
"Bash(rtk git *)",
"Bash(python *)",
"Bash(rtk read *)",
"Bash(uv add *)",
"Bash(wait)",
"Bash(fuser -k 8000/tcp)",
"Bash(fuser -k 9000/tcp)",
"Bash(rtk find *)"
]
}
}
+3
View File
@@ -0,0 +1,3 @@
.venv
venv
.git
Generated
+589 -589
View File
File diff suppressed because it is too large Load Diff