Add root-tags orphan detection with system/quality tags - #63
Merged
Conversation
- Bump demaconsulting.reqstream to 1.11.0. - Tag all System/Platform-level requirements across the four in-house systems (Language, Stdlib, Core, Tool) with [system] so they act as traceability roots. - Add missing children: links closing 371 previously-untraced requirement gaps across the System/Subsystem/Unit hierarchy, which previously had almost no parent/child links. - Add docs/reqstream/quality.yaml grouping the OTS/process-tooling requirements (xUnit, ReqStream, BuildMark, VersionMark, SarifMark, SonarMark, ReviewMark, Pandoc, WeasyPrint, FileAssert, ANTLR4, DemaConsulting.Rendering) under a [quality] root. - Add root-tags: [system, quality] to requirements.yaml. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Summary
Applies the root-tags orphan-detection pattern to SysML2Tools.
demaconsulting.reqstreamto 1.11.0.[system]across the four in-house systems (Language, Stdlib, Core, Tool) so they act as traceability roots.children:links closing 371 previously-untraced requirement gaps across the System/Subsystem/Unit hierarchy — this repo had almost no parent/child links anywhere, so the full hierarchy was constructed from scratch based on semantic matching of requirement titles/justifications/tests.docs/reqstream/quality.yamlgrouping the OTS/process-tooling requirements (xUnit, ReqStream, BuildMark, VersionMark, SarifMark, SonarMark, ReviewMark, Pandoc, WeasyPrint, FileAssert, ANTLR4, DemaConsulting.Rendering) under a[quality]root.root-tags: [system, quality]torequirements.yaml.Verification
dotnet reqstream --requirements requirements.yaml --enforce-> 0 of 433 requirements orphaned.pwsh ./build.ps1-> Build succeeded; all 2125 unit tests passed across net8.0/net9.0/net10.0.pwsh ./fix.ps1/pwsh ./lint.ps1-> clean, exit 0.