diff --git a/AGENTS.md b/AGENTS.md index 6e58a5bb3..e2c1d76c1 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -129,6 +129,7 @@ docker buildx build --platform linux/amd64,linux/arm64 -t advplyr/audiobookshelf - The `data/` directory contains test audiobooks and is git-ignored - Database is SQLite-based, stored in config location (not in repo) - Client must be regenerated after frontend changes: `(cd client; npm run generate)` +- When running git commands that might invoke a pager (like `git diff` or `git log`), use `PAGER=cat git ` or `git --no-pager ` to avoid the `git-split-diffs: not found` error. ## API Documentation