Skip to content

Sync agent files and tooling from TemplateDotNetLibrary PR #55#70

Merged
Malcolmnixon merged 3 commits intomainfrom
copilot/copy-agent-files-from-template-dot-net-library
Mar 23, 2026
Merged

Sync agent files and tooling from TemplateDotNetLibrary PR #55#70
Malcolmnixon merged 3 commits intomainfrom
copilot/copy-agent-files-from-template-dot-net-library

Conversation

Copy link
Contributor

Copilot AI commented Mar 23, 2026

Pull Request

Description

Brings in updates from TemplateDotNetLibrary PR #55 — primarily a code-review agent cleanup and URL canonicalization across agent files.

  • code-review.agent.md — Replaced ~250-line verbose agent with a concise version: adds agent and execute to tools list, collapses review workflow into 4 clear steps, simplifies hand-off bullet list
  • requirements.agent.md / technical-writer.agent.md — Fixed 5 URL references from raw.githubusercontent.com/… to canonical github.com/…/raw/… form
  • .config/dotnet-tools.json — Bumped demaconsulting.buildmark 0.4.00.4.1

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

Before submitting this pull request, ensure you have completed the following:

Build and Test

  • Code builds successfully: dotnet build --configuration Release
  • All unit tests pass: dotnet test --configuration Release
  • Self-validation tests pass:
    dotnet run --project src/DemaConsulting.TemplateDotNetTool --configuration Release --framework net10.0
    --no-build -- --validate
  • 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

Please run the following checks before submitting:

  • 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

Agent-only changes — no production code, tests, or build pipeline affected.


⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.

Loading
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