From e51c72998baa84b539a983ac8eebb257967b6117 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 12:06:28 +0000 Subject: [PATCH 1/4] Initial plan From 20e849bcadcf3a44d1b014a0fcbd0aa01015375c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 12:09:44 +0000 Subject: [PATCH 2/4] Fix repo-consistency agent to fetch latest merged PRs using sort:updated-desc Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TemplateDotNetLibrary/sessions/7c640966-706b-41c0-a0b5-82f36de16618 --- .github/agents/repo-consistency.agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/agents/repo-consistency.agent.md b/.github/agents/repo-consistency.agent.md index b2ef033..689ebec 100644 --- a/.github/agents/repo-consistency.agent.md +++ b/.github/agents/repo-consistency.agent.md @@ -18,7 +18,7 @@ consistency gaps, template evolution updates, and recommended changes for the sp ## Consistency Steps -1. Fetch the last 20 merged PRs (`is:pr is:merged`) from +1. Fetch the last 20 merged PRs (`is:pr is:merged sort:updated-desc`) from 2. Determine the intent of the template pull requests (what changes were performed to which files) 3. Apply missing changes to this repository's files (if appropriate and with translation) From a109a9b11135c1b9cb3340a1d054006cf0e435c6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 12:14:06 +0000 Subject: [PATCH 3/4] Improve wording: 'the most recent 20' instead of 'the last 20' Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TemplateDotNetLibrary/sessions/be24db52-21b7-411d-b675-b84932133712 --- .github/agents/repo-consistency.agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/agents/repo-consistency.agent.md b/.github/agents/repo-consistency.agent.md index 689ebec..de6970f 100644 --- a/.github/agents/repo-consistency.agent.md +++ b/.github/agents/repo-consistency.agent.md @@ -18,7 +18,7 @@ consistency gaps, template evolution updates, and recommended changes for the sp ## Consistency Steps -1. Fetch the last 20 merged PRs (`is:pr is:merged sort:updated-desc`) from +1. Fetch the most recent 20 merged PRs (`is:pr is:merged sort:updated-desc`) from 2. Determine the intent of the template pull requests (what changes were performed to which files) 3. Apply missing changes to this repository's files (if appropriate and with translation) From 09d8efb88516424f9cfe6ab562936fcaf3128fd7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 12:26:46 +0000 Subject: [PATCH 4/4] Update wording to '20 most recently merged PRs' for clarity Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TemplateDotNetLibrary/sessions/f2444465-d230-4771-912c-1770c4993af7 --- .github/agents/repo-consistency.agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/agents/repo-consistency.agent.md b/.github/agents/repo-consistency.agent.md index de6970f..b4fa45b 100644 --- a/.github/agents/repo-consistency.agent.md +++ b/.github/agents/repo-consistency.agent.md @@ -18,7 +18,7 @@ consistency gaps, template evolution updates, and recommended changes for the sp ## Consistency Steps -1. Fetch the most recent 20 merged PRs (`is:pr is:merged sort:updated-desc`) from +1. Fetch the 20 most recently merged PRs (`is:pr is:merged sort:updated-desc`) from 2. Determine the intent of the template pull requests (what changes were performed to which files) 3. Apply missing changes to this repository's files (if appropriate and with translation)