aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
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 /TODO.md
parent8685bacdb5c68e0527ef02a40b9a59ea94138632 (diff)
downloadsbo-slackbuilds-9c7b92748470359ed87e69cb9f085c2cc6cd5cd6.tar.gz
sbo-slackbuilds-9c7b92748470359ed87e69cb9f085c2cc6cd5cd6.zip
docs: rename CLAUDE.md to AGENTS.md and update references
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index af04a93..f0f2684 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,7 +3,7 @@
## Staging convention: prefer `cat` over `cp`
Packages moved here from the pentesting-suite repo predate this repo's
-convention (see `CLAUDE.md`) of staging repo files into `$PKG` with
+convention (see `AGENTS.md`) of staging repo files into `$PKG` with
`cat src > dest` instead of `cp`. `cat` writes through a fresh destination so
the build's umask/root ownership sets the perms; `cp` bleeds the git
working-tree mode/ownership into the package.