Recruitment_site/.claude/settings.local.json

61 lines
3.6 KiB
JSON

{
"permissions": {
"allow": [
"Bash(bash \"C:/Users/11825/.claude/plugins/cache/claude-plugins-official/superpowers/5.0.5/skills/brainstorming/scripts/start-server.sh\" --project-dir \"C:/code/offer\")",
"Bash(cat \"C:/code/offer/.superpowers/brainstorm\"/.*/server-info)",
"Bash(python -c \"import sys,json; d=json.load\\(sys.stdin\\); print\\(''''Vue:'''', d.get\\(''''dependencies'''',{}\\).get\\(''''vue'''',''''N/A''''\\)\\); print\\(''''Vite/webpack:'''', list\\(d.get\\(''''devDependencies'''',{}\\).keys\\(\\)\\)[:5]\\)\")",
"Bash(git -C /c/code/offer log --oneline)",
"Bash(pip install:*)",
"Bash(py --version)",
"Bash(python3 -m pip install -r /c/code/offer/offer_backend/requirements.txt)",
"Bash(python3 -c \"import sys; print\\(sys.executable\\)\")",
"Bash(cmd.exe /c \"python --version\")",
"Bash(cmd.exe /c \"py --version\")",
"Bash(cmd.exe /c \"python --version && python -m pip --version\" 2>&1)",
"Read(//c/Users/11825/AppData/Local/Programs/**)",
"Bash(ls /c/Python*)",
"Read(//c/Users/11825/AppData/Local/Microsoft/WindowsApps//**)",
"Read(//c//**)",
"Bash(/c/Users/11825/AppData/Local/Microsoft/WindowsApps/python3.exe --version)",
"Bash(/c/Users/11825/AppData/Local/Microsoft/WindowsApps/python3.exe -m pip --version)",
"Read(//c/miniconda3/bin/**)",
"Read(//c/anaconda3/bin/**)",
"Bash(/c/software/python3_10/python --version)",
"Bash(/c/software/python3_10/python -m pip --version)",
"Bash(/c/software/python3_10/python -m ensurepip --upgrade)",
"Bash(/c/software/python3_10/python -m pip install -r /c/code/offer/offer_backend/requirements.txt 2>&1)",
"Bash(/c/software/python3_10/Scripts/django-admin startproject:*)",
"Bash(rm:*)",
"Bash(rm /c/code/offer/offer_backend/manage.py)",
"Bash(rm -rf /c/code/offer/offer_backend/config)",
"Bash(mkdir -p /c/code/offer/offer_backend/config/settings)",
"Bash(mkdir -p /c/code/offer/offer_backend/apps)",
"Bash(DJANGO_SETTINGS_MODULE=config.settings.development /c/software/python3_10/python manage.py check)",
"Bash(git -C /c/code/offer status)",
"Bash(git -C /c/code/offer add offer_backend/)",
"Bash(git:*)",
"Bash(python manage.py startapp accounts apps/accounts)",
"Bash(python manage.py makemigrations accounts)",
"Bash(python manage.py migrate)",
"Bash(python -m pytest apps/accounts/tests/test_auth.py -v)",
"Bash(/c/software/python3_10/python -m pytest apps/accounts/tests/test_auth.py -v)",
"Bash(/c/software/python3_10/Scripts/pytest --version)",
"Bash(ls /c/software/python3_10/Scripts/pytest*)",
"Bash(pip show:*)",
"Bash(/c/software/python3_10/python -c \"import sys; print\\(sys.path\\)\")",
"Bash(/c/software/python3_10/pip3 list:*)",
"Bash(/c/software/python3_10/pip3 install:*)",
"Bash(ls /c/software/python3_10/Scripts/pip*)",
"Read(//c/software/python3_10/**)",
"Bash(/c/software/python3_10/Scripts/pip3.exe install:*)",
"Bash(/c/software/python3_10/Scripts/pytest.exe apps/accounts/tests/test_auth.py -v)",
"Bash(pg_isready)",
"Bash(psql -U postgres -c \"SELECT 1\")",
"Bash(\"/c/Program Files/PostgreSQL/16/bin/psql.exe\" -U postgres -c \"SELECT version\\(\\);\" 2>&1)",
"Bash(PGPASSWORD=zcDsj@2024 \"/c/Program Files/PostgreSQL/16/bin/psql.exe\" -U postgres -c \"SELECT version\\(\\);\" 2>&1)",
"Bash(PGPASSWORD=zcDsj@2024 \"/c/Program Files/PostgreSQL/16/bin/psql.exe\" -U postgres -c \"CREATE DATABASE offer_db;\" 2>&1)",
"Bash(/c/software/python3_10/python manage.py migrate)"
]
}
}