chore: sync AGENTS.md, agent definitions, standards, and lint scripts from TemplateDotNetTool#94
Merged
Malcolmnixon merged 1 commit intomainfrom Apr 12, 2026
Conversation
Agent-Logs-Url: https://github.com/demaconsulting/SarifMark/sessions/4a576d92-9580-4a92-85e7-3de40342cc09 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:37
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs agent/standards documentation and linting entrypoints from the TemplateDotNetTool template into SarifMark to keep repo governance docs and lint workflow aligned with the shared baseline.
Changes:
- Expanded
lint.sh/lint.batto restore dotnet tools and runreqstream,versionmark, andreviewmarklint steps; addedPUPPETEER_SKIP_DOWNLOAD. - Updated
AGENTS.mdand refreshed standards docs (addedcoding-principles.md+testing-principles.md, added front-matter metadata, clarified/reshaped several standards). - Updated the quality agent checklist to include hierarchy boundary checks for tests and reorganized Result guidance.
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 skip-download and dotnet-tool-based linting (ReqStream/VersionMark/ReviewMark) plus dotnet format --no-restore. |
| lint.bat | Windows equivalent of the updated lint workflow with clearer section abort handling and added dotnet tool linting. |
| AGENTS.md | Updates repo tree placeholders and references the two new standards files. |
| .github/standards/testing-principles.md | Introduces universal testing principles (hierarchy boundaries + AAA). |
| .github/standards/coding-principles.md | Introduces universal coding principles (literate coding + architecture gates). |
| .github/standards/technical-documentation.md | Adds front matter and clarifies “References” section constraints. |
| .github/standards/software-items.md | Adds front matter and clarifies subsystem/unit definitions. |
| .github/standards/reviewmark-usage.md | Adds front matter and “Required Standards” prerequisite section. |
| .github/standards/reqstream-usage.md | Adds front matter, prerequisites, and clarifies downward-only linking language. |
| .github/standards/design-documentation.md | Adds front matter/prerequisites and updates Scope guidance. |
| .github/standards/csharp-testing.md | Adds front matter/prerequisites and re-scopes AAA guidance. |
| .github/standards/csharp-language.md | Adds front matter/prerequisites and focuses on formatting + XmlDoc quality checks. |
| .github/agents/quality.agent.md | Adds hierarchy boundary checklist items and relocates Result 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-copies updated files from the TemplateDotNetTool template into this repository. No content modifications — straight overwrites.
Files updated:
AGENTS.md— references two new standards files; updates agent delegation guidance.github/agents/*.md— all 5 agent definitions refreshed.github/standards/*.md— 7 existing standards updated; 2 new files added:coding-principles.md— universal literate coding and architecture principlestesting-principles.md— universal test dependency boundary and AAA pattern standardslint.sh/lint.bat— updated linting scriptsType 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.SarifMark --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
These are documentation/agent-config files only. No source code, tests, or build configuration was changed.