Sync AGENTS.md, agent files, standards, and lint scripts from TemplateDotNetTool#152
Merged
Malcolmnixon merged 1 commit intomainfrom Apr 2, 2026
Merged
Conversation
- Update AGENTS.md with design-documentation.md standard reference - Update all .github/agents/*.md agent definitions from template - Add .github/standards/design-documentation.md (new standard) - Update .github/standards/*.md with latest template content - Add 'Qube' to .cspell.yaml for SonarQube terminology support 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 00:16
View session
Malcolmnixon
approved these changes
Apr 2, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs agent guidance and documentation standards from TemplateDotNetTool to keep this repository aligned with the upstream Continuous Compliance template.
Changes:
- Updated
AGENTS.mdand refreshed all.github/agents/*.agent.mdtemplates (report paths, placeholders, updated wording). - Updated standards docs and added a new
design-documentation.mdstandard definingdocs/design/expectations. - Updated
.cspell.yamlto accommodate new terminology introduced by the synced documentation.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
AGENTS.md |
Updates agent quick reference, standards list, and compliance/tooling guidance. |
.github/agents/code-review.agent.md |
Refreshes formal review instructions and report filename template. |
.github/agents/developer.agent.md |
Refreshes developer agent reporting template and placeholders. |
.github/agents/implementation.agent.md |
Updates orchestration instructions and reporting placeholders. |
.github/agents/quality.agent.md |
Replaces prior checklist text with a structured assessment/reporting template. |
.github/agents/repo-consistency.agent.md |
Updates consistency agent reporting template and placeholders. |
.github/standards/csharp-testing.md |
Minor wording/heading normalization (“anti-patterns”). |
.github/standards/design-documentation.md |
New standard defining docs/design/ layout and required design document content. |
.github/standards/reqstream-usage.md |
Updates requirements organization guidance and adds hierarchy/linking rules. |
.github/standards/reviewmark-usage.md |
Updates ReviewMark pattern/examples and adds path conventions guidance. |
.github/standards/technical-documentation.md |
Updates the recommended docs/ tree, including design/requirements folder conventions. |
.cspell.yaml |
Adds Qube to the custom dictionary to cover SonarQube references. |
💡 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 agent and standards files from the TemplateDotNetTool template (commit
5c04d99) to keep this downstream repository aligned.Updated files:
AGENTS.md— references newdesign-documentation.mdstandard.github/agents/*.md— all five agent files refreshed from template.github/standards/csharp-testing.md,reqstream-usage.md,reviewmark-usage.md,technical-documentation.md— updated from templateNew files:
.github/standards/design-documentation.md— new standard definingdocs/design/layout,introduction.mdrequirements, and software structure diagram expectationsSupporting changes:
.cspell.yaml— addedQubeto coverSonarQubereferences introduced by updated agent contentlint.sh/lint.batwere already identical to the template; no changes needed.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.ReqStream --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
All lint checks pass. No source code or test changes — agent/standards files only.