/
githubmirror
/
hackingtool
Обзор
Документация
Войти
/
githubmirror
/
hackingtool
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Makefile
14 строк
384 B
Hardik Zinzuvadiya
feat: AI operator console — 215 curated tools, AI layer, /find discovery (v2.0.0 rework)
26 июл 2026, 21:48
26 июл 2026, 21:48
2482cc9
Код
Авторство
О чём код?
.PHONY: check test setup # Run the full local gate (lint + tests) — same command CI runs. check: ./scripts/check.sh # Just the tests. test: uv run --group dev pytest -q # One-time per clone: wire the pre-push hook so `check` runs before every push. setup: git config core.hooksPath .githooks @echo "pre-push hook enabled — 'make check' now runs automatically before push."