Simplify repo-consistency agent (port from TemplateDotNetLibrary PR #63)#72
Merged
Malcolmnixon merged 2 commits intomainfrom Mar 24, 2026
Merged
Conversation
…y PR #63 Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TemplateDotNetTool/sessions/ce69fc58-b435-472a-971c-5f321320aa88
Copilot
AI
changed the title
[WIP] Apply repo consistency cleanup from TemplateDotNetLibrary
Simplify repo-consistency agent (port from TemplateDotNetLibrary PR #63)
Mar 24, 2026
Malcolmnixon
approved these changes
Mar 24, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo-consistency agent definition to be shorter and more execution-oriented, focusing on syncing downstream repos with recent TemplateDotNetTool changes.
Changes:
- Expands agent tool permissions to allow direct edits and sub-agent invocation.
- Replaces extensive explanatory guidance with a concise 3-step “Consistency Steps” workflow.
- Removes “don’t modify downstream code directly” and other previously verbose principles/coordination sections.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ports the repo-consistency agent simplification from demaconsulting/TemplateDotNetLibrary#63, replacing ~257 lines of verbose prose with a concise 40-line file.
Description
Rewrites
.github/agents/repo-consistency.agent.mdto be actionable rather than explanatory:toolsfrontmatter:[read, search, github]→[edit, read, search, github, agent]— agent now applies changes directly and can invoke sub-agentshttps://github.com/demaconsulting/TemplateDotNetToolNever modify downstream code directly— agent now applies changes itselfEvidence-Based RecommendationsandCross-Agent Coordinationfrom Key PrinciplesType of Change
Pre-Submission Checklist
Build and Test
dotnet build --configuration Releasedotnet test --configuration Releasedotnet run --project src/DemaConsulting.TemplateDotNetTool --configuration Release --framework net10.0--no-build -- --validateCode Quality
dotnet format --verify-no-changesQuality Checks
./lint.sh(Unix/macOS) orcmd /c lint.bat/./lint.bat(Windows)Testing
Documentation
Additional Notes
Documentation-only change. No code, tests, or build configuration affected.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1108766/chrome-linux.zip/home/REDACTED/work/_temp/ghcca-node/node/bin/node node install.js(http block)If you need me to access, download, or install something from one of these locations, you can either:
💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.