/
vshmidt
/
streamlit
Обзор
Документация
Войти
/
vshmidt
/
streamlit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.cursor/hooks.json
25 строк
604 B
Lukas Masuch
Optimize AI agent dev setup (#13800)
06 фев 2026, 16:25
Не верифицирован
06 фев 2026, 16:25
308f2c7
Код
Авторство
О чём код?
{ "version": 1, "hooks": { "beforeShellExecution": [ { "type": "prompt", "prompt": "Block if the command runs pytest on e2e_playwright tests. These tests should use 'make run-e2e-test <filename>' instead.", "matcher": "pytest.*e2e_playwright" } ], "afterFileEdit": [ { "command": "$CURSOR_PROJECT_DIR/.claude/hooks/post_edit_autofix.sh", "timeout": 5, "matcher": "\\.py$" } ], "stop": [ { "command": "$CURSOR_PROJECT_DIR/.claude/hooks/stop_check.sh", "timeout": 120 } ] } }