From 3704fdad8ed2ddeccafd5f10645de9999e00c0b1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:07:22 +0000 Subject: [PATCH 1/2] Initial plan From 666d1b42a17b6f071e8e3eff89c41acc705b201e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:08:54 +0000 Subject: [PATCH 2/2] Add Code Review Agent to AGENTS.md invocation rules Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 76fcbaa..1d36204 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -10,6 +10,7 @@ implementation demonstrating best practices for DEMA Consulting .NET CLI tools. - **Software Developer** - Writes production code and self-validation tests in literate style - **Test Developer** - Creates unit and integration tests following AAA pattern - **Code Quality Agent** - Enforces linting, static analysis, and security standards +- **Code Review Agent** - Assists in performing formal file reviews - **Repo Consistency Agent** - Ensures downstream repositories remain consistent with template patterns ## Agent Selection Guide @@ -22,6 +23,7 @@ implementation demonstrating best practices for DEMA Consulting .NET CLI tools. - Add or update requirements → **Requirements Agent** - Ensure test coverage linkage in `requirements.yaml` → **Requirements Agent** - Run security scanning or address CodeQL alerts → **Code Quality Agent** +- Perform a formal file review → **Code Review Agent** - Propagate template changes → **Repo Consistency Agent** ## Tech Stack