diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-09 19:06:10 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-09 19:06:20 +0200 |
| commit | 9c7b92748470359ed87e69cb9f085c2cc6cd5cd6 (patch) | |
| tree | 09d41bee8c78b24370123e785a36a677f5428e31 /.extras/hooks | |
| parent | 8685bacdb5c68e0527ef02a40b9a59ea94138632 (diff) | |
| download | sbo-slackbuilds-9c7b92748470359ed87e69cb9f085c2cc6cd5cd6.tar.gz sbo-slackbuilds-9c7b92748470359ed87e69cb9f085c2cc6cd5cd6.zip | |
docs: rename CLAUDE.md to AGENTS.md and update references
Diffstat (limited to '.extras/hooks')
| -rwxr-xr-x | .extras/hooks/pre-commit | 2 |
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 |
