chore: sync AGENTS.md, agent configs, standards, and lint scripts from TemplateDotNetTool#25
Merged
Malcolmnixon merged 1 commit intomainfrom Apr 12, 2026
Conversation
Agent-Logs-Url: https://github.com/demaconsulting/FileAssert/sessions/f819ae8b-44d9-49e7-8f5f-61d7942954bf 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:24
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs this repository’s agent guidance, standards, and lint tooling with upstream TemplateDotNetTool, improving consistency across Continuous Compliance repos.
Changes:
- Enhanced
lint.sh/lint.batto restore local .NET tools and run ReqStream/VersionMark/ReviewMark lint checks, and to separate linting vs formatting steps. - Refreshed agent docs (
AGENTS.md,.github/agents/quality.agent.md) and standardized several.github/standards/*.mddocuments with frontmatter and cross-references. - Added two new standards:
coding-principles.mdandtesting-principles.md.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| lint.sh | Adds Puppeteer download skip; adds dotnet tool restore + reqstream/versionmark/reviewmark linting; separates restore/format. |
| lint.bat | Windows equivalent of lint script improvements (dotnet tool restore + lints; restore before format; Puppeteer skip). |
| AGENTS.md | Updates placeholders and expands the “standards to load” list to include new standards. |
| .github/standards/coding-principles.md | New universal coding principles and quality gates standard. |
| .github/standards/testing-principles.md | New universal testing principles (dependency boundaries + AAA) standard. |
| .github/standards/csharp-language.md | Adds frontmatter and refocuses on formatting + quality checks (links to coding principles). |
| .github/standards/csharp-testing.md | Adds frontmatter and required-standards references; trims duplicated requirements coverage guidance. |
| .github/standards/design-documentation.md | Adds frontmatter + required-standards references; clarifies scope exclusions. |
| .github/standards/reqstream-usage.md | Adds frontmatter + required-standards references; clarifies downward-only requirement links. |
| .github/standards/reviewmark-usage.md | Adds frontmatter + required-standards references. |
| .github/standards/software-items.md | Adds frontmatter and clarifies subsystem/unit definitions. |
| .github/standards/technical-documentation.md | Adds frontmatter and clarifies what “References” sections may include. |
| .github/agents/quality.agent.md | Reorders/expands checklist items and relocates the “Result field” requirement for orchestrators. |
💡 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-copies updated files from demaconsulting/TemplateDotNetTool into this downstream repository.
Updated files:
AGENTS.md— agent quick-reference updates.github/agents/quality.agent.md— quality agent instruction updates.github/standards/csharp-language.md,csharp-testing.md,design-documentation.md,reqstream-usage.md,reviewmark-usage.md,software-items.md,technical-documentation.md— standards revisionslint.sh/lint.bat— lint script improvementsNew files (not previously in this repo):
.github/standards/coding-principles.md.github/standards/testing-principles.mdType 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.FileAssert --configuration Release --framework net10.0--no-build -- --validateCode 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 source code changes. These are documentation/tooling files only (agent instructions, coding standards, lint scripts).