From c0de1bca062e90f7923d83fea05a9da8b4c546de Mon Sep 17 00:00:00 2001 From: Simon Gonzalez de Cruz Date: Tue, 12 May 2026 07:59:06 -0700 Subject: [PATCH] Add devarch-framework to Code Analysis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81eff0e..b6505b4 100644 --- a/README.md +++ b/README.md @@ -605,6 +605,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome- - Code Analysis - [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts. + - [devarch-framework](https://github.com/KyaniteLabs/devarch-framework) - Git repository archaeology framework that mines commit history, detects development signals, runs 6 analysis vectors, and generates engineering narrative reports. - [prospector](https://github.com/prospector-dev/prospector) - A tool to analyze Python code. - [repowise](https://github.com/repowise-dev/repowise) - Codebase intelligence that indexes repos into dependency graphs, git history, and auto-generated docs with dead code detection. - [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analyzing dead Python code.