Sync template files from TemplateDotNetLibrary#34
Merged
Conversation
Agent-Logs-Url: https://github.com/demaconsulting/NuGetCaching/sessions/a3ea4048-86be-41f6-b97e-139d6dfe5474 Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
Malcolmnixon
April 12, 2026 02:07
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs this repository’s agent guidance, standards documentation, and linting scripts with the upstream TemplateDotNetLibrary template to keep Continuous Compliance workflows consistent.
Changes:
- Added new universal standards docs for coding and testing principles.
- Updated multiple existing standards/agent docs with frontmatter, prerequisites, and clarifications.
- Refactored
lint.sh/lint.batto include dotnet tool linting (ReqStream/VersionMark/ReviewMark) and improved section skip logic.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
lint.sh |
Adds Puppeteer download skip, restores dotnet tools, runs ReqStream/VersionMark/ReviewMark linting, and uses dotnet format --no-restore. |
lint.bat |
Mirrors the lint script restructuring on Windows, including dotnet tool restore and additional linting tools. |
AGENTS.md |
Updates standards list to include new principles docs and refreshes minor formatting/placeholders. |
.github/standards/coding-principles.md |
New universal coding principles and quality gates document. |
.github/standards/testing-principles.md |
New universal testing principles document (dependency boundaries + AAA requirements). |
.github/standards/csharp-language.md |
Adds frontmatter and makes coding principles a prerequisite; streamlines content. |
.github/standards/csharp-testing.md |
Adds frontmatter and prerequisite standards; keeps MSTest guidance and anti-patterns. |
.github/standards/design-documentation.md |
Adds frontmatter, prerequisite standards, and clarifies scope exclusions for tests. |
.github/standards/reqstream-usage.md |
Adds frontmatter/prereqs and clarifies downward-only linking language. |
.github/standards/reviewmark-usage.md |
Adds frontmatter and prerequisite standards. |
.github/standards/software-items.md |
Adds frontmatter and clarifies subsystem/unit definitions. |
.github/standards/technical-documentation.md |
Adds frontmatter and introduces guidance for references sections. |
.github/agents/quality.agent.md |
Expands the assessment template criteria and relocates the Result-field rules. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Apr 21, 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.
Binary-copy updated agent, standards, and lint script files from the upstream TemplateDotNetLibrary template.
Changes
New Standards Files
coding-principles.md— Universal coding principles: literate programming, architecture patterns, anti-patternstesting-principles.md— Universal testing principles: hierarchy boundaries (System/Subsystem/Unit), AAA patternUpdated Standards Files
csharp-language.md— Now requirescoding-principles.mdas a prerequisite standardcsharp-testing.md— Now requirestesting-principles.md+csharp-language.mddesign-documentation.md,reqstream-usage.md,reviewmark-usage.md,software-items.md,technical-documentation.md— Minor additions and clarifications from template evolutionUpdated Agent Files
.github/agents/*.mdrefreshed;quality.agent.mdgains expanded assessment template sectionsUpdated AGENTS.md
coding-principles.mdandtesting-principles.mdin the standards application sectionUpdated Lint Scripts
lint.sh/lint.bat— Restructured with cleaner per-section skip logic and consistent error handlingType of Change
Pre-Submission Checklist
Before submitting this pull request, ensure you have completed the following:
Build and Test
dotnet build --configuration Releasedotnet test --configuration ReleaseCode Quality
dotnet format --verify-no-changesQuality Checks
Please run the following checks before submitting:
./lint.sh(Unix/macOS) orcmd /c lint.bat/./lint.bat(Windows)Testing
Documentation
Additional Notes
No functional code changes — documentation and tooling files only.