diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 5ab9879..9547353 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -7,7 +7,15 @@ "WebFetch(domain:github.com)", "WebFetch(domain:noted.lol)", "WebFetch(domain:yt-dlp.eknerd.com)", - "WebFetch(domain:gist.github.com)" + "WebFetch(domain:gist.github.com)", + "Bash(find W:/programming/Projects/media-rip -name *.py -not -path */.venv/* -not -path *worktrees*)", + "Bash(grep -rn await_job W:/programming/Projects/media-rip/.gsd/ --include=*.md --include=*.json)", + "Bash(.venv/Scripts/python -m pytest tests/test_sse.py -v -k \"not HTTP and not Endpoint\" --timeout=10)", + "Bash(.venv/Scripts/python -m pytest tests/test_sse.py -v -k \"not HTTP and not Endpoint\")", + "Bash(.venv/Scripts/python -m pytest tests/test_sse.py -v)", + "Bash(python -c \"import httpx; import inspect; import os; print\\(os.path.dirname\\(inspect.getfile\\(httpx\\)\\)\\)\")", + "Bash(find W:/programming/Projects/media-rip/.gsd/worktrees/M001/backend/.venv -path */httpx* -name *.py -not -path *__pycache__*)", + "Bash(.venv/Scripts/python -m pytest tests/ -v)" ] } }