Merged
Conversation
… to align with new standards.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Continuous Compliance documentation and requirements organization to align with updated standards, including a new system requirements source and a structured OTS requirements layout.
Changes:
- Reorganized requirements sources (system + OTS) and updated root
requirements.yamlincludes accordingly. - Added new standards/docs for design documentation plus a new
docs/design/system.mdsystem design artifact. - Updated agent and ReviewMark/ReqStream standards to reflect revised conventions and reporting templates.
Reviewed changes
Copilot reviewed 10 out of 18 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| requirements.yaml | Switches includes to docs/reqstream/system.yaml and new docs/reqstream/ots/*.yaml layout. |
| docs/reqstream/system.yaml | Adds system-level requirements (API + validation) with test linkages. |
| docs/reqstream/ots/mstest.yaml | Adds OTS requirements for MSTest with evidence test names. |
| docs/reqstream/ots/reqstream.yaml | Adds OTS requirements for ReqStream enforcement behavior. |
| docs/reqstream/ots/buildmark.yaml | Adds OTS requirements for BuildMark report generation. |
| docs/reqstream/ots/versionmark.yaml | Adds OTS requirements for VersionMark version capture/reporting. |
| docs/reqstream/ots/sarifmark.yaml | Adds OTS requirements for SarifMark SARIF-to-markdown conversion. |
| docs/reqstream/ots/sonarmark.yaml | Adds OTS requirements for SonarMark SonarCloud reporting. |
| docs/reqstream/ots/reviewmark.yaml | Adds OTS requirements for ReviewMark plan/report generation. |
| docs/design/system.md | Introduces a system-level design document for the template library. |
| AGENTS.md | Updates agent standards list and removes @-style invocation wording. |
| .reviewmark.yaml | Updates review-set paths to use docs/reqstream/system.yaml and includes docs/design/system.md. |
| .github/standards/technical-documentation.md | Updates documented folder conventions for design/requirements/OTS organization. |
| .github/standards/reviewmark-usage.md | Updates ReviewMark usage guidance, examples, and command section. |
| .github/standards/reqstream-usage.md | Updates ReqStream organization guidance (mirroring source structure + OTS folder). |
| .github/standards/design-documentation.md | Adds new design documentation standard defining required structure/content. |
| .github/agents/quality.agent.md | Replaces checklist-style guidance with a structured reporting template. |
| .github/agents/implementation.agent.md | Updates agent invocation wording to remove @ prefixes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 10 out of 18 changed files in this pull request and generated no new comments.
💡 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.
Updated standards, clarified quality reports, and adjusted repositoryto align with new standards.
Pull Request
Description
Update agent standards
Type of Change
Related Issues
N/A
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
N/A