chore: apply recent template changes from TemplateDotNetLibrary#126
chore: apply recent template changes from TemplateDotNetLibrary#126Malcolmnixon merged 2 commits intomainfrom
Conversation
|
@copilot It seems you failed to review the pull requests and apply any changes... what gives? |
…57, #61-62 - Simplify .gitattributes to use global eol=lf for consistent reviewmark fingerprints (PR #62) - Rewrite code-review.agent.md with simplified template version and add agent/execute tools (PR #55, #56, #57, #61) - Bump DemaConsulting.BuildMark from 0.4.0 to 0.4.1 (PR #57) - Update raw.githubusercontent.com URLs to github.com/raw/ format in requirements.agent.md (PR #56) - Update raw.githubusercontent.com URLs to github.com/raw/ format in technical-writer.agent.md (PR #56) - Add reqstream (lowercase) to .cspell.yaml word list (PR #47) Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TestResults/sessions/a76dd3fa-5fc8-4f4a-88cc-35d7e1eee9ae
Applied in commit 985ab77. Here's what was brought in from the template PRs:
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
There was a problem hiding this comment.
Pull request overview
Aligns the TestResults repository with recent TemplateDotNetLibrary template updates, primarily around agent guidance, tooling, and cross-platform consistency for compliance workflows (ReqStream/ReviewMark).
Changes:
- Simplifies
.gitattributesto enforce LF line endings globally (with CRLF exceptions for.bat/.cmd) to stabilize ReviewMark fingerprints across platforms. - Updates agent documentation to the latest template (notably a rewritten
code-reviewagent and updated ContinuousCompliance raw URL format). - Refreshes tooling/spellcheck config (bump
demaconsulting.buildmarkand addreqstreamto cspell dictionary).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.gitattributes |
Enforces consistent LF endings (CRLF for batch files) to reduce cross-platform fingerprint drift. |
.github/agents/code-review.agent.md |
Replaces prior long-form guidance with streamlined template instructions and updated tool list. |
.github/agents/requirements.agent.md |
Updates ContinuousCompliance links to the newer github.com/.../raw/... format. |
.github/agents/technical-writer.agent.md |
Updates reference-style link targets to the newer raw URL format. |
.config/dotnet-tools.json |
Bumps demaconsulting.buildmark from 0.4.0 to 0.4.1. |
.cspell.yaml |
Adds reqstream (lowercase) to the allowed word list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Reviewed recent merged PRs from
demaconsulting/TemplateDotNetLibraryusing the GitHub API and applied the identified template drift corrections to the TestResults repository.Description
The following changes were applied from template PRs #47, #55, #56, #57, #61, and #62:
.gitattributes(PR Re-label markdown TOC as "Quick Navigation" to clarify dual-TOC purpose #62): Replaced verbose per-extension line-ending rules with a simple global* text=auto eol=lfrule to ensure consistent SHA256 fingerprints for reviewmark across platforms.github/agents/code-review.agent.md(PR [Feature]: Detailed Developer Guide #55, Add comprehensive developer guide #56, [Feature]: Compile Develoiper Guide to PDF #57, [Feature]: Multiple TOCs in Guide #61): Completely rewrote with the simplified template version — addedagentandexecutetools to the tools list, replaced 236 lines of verbose content with a clear 47-line agent focused on concise review steps.config/dotnet-tools.json(PR [Feature]: Compile Develoiper Guide to PDF #57): Bumpeddemaconsulting.buildmarkfrom0.4.0to0.4.1.github/agents/requirements.agent.md(PR Add comprehensive developer guide #56): Updated 3 URL instances fromraw.githubusercontent.comformat togithub.com/raw/format.github/agents/technical-writer.agent.md(PR Add comprehensive developer guide #56): Updated 2 URL instances to the same format.cspell.yaml(PR Weekly maintenance review - project in excellent health #47): Added missingreqstream(lowercase) to the word listThe following files were verified as already aligned with the current template and required no changes:
AGENTS.md,repo-consistency.agent.md,test-developer.agent.md, and theots-{component}.yamlnaming pattern inrequirements.agent.md.Type of Change
Pre-Submission Checklist
Build and Test
dotnet build --configuration Releasedotnet test --configuration ReleaseCode Quality
dotnet format --verify-no-changesQuality Checks
./lint.sh(Unix/macOS) orcmd /c lint.bat/./lint.bat(Windows)Testing
Documentation
Additional Notes
All spell check issues found during linting were confirmed to be pre-existing (present before these changes) and are not introduced by this PR.
⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.