Skip to content

chore: sync AGENTS.md, agent definitions, standards, and lint scripts from TemplateDotNetLibrary#22

Merged
Malcolmnixon merged 1 commit intomainfrom
copilot/copy-updated-files-from-template
Apr 2, 2026
Merged

chore: sync AGENTS.md, agent definitions, standards, and lint scripts from TemplateDotNetLibrary#22
Malcolmnixon merged 1 commit intomainfrom
copilot/copy-updated-files-from-template

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 2, 2026

Brings this repo up to date with the latest TemplateDotNetLibrary template. Files are binary-copied via curl from raw GitHub URLs — no patching or rewriting.

Changes

  • AGENTS.md — updated with design-documentation.md standard 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 new design-documentation.md
  • lint.sh / lint.bat — updated to latest template versions

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code quality improvement

Related Issues

Pre-Submission Checklist

Build and Test

  • Code builds successfully: dotnet build --configuration Release
  • All unit tests pass: dotnet test --configuration Release
  • Code produces zero warnings

Code Quality

  • Code formatting is correct: dotnet format --verify-no-changes
  • New code has appropriate XML documentation comments
  • Static analyzer warnings have been addressed

Quality Checks

  • All linters pass: ./lint.sh (Unix/macOS) or cmd /c lint.bat / ./lint.bat (Windows)

Testing

  • Added unit tests for new functionality
  • Updated existing tests if behavior changed
  • All tests follow the AAA (Arrange, Act, Assert) pattern
  • Test coverage is maintained or improved

Documentation

  • Updated README.md (if applicable)
  • Updated ARCHITECTURE.md (if applicable)
  • Added code examples for new features (if applicable)
  • Updated requirements.yaml (if applicable)

Additional Notes

Files copied verbatim from main branch of demaconsulting/TemplateDotNetLibrary using curl https://raw.githubusercontent.com/.... No local modifications.

…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>
@Malcolmnixon Malcolmnixon marked this pull request as ready for review April 2, 2026 13:59
Copilot AI review requested due to automatic review settings April 2, 2026 13:59
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md and all .github/agents/*.agent.md definitions (delegation wording + reporting templates).
  • Updated standards under .github/standards/ and added new design-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.

@Malcolmnixon Malcolmnixon merged commit 4f2dda9 into main Apr 2, 2026
10 checks passed
@Malcolmnixon Malcolmnixon deleted the copilot/copy-updated-files-from-template branch April 2, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants