From 9c7b92748470359ed87e69cb9f085c2cc6cd5cd6 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 9 Aug 2026 19:06:10 +0200 Subject: docs: rename CLAUDE.md to AGENTS.md and update references --- .extras/hooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.extras/hooks/pre-commit') diff --git a/.extras/hooks/pre-commit b/.extras/hooks/pre-commit index 7158125..d7bbbc8 100755 --- a/.extras/hooks/pre-commit +++ b/.extras/hooks/pre-commit @@ -77,7 +77,7 @@ if [ "${SBOLINT:-yes}" = "yes" ]; then # the .SlackBuild: that's the build dir sbolint wants. Depth # isn't assumed, so this works for both a flat layout # (/) and SBo's own (//). Root-level - # files (CLAUDE.md, .extras/...) walk up to "." and are + # files (AGENTS.md, .extras/...) walk up to "." and are # dropped, they aren't builds. d=$(dirname "$f") while [ "$d" != "." ] && [ "$d" != "/" ]; do -- cgit v1.2.3