From d4ed57bc8847b2b0a40dc99189bd4d94acbb2fc7 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 27 Jul 2026 00:29:16 -0700 Subject: [PATCH] docs(agents): note null-delimited file lists for tool invocations --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index a0f14fc9f260..89f17d5717b5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -199,6 +199,7 @@ Skills own workflows; root owns hard policy and routing. - zsh: quote command globs; unmatched patterns abort before the tool runs. - Nested remote shell: avoid local `$()` expansion; use remote-safe validation. - zsh: don't use `path` as a variable; it rewrites `$PATH`. +- File lists into tools: `--name-only -z | xargs -0`; zsh scalars don't word-split, and a zero-file run exits 0 looking clean. - `scripts/pr` artifacts: preserve template enum values; validate before prepare. - `scripts/pr` subcommands require a PR number; no subcommand `--help` placeholder. - `scripts/pr` review: checkout main baseline, then PR, before artifact validation.