You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ cd codegraph && npm install && npm link
186
186
| 🧠 |**Semantic search**| Embeddings-powered natural language search with multi-query RRF ranking |
187
187
| 👀 |**Watch mode**| Incrementally update the graph as files change |
188
188
| ⚡ |**Always fresh**| Three-tier incremental detection — sub-second rebuilds even on large codebases |
189
-
| 🔬 |**Data flow analysis**| Intraprocedural parameter tracking, return consumers, argument flows, and mutation detection — all 23 languages |
189
+
| 🔬 |**Data flow analysis**| Intraprocedural parameter tracking, return consumers, argument flows, and mutation detection — all 34 languages |
190
190
| 🧮 |**Complexity metrics**| Cognitive, cyclomatic, nesting depth, Halstead, and Maintainability Index per function |
191
191
| 🏘️ |**Community detection**| Leiden clustering to discover natural module boundaries and architectural drift |
192
192
| 📜 |**Manifesto rule engine**| Configurable pass/fail rules with warn/fail thresholds for CI gates via `check` (exit code 1 on fail) |
@@ -199,7 +199,7 @@ cd codegraph && npm install && npm link
199
199
| ✅ |**CI validation predicates**|`check` command with configurable gates: complexity, blast radius, cycles, boundary violations — exit code 0/1 for CI |
200
200
| 📋 |**Composite audit**| Single `audit` command combining explain + impact + health metrics per function — one call instead of 3-4 |
201
201
| 🚦 |**Triage queue**|`triage` merges connectivity, hotspots, roles, and complexity into a ranked audit priority queue |
202
-
| 🔬 |**Dataflow analysis**| Track how data moves through functions with `flows_to`, `returns`, and `mutates` edges — all 23 languages, included by default, skip with `--no-dataflow`|
202
+
| 🔬 |**Dataflow analysis**| Track how data moves through functions with `flows_to`, `returns`, and `mutates` edges — all 34 languages, included by default, skip with `--no-dataflow`|
203
203
| 🧩 |**Control flow graph**| Intraprocedural CFG construction for all 34 languages — `cfg` command with text/DOT/Mermaid output, included by default, skip with `--no-cfg`|
0 commit comments