From ea144429cd5bd97ea49279c3d016644953a03d50 Mon Sep 17 00:00:00 2001 From: Billy O'Neal Date: Wed, 19 Aug 2026 16:03:54 -0700 Subject: [PATCH] Add AGENTS.md. (#53493) --- AGENTS.md | 11 +++++++++++ CLAUDE.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 AGENTS.md create mode 100644 CLAUDE.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000000..1c68c4fd23 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,11 @@ +# vcpkg repository instructions + +## Port patches + +- Create or refresh patch files with `git diff --output= ...`, not shell output redirection. This preserves exact line endings, including CRLF bytes in patch hunks. + +## Pull requests + +- Before opening or drafting a pull request, read `.github/pull_request_template.md`, determine which checklist applies, and verify each relevant item. +- Keep / uncomment applicable checklists in pull request bodies and complete them accurately. Do not make up your own checklists. +- When considering opening a pull request, note that vcpkg maintainers review contributions according to `.github/skills/shared/review-vcpkg-pr-guide.md`. Consult it at that stage to anticipate the evidence and package-readiness checks the review will apply; it is not required for unrelated work. diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000000..43c994c2d3 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md