From 5bff62d62cb02b5b443fc281e8a16ea09cea3a2e Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 11 May 2026 15:22:36 -0700 Subject: [PATCH] fix-unnecessary-introductory-text Removed unnecessary introductory text from developer documentation. --- docs/precommit.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/precommit.md b/docs/precommit.md index 89bb318d..d99b4add 100644 --- a/docs/precommit.md +++ b/docs/precommit.md @@ -1,9 +1,3 @@ -Below is **developer-facing documentation** you can drop into your repo (e.g. `docs/precommit-cache.md` or `README-precommit.md`). -It assumes: - -* `cmd/precommit` installs the **pre-commit hook** -* `precommit_cache` is the **read-only helper library** used by pre-push (and other tooling) - --- # Developer Documentation: `.git/drs/pre-commit` Cache & Helpers