From b37baebe91e607b09e4855c2f2caf4a109b2f1aa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Apr 2026 14:35:46 +0000 Subject: [PATCH 1/2] Initial plan From c1d8994e44a02acf493cb45eeecc49f59e621de6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Apr 2026 14:41:48 +0000 Subject: [PATCH 2/2] docs: clarify make test-all always rebuilds binary Agent-Logs-Url: https://github.com/github/gh-aw-mcpg/sessions/70f5ae37-d25c-4772-affd-ab3940db47a6 Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84ec9b34..5bcfbfb1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,7 +87,7 @@ make test-integration # Automatically builds binary if needed ``` #### Run All Tests -Run both unit and integration tests (automatically builds binary if needed): +Run both unit and integration tests (always rebuilds the binary first): ```bash make test-all ```