chore: sync AGENTS.md, agent definitions, standards, and lint scripts from TemplateDotNetLibrary#22
Merged
Malcolmnixon merged 1 commit intomainfrom Apr 2, 2026
Conversation
…a curl) Agent-Logs-Url: https://github.com/demaconsulting/NuGetCaching/sessions/b43c6766-f218-4ca8-b442-b93a7bab486c Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
Malcolmnixon
April 2, 2026 13:59
View session
Malcolmnixon
approved these changes
Apr 2, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs this repository’s agent guidance, standards documentation, and lint scripts to the latest TemplateDotNetLibrary template to keep Continuous Compliance workflows consistent across repos.
Changes:
- Updated
AGENTS.mdand all.github/agents/*.agent.mddefinitions (delegation wording + reporting templates). - Updated standards under
.github/standards/and added newdesign-documentation.md. - Refreshed lint script comments in
lint.sh/lint.bat.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| lint.sh | Updates the .NET format check comment wording. |
| lint.bat | Updates the .NET format check comment wording. |
| AGENTS.md | Adds reference to design-documentation.md, revises delegation wording, and updates project structure examples/log naming. |
| .github/standards/technical-documentation.md | Updates recommended docs folder layout examples (design + reqstream structure). |
| .github/standards/reviewmark-usage.md | Updates ReviewMark patterns, review-set examples, and command guidance. |
| .github/standards/reqstream-usage.md | Updates ReqStream organization guidance, adds hierarchy/linking rules, and expands quality checklist. |
| .github/standards/design-documentation.md | Adds new design documentation standard (required structure + quality checks). |
| .github/standards/csharp-testing.md | Corrects “Anti-patterns” wording and checklist phrasing. |
| .github/agents/repo-consistency.agent.md | Updates report path placeholder format and template fields. |
| .github/agents/quality.agent.md | Replaces freeform checklists with structured PASS/FAIL/N/A reporting template. |
| .github/agents/implementation.agent.md | Updates sub-agent call wording and report template placeholders. |
| .github/agents/developer.agent.md | Updates report path placeholder format and template fields. |
| .github/agents/code-review.agent.md | Updates review report path placeholder format and report template fields. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Apr 3, 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.
Brings this repo up to date with the latest TemplateDotNetLibrary template. Files are binary-copied via
curlfrom raw GitHub URLs — no patching or rewriting.Changes
design-documentation.mdstandard reference and revised delegation wording.github/agents/*.md— updated all 5 agent definitions (code-review, developer, implementation, quality, repo-consistency).github/standards/*.md— updated 6 existing standards files; added newdesign-documentation.mdlint.sh/lint.bat— updated to latest template versionsType of Change
Related Issues
Pre-Submission Checklist
Build and Test
dotnet build --configuration Releasedotnet test --configuration ReleaseCode Quality
dotnet format --verify-no-changesQuality Checks
./lint.sh(Unix/macOS) orcmd /c lint.bat/./lint.bat(Windows)Testing
Documentation
Additional Notes
Files copied verbatim from
mainbranch ofdemaconsulting/TemplateDotNetLibraryusingcurl https://raw.githubusercontent.com/.... No local modifications.