feat(traceability): add aidlc-traceability matrix tool#236
Merged
Conversation
Introduces the traceability matrix tool under scripts/aidlc-traceability/, including source, tests, docs, and requirements. Verified clean across Semgrep, Bandit, Checkov, gitleaks, Grype, and CodeQL (174 queries). Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Semgrep OSS found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Fix 1,205 MD060 table alignment errors, MD040 missing code fence languages, MD025 multiple H1 headings, and MD041 missing first-line H1 across all 17 markdown files in scripts/aidlc-traceability/. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Scan the entire scripts/ directory instead of aidlc-evaluator only, so new tools are covered automatically without workflow changes. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.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
aidlc-traceabilitytool underscripts/aidlc-traceability/— a Python-based traceability matrix tool that parses stories, requirements, components, units, and code to generate HTML and Markdown traceability reportssrc/), test suite (tests/), documentation (docs/), and requirements artifacts (requirements/)Security scan results
pip 26.0.1GHSA-58qw-9mgm-455v (Medium, no fix available, not in traceability source)Test plan
scripts/aidlc-traceability/src/traceability/cd scripts/aidlc-traceability && uv run pytestREADME.mdAcknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.