Replace agents with TemplateDotNetTool agent structure#51
Merged
Malcolmnixon merged 5 commits intomainfrom Feb 11, 2026
Merged
Conversation
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
…t.md Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Replace repository agents with TemplateDotNetTool agents
Replace agents with TemplateDotNetTool agent structure
Feb 11, 2026
Malcolmnixon
requested changes
Feb 11, 2026
| @@ -0,0 +1,124 @@ | |||
| --- | |||
Contributor
There was a problem hiding this comment.
Let's not use the link-reference format here. While normal markdown viewers would have no problem I'm concerned about the context of AIs as they read sections of the file.
Contributor
Author
There was a problem hiding this comment.
Reverted to inline URL format in commit 9e03e54. The file now uses <https://github.com/demaconsulting/TemplateDotNetTool> inline URLs and plain "TemplateDotNetTool" text instead of reference-style links.
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Malcolmnixon
approved these changes
Feb 11, 2026
This was referenced Feb 20, 2026
23 tasks
Copilot AI
added a commit
that referenced
this pull request
Mar 4, 2026
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Malcolmnixon
added a commit
that referenced
this pull request
Mar 4, 2026
* Initial plan * Apply template updates from PRs #31-#51 Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * Apply semantic requirement IDs from template PR #50 Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
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
Aligns SarifMark's agent structure with TemplateDotNetTool template, replacing 3 monolithic agents with 6 specialized agents that separate concerns:
Removed:
documentation-writer.md,project-maintainer.md,software-quality-enforcer.md(overlapping responsibilities)Added:
requirements-agent.md- Requirements development and test coverage strategytechnical-writer.md- Documentation accuracy and regulatory best practicesrepo-consistency-agent.md- Template drift detection (uses inline URLs for better AI context)code-quality-agent.md- Linting, static analysis, security scanningsoftware-developer.md- Production code and self-validation tests (literate programming)test-developer.md- Unit/integration tests (AAA pattern)All agents customized for SarifMark (replacing TemplateTool → SarifMark) except
repo-consistency-agent.mdwhich intentionally preserves TemplateDotNetTool references as its purpose is maintaining consistency with that template.Type 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 ReleaseCode Quality
dotnet format --verify-no-changesQuality Checks
Please run the following checks before submitting:
cspell "**/*.{md,cs}"markdownlint "**/*.md"yamllint '**/*.{yml,yaml}'Testing
Documentation
Additional Notes
Added
buildnotesto.cspell.jsondictionary. Therepo-consistency-agent.mdfile uses inline URLs (<https://...>) rather than reference-style links to preserve better context for AIs reading sections of the file.💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.