aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/hooks/pre-commit
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-09 19:06:10 +0200
committerDanilo M. <danix@danix.xyz>2026-08-09 19:06:20 +0200
commit9c7b92748470359ed87e69cb9f085c2cc6cd5cd6 (patch)
tree09d41bee8c78b24370123e785a36a677f5428e31 /.extras/hooks/pre-commit
parent8685bacdb5c68e0527ef02a40b9a59ea94138632 (diff)
downloadsbo-slackbuilds-9c7b92748470359ed87e69cb9f085c2cc6cd5cd6.tar.gz
sbo-slackbuilds-9c7b92748470359ed87e69cb9f085c2cc6cd5cd6.zip
docs: rename CLAUDE.md to AGENTS.md and update references
Diffstat (limited to '.extras/hooks/pre-commit')
-rwxr-xr-x.extras/hooks/pre-commit2
1 files changed, 1 insertions, 1 deletions
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
# (<pkg>/) and SBo's own (<category>/<pkg>/). 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