aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
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.