Sync agent/standards files and lint scripts from TemplateDotNetTool#39
Merged
Malcolmnixon merged 1 commit intomainfrom Apr 2, 2026
Merged
Conversation
- Updated AGENTS.md with latest template content - Updated .github/agents/*.md (code-review, developer, implementation, quality, repo-consistency) - Updated .github/standards/*.md (csharp-testing, reqstream-usage, reviewmark-usage, technical-documentation) - Added .github/standards/design-documentation.md (new in template) 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:24
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR syncs the repository’s agent guidance and Continuous Compliance standards documents from the TemplateDotNetTool template, updating the expected documentation/requirements organization patterns and agent report templates.
Changes:
- Refreshed
AGENTS.mdto reference Continuous Compliance practices and the newdesign-documentation.mdstandard. - Updated all
.github/agents/*.agent.mdfiles to the latest reporting templates and workflow wording. - Updated existing standards docs and added a new
.github/standards/design-documentation.md.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| AGENTS.md | Updates agent quick reference and standards list; shifts to Continuous Compliance framing. |
| .github/agents/code-review.agent.md | Updates report path template and report placeholder formatting. |
| .github/agents/developer.agent.md | Updates report path template and report placeholder formatting. |
| .github/agents/implementation.agent.md | Updates orchestration wording and report placeholder formatting. |
| .github/agents/quality.agent.md | Replaces checklist-style guidance with a structured reporting template. |
| .github/agents/repo-consistency.agent.md | Updates report path template and report placeholder formatting. |
| .github/standards/csharp-testing.md | Minor terminology update (“Anti-patterns”). |
| .github/standards/design-documentation.md | Adds new standard describing required design doc structure and quality checks. |
| .github/standards/reqstream-usage.md | Updates requirements organization guidance and adds hierarchy/linking rules. |
| .github/standards/reviewmark-usage.md | Updates ReviewMark patterns/examples and adds file path pattern guidance. |
| .github/standards/technical-documentation.md | Updates recommended docs/ tree structure for design + reqstream organization. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Apr 6, 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
Pulls updated shared infrastructure files from the TemplateDotNetTool template repository.
Updated files:
AGENTS.md— references newdesign-documentation.mdstandard.github/agents/*.md— all 5 agent files refreshed (code-review,developer,implementation,quality,repo-consistency).github/standards/*.md— 5 existing standards updated; newdesign-documentation.mdaddedNo project-specific content was present in any of these files; all changes are direct copies from the 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 Releasedotnet run --project src/DemaConsulting.ReviewMark --configuration Release --framework net10.0--no-build -- --validateCode Quality
dotnet format --verify-no-changesQuality Checks
Please run the following checks before submitting:
cspell "**/*.{md,cs}"markdownlint "**/*.md"yamllint .Testing
Documentation
Additional Notes
Purely a template sync — no functional code changes. Reviewers should verify the copied content matches the current
mainbranch ofdemaconsulting/TemplateDotNetTool.