feat: Add codegraph affected command to find test files impacted by changes

Traverses dependency graph to identify which test files depend on changed source files. Supports stdin input for git integration, custom test file patterns, and configurable traversal depth. Useful for targeted test execution in CI/CD pipelines.
This commit is contained in:
Colby McHenry
2026-03-18 16:31:54 -05:00
parent d20021a322
commit 5334a0f023
5 changed files with 198 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@colbymchenry/codegraph",
"version": "0.6.2",
"version": "0.6.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@colbymchenry/codegraph",
"version": "0.6.2",
"version": "0.6.4",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {