chore(githooks): remove pre-push hook (#22956)

## Summary
- remove the `pre-push` git hook script from the repository
- remove the `make pre-push` target and related Makefile documentation
- update contributor and agent docs so they only describe the remaining
`pre-commit` hook

## Validation
- `make pre-commit`
- `git diff --check`

---
_Generated with [`mux`](https://github.com/coder/mux) • Model:
`openai:gpt-5.4` • Thinking: `high`_
This commit is contained in:
Thomas Kosiewski
2026-03-11 17:44:19 +01:00
committed by GitHub
parent 77d53d2955
commit e96cd5cbb2
5 changed files with 20 additions and 90 deletions
-1
View File
@@ -3,7 +3,6 @@
# Pre-commit hook that runs CI-equivalent checks locally.
# Runs `make pre-commit` (gen, fmt, lint, typos, build) which
# catches most CI failures without needing Docker or Playwright.
# The full CI suite (including tests) runs via the pre-push hook.
#
# Installation (worktree-compatible):
#