chore: sync AGENTS.md, agent configs, standards, and lint scripts from TemplateDotNetLibrary#144
Merged
Malcolmnixon merged 1 commit intomainfrom Apr 12, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/demaconsulting/SpdxModel/sessions/3709f5ab-20f4-4d0a-b0b1-cb798122482c 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 01:58
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs shared “infrastructure” files (agent guidance, standards, and linting scripts) from the TemplateDotNetLibrary template repo into this codebase to keep compliance/quality tooling and documentation aligned.
Changes:
- Expanded
lint.sh/lint.batto include .NET tool linting (ReqStream/VersionMark/ReviewMark) and improved restore behavior. - Added new universal standards (
coding-principles.md,testing-principles.md) and updated existing standards with YAML front matter + refreshed guidance. - Updated agent documentation (
AGENTS.md,quality.agent.md) to reference the new standards and updated quality checklist items.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| lint.sh | Adds Puppeteer download skip, restores .NET tools, runs reqstream/versionmark/reviewmark lint, and uses dotnet format --no-restore after dotnet restore. |
| lint.bat | Windows equivalent of updated lint flow: Puppeteer skip, .NET tool restore + reqstream/versionmark/reviewmark linting, then dotnet format --no-restore. |
| AGENTS.md | Updates repo tree placeholders and adds references to the new coding/testing principles standards. |
| .github/standards/coding-principles.md | New universal coding principles standard (literate coding, architecture principles, quality gates). |
| .github/standards/testing-principles.md | New universal testing principles standard (dependency boundaries + AAA requirements). |
| .github/standards/csharp-language.md | Adds front matter + reorganizes guidance to rely on coding-principles, includes formatting/quality checks. |
| .github/standards/csharp-testing.md | Adds front matter + required-standards section; consolidates general testing guidance into testing-principles. |
| .github/standards/design-documentation.md | Adds front matter + required-standards section and clarifies scope constraints. |
| .github/standards/reqstream-usage.md | Adds front matter + required-standards section; clarifies downward-only requirement linking language. |
| .github/standards/reviewmark-usage.md | Adds front matter + required-standards section. |
| .github/standards/software-items.md | Adds front matter and clarifies subsystem/unit definitions. |
| .github/standards/technical-documentation.md | Adds front matter and strengthens “references” section guidance. |
| .github/agents/quality.agent.md | Updates quality assessment checklist items and relocates “Result field” enforcement guidance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Binary-copy sync of shared infrastructure files from the TemplateDotNetLibrary template repository.
Updated files:
AGENTS.md— agent quick-reference guide.github/agents/quality.agent.md— quality agent instructions.github/standards/csharp-language.md,csharp-testing.md,design-documentation.md,reqstream-usage.md,reviewmark-usage.md,software-items.md,technical-documentation.md— updated standardsNew files:
.github/standards/coding-principles.md— new general coding principles standard.github/standards/testing-principles.md— new general testing principles standardLint scripts:
lint.sh/lint.bat— updated with latest checksType 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 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 logic or application code changed. All files are binary-copied verbatim from the template; no manual edits applied.