From 14a61f43062d8cf8a0d4e59e7822c6e6240a4ba9 Mon Sep 17 00:00:00 2001 From: Shashwat gupta <160376221+Shashwat-Gupta57@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:51:01 +0530 Subject: [PATCH] Add Jctx tool for AI-ready Python code conversion --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce403f6..5cba5fd 100644 --- a/README.md +++ b/README.md @@ -571,6 +571,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. + - [Jctx](https://github.com/Shashwat-Gupta57/Jctx) - Instantly converts Python projects into an AI-ready codebase context file with token metrics and dependency graphs. - [prospector](https://github.com/prospector-dev/prospector) - A tool to analyze Python code. - [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analyzing dead Python code. - Code Linters