aboutsummaryrefslogtreecommitdiffstats
path: root/CLAUDE.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-03 19:27:16 +0200
committerDanilo M. <danix@danix.xyz>2026-04-03 19:27:16 +0200
commit4c8d250f644314c55b1f34d411a61ffd1f70e86f (patch)
tree4116a1b0541071b27196b391a43a4e4df7ee591f /CLAUDE.md
parentb38e2424b304cf1f540f42fb2585f29a5365a541 (diff)
downloadmy-slackbuilds-4c8d250f644314c55b1f34d411a61ffd1f70e86f.tar.gz
my-slackbuilds-4c8d250f644314c55b1f34d411a61ffd1f70e86f.zip
repo: add AGENTS.md, update CLAUDE.md workflow note, add llama.cpp source archive
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index baa1e2a..e98c934 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -122,6 +122,11 @@ SBOLINT=no git commit -m'Message here'
cd <package-name> && sbofixinfo
# 2. Download sources and verify checksums
+# NOTE: when updating to a new version, sbodl will download the source but fail
+# because the .info file still has the old (or placeholder) MD5SUM. In that case:
+# a) compute the checksum manually: md5sum <source-file>
+# b) update MD5SUM in the .info file
+# c) run sbodl again — it should now report "md5sum matches OK"
cd <package-name> && sbodl
# 3. Lint the script and metadata