Apply TemplateDotNetLibrary PR #67 - Agent and lint cleanup#76
Merged
Malcolmnixon merged 2 commits intomainfrom Mar 29, 2026
Merged
Apply TemplateDotNetLibrary PR #67 - Agent and lint cleanup#76Malcolmnixon merged 2 commits intomainfrom
Malcolmnixon merged 2 commits intomainfrom
Conversation
Agent-Logs-Url: https://github.com/demaconsulting/TemplateDotNetTool/sessions/44bfc75d-4ada-4b11-a28f-863917742bf9 Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Apply changes from TemplateDotNetLibrary PR #67
Apply TemplateDotNetLibrary PR #67 - Agent and lint cleanup
Mar 29, 2026
Malcolmnixon
approved these changes
Mar 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Ports TemplateDotNetLibrary PR #67 into this repo by restructuring Copilot agents around a standards-delegation model, adding reusable standards documents, and tightening lint/reporting noise and exclusions (including .agent-logs/).
Changes:
- Replaced role-based agents with
developer,implementation, andquality; updatedcode-review/repo-consistencyand rewroteAGENTS.mdto reference.github/standards/and.agent-logs/reporting. - Added
.github/standards/reference documents for C#, testing, ReqStream, ReviewMark, software item classification, and technical documentation. - Reduced linter output noise, excluded
.agent-logs/from linters/git, and simplified ReviewMark invocation in CI.
Reviewed changes
Copilot reviewed 23 out of 24 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| lint.sh | Quieted npm/pip/cspell output to reduce lint noise. |
| lint.bat | Same as lint.sh for Windows. |
| AGENTS.md | Rewritten to standards-delegation model + .agent-logs/ reporting convention. |
| .yamllint.yaml | Excludes .agent-logs/ from yamllint. |
| .markdownlint-cli2.yaml | Suppresses banner/progress; excludes .agent-logs/. |
| .gitignore | Ignores .agent-logs/. |
| .github/workflows/build.yaml | Removes explicit ReviewMark definition argument (rely on discovery). |
| .github/standards/csharp-language.md | New C# coding standards reference. |
| .github/standards/csharp-testing.md | New MSTest testing standards reference. |
| .github/standards/reqstream-usage.md | New ReqStream usage standards reference. |
| .github/standards/reviewmark-usage.md | New ReviewMark usage standards reference. |
| .github/standards/software-items.md | New software item categorization standards reference. |
| .github/standards/technical-documentation.md | New technical documentation standards reference. |
| .github/agents/developer.agent.md | New general-purpose standards-based dev agent. |
| .github/agents/implementation.agent.md | New orchestrator/state-machine agent. |
| .github/agents/quality.agent.md | New QA/checklist grading agent. |
| .github/agents/code-review.agent.md | Updated formal review workflow + .agent-logs/ reporting path. |
| .github/agents/repo-consistency.agent.md | Updated workflow + .agent-logs/ reporting format. |
| .github/agents/test-developer.agent.md | Removed legacy role-based agent. |
| .github/agents/technical-writer.agent.md | Removed legacy role-based agent. |
| .github/agents/software-developer.agent.md | Removed legacy role-based agent. |
| .github/agents/requirements.agent.md | Removed legacy role-based agent. |
| .github/agents/code-quality.agent.md | Removed legacy role-based agent. |
| .cspell.yaml | Excludes .agent-logs/ from spell checking. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Mar 29, 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
Ports TemplateDotNetLibrary#67 to this repository — replacing the monolithic role-based agents with a leaner standards-driven model and adding structured standards references.
Agent restructure:
code-quality,requirements,software-developer,technical-writer,test-developerdeveloper(general-purpose, standards-based),implementation(RESEARCH→DEVELOPMENT→QUALITY→REPORT state machine),quality(compliance checklist grader)code-reviewandrepo-consistencywith structured workflow and.agent-logs/-based reporting (repo-consistency retains TemplateDotNetTool URL/project name)New
.github/standards/directory with 6 reusable standards files agents load on demand:csharp-language.md,csharp-testing.md,reqstream-usage.md,reviewmark-usage.md,software-items.md,technical-documentation.mdAGENTS.mdrewritten around the standards-delegation model; agent report convention moved fromAGENT_REPORT_*.mdto.agent-logs/[agent]-[subject]-[id].mdTooling/config:
lint.sh/lint.bat:npm install --silent,pip install --quiet --disable-pip-version-check,cspell --quiet.markdownlint-cli2.yaml: addednoBannerandnoProgress.cspell.yaml,.gitignore,.markdownlint-cli2.yaml,.yamllint.yaml: exclude.agent-logs/build.yaml: removed--definition .reviewmark.yaml(auto-discovered by ReviewMark)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 Releasedotnet run --project src/DemaConsulting.TemplateDotNetTool --configuration Release --framework net10.0--no-build -- --validateCode Quality
dotnet format --verify-no-changesQuality Checks
Please run the following checks before submitting:
./lint.sh(Unix/macOS) orcmd /c lint.bat/./lint.bat(Windows)Testing
Documentation
Additional Notes
No functional code changes — agent/configuration files only.
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:
⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.