Skip to content

Bring in TemplateDotNetLibrary PR #63: simplify repo-consistency agent#127

Merged
Malcolmnixon merged 2 commits intomainfrom
copilot/bring-in-template-pr-63
Mar 24, 2026
Merged

Bring in TemplateDotNetLibrary PR #63: simplify repo-consistency agent#127
Malcolmnixon merged 2 commits intomainfrom
copilot/bring-in-template-pr-63

Conversation

Copy link
Contributor

Copilot AI commented Mar 24, 2026

File-copy .github/agents/repo-consistency.agent.md from TemplateDotNetLibrary PR #63, reducing it from 297 → 40 lines.

Description

  • tools: [read, search, github][edit, read, search, github, agent]
  • Replaced 8 verbose sections with a 3-step "Consistency Steps" list
  • Removed Never modify downstream code directly from "Don't Do These Things"
  • Removed Evidence-Based Recommendations and Cross-Agent Coordination from "Key Principles"

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code quality improvement

Related Issues

Pre-Submission Checklist

Before submitting this pull request, ensure you have completed the following:

Build and Test

  • Code builds successfully: dotnet build --configuration Release
  • All unit tests pass: dotnet test --configuration Release
  • Code produces zero warnings

Code Quality

  • Code formatting is correct: dotnet format --verify-no-changes
  • New code has appropriate XML documentation comments
  • Static analyzer warnings have been addressed

Quality Checks

Please run the following checks before submitting:

  • All linters pass: ./lint.sh (Unix/macOS) or cmd /c lint.bat / ./lint.bat (Windows)

Testing

  • Added unit tests for new functionality
  • Updated existing tests if behavior changed
  • All tests follow the AAA (Arrange, Act, Assert) pattern
  • Test coverage is maintained or improved

Documentation

  • Updated README.md (if applicable)
  • Updated ARCHITECTURE.md (if applicable)
  • Added code examples for new features (if applicable)
  • Updated requirements.yaml (if applicable)

Additional Notes

Documentation-only change. No code, tests, or build configuration affected.


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

@Malcolmnixon Malcolmnixon marked this pull request as ready for review March 24, 2026 02:12
Copilot AI review requested due to automatic review settings March 24, 2026 02:12
Copilot AI changed the title [WIP] Bring in pull request 63 from TemplateDotNetLibrary Bring in TemplateDotNetLibrary PR #63: simplify repo-consistency agent Mar 24, 2026
Copilot AI requested a review from Malcolmnixon March 24, 2026 02:13
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Repo Consistency Agent documentation to match the streamlined TemplateDotNetLibrary template version, reducing verbosity while keeping the agent’s intent and guardrails.

Changes:

  • Expanded the agent toolset in YAML frontmatter (tools) to include edit and agent.
  • Replaced the prior long-form guidance with a concise 3-step “Consistency Steps” workflow.
  • Removed selected “Don’t Do” / “Key Principles” bullets to align with the template.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Malcolmnixon Malcolmnixon merged commit fb28aa5 into main Mar 24, 2026
12 checks passed
@Malcolmnixon Malcolmnixon deleted the copilot/bring-in-template-pr-63 branch March 24, 2026 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants