Bring in latest repo-consistency agent and apply TemplateDotNetTool improvements#15
Draft
Bring in latest repo-consistency agent and apply TemplateDotNetTool improvements#15
Conversation
…ing convention Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/NuGetCacheTool/sessions/2b32f9b0-5ef7-4de7-8396-7a5701b7dfb6
…t, .gitattributes, update AGENTS.md - Rename agent files to .agent.md suffix convention: - code-quality-agent.md -> code-quality.agent.md - requirements-agent.md -> requirements.agent.md - software-developer.md -> software-developer.agent.md - technical-writer.md -> technical-writer.agent.md - test-developer.md -> test-developer.agent.md - Update agent file content with Continuous Compliance methodology, reporting sections, cross-agent coordination, and compliance checklists - Add new code-review.agent.md (from template PR #59) - Add .gitattributes to enforce LF line endings (from template PR #71) - Update AGENTS.md with improved agent selection guidance, quality gate enforcement section, and short agent name format (from template PRs #66-#70)
Copilot
AI
changed the title
[WIP] Update repo consistency agent from TemplateDotNetTool
Bring in latest repo-consistency agent and apply TemplateDotNetTool improvements
Mar 24, 2026
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.
Pull Request
Description
Syncs this repo with recent improvements from the
demaconsulting/TemplateDotNetTooltemplate. The repo-consistency agent itself is updated first (new naming convention + simplified content), then used to drive the remaining changes.Agent file renames (old → new naming convention)
repo-consistency-agent.mdrepo-consistency.agent.mdcode-quality-agent.mdcode-quality.agent.mdrequirements-agent.mdrequirements.agent.mdsoftware-developer.mdsoftware-developer.agent.mdtechnical-writer.mdtechnical-writer.agent.mdtest-developer.mdtest-developer.agent.mdNew files
.gitattributes— enforces LF line endings repo-wide (CRLF exception for.bat/.cmd), ensuring consistent SHA256 fingerprints for ReviewMark across platforms (template PR #71)code-review.agent.md— formal file review agent using ReviewMark review-set workflow (template PR #59)Agent content updates
All agent files refreshed with:
name,description,tools,user-invocable)## Reportingsection withAGENT_REPORT_*filename patternscall the @agent with context/goal)AGENTS.mdupdates@nameformat matching frontmatter## Agent Selectionexpanded with explicit context/goal delegation patternscode-reviewagent entryType of Change
Related Issues
Pre-Submission Checklist
Before submitting this pull request, ensure you have completed the following:
Build and Test
dotnet build --configuration Releasedotnet test --configuration Releasedotnet run --project src/DemaConsulting.NuGet.CacheTool --configuration Release --framework net10.0--no-build -- --validateCode Quality
dotnet format --verify-no-changesQuality Checks
Please run the following checks before submitting:
cspell "**/*.{md,cs}"markdownlint "**/*.md"yamllint .Testing
Documentation
Additional Notes
Changes are agent/tooling metadata only — no production code or test logic modified. All linting passes.
⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.