Skip to content

Add "Tracking Template Evolution" section to repo-consistency agent - #37

Merged
Malcolmnixon merged 2 commits into
mainfrom
copilot/review-recent-prs
Feb 20, 2026
Merged

Add "Tracking Template Evolution" section to repo-consistency agent#37
Malcolmnixon merged 2 commits into
mainfrom
copilot/review-recent-prs

Conversation

Copilot AI commented Feb 20, 2026

Copy link
Copy Markdown
Contributor

Pull Request

Description

Applies the improvement from TemplateDotNetLibrary PR #10 to this template repository.

Adds a Tracking Template Evolution section to .github/agents/repo-consistency-agent.md — a systematic 4-step workflow instructing the agent to review recent merged PRs from demaconsulting/TemplateDotNetTool when assessing downstream projects, ensuring structural/configuration improvements aren't silently missed.

All other recent Library PRs (#3#9) were already reflected in this repository.

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

Closes #

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
  • Self-validation tests pass:
    dotnet run --project src/DemaConsulting.TemplateDotNetTool --configuration Release --framework net10.0
    --no-build -- --validate
  • 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:

  • Spell checker passes: cspell "**/*.{md,cs}"
  • Markdown linter passes: markdownlint "**/*.md"
  • YAML linter passes: yamllint .

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

The added section instructs the repo-consistency agent to:

  1. List the last 10–20 merged PRs from demaconsulting/TemplateDotNetTool
  2. Identify structural changes (workflows, agents, configs) worth propagating
  3. Check whether each change is already present in the downstream project
  4. Recommend missing updates with PR references and rationale

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot AI changed the title [WIP] Review recent PRs for template applicability Add "Tracking Template Evolution" section to repo-consistency agent Feb 20, 2026
Copilot AI requested a review from Malcolmnixon February 20, 2026 15:45
@Malcolmnixon
Malcolmnixon marked this pull request as ready for review February 20, 2026 15:45
@Malcolmnixon
Malcolmnixon merged commit 47f2455 into main Feb 20, 2026
11 checks passed
@Malcolmnixon
Malcolmnixon deleted the copilot/review-recent-prs branch February 20, 2026 15:52
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.

2 participants