docs(agents): note null-delimited file lists for tool invocations

This commit is contained in:
Peter Steinberger
2026-07-27 00:29:16 -07:00
parent 0017566618
commit d4ed57bc88

View File

@@ -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.