Skip to content

Commit f5ad596

Browse files
refactor(docs): code analysis engine
stats: lines: "+265/-270 (net -5)" files: 14 complexity: "Stable complexity"
1 parent cd48025 commit f5ad596

19 files changed

+288
-274
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
## [Unreleased]
22

3+
## [0.5.96] - 2026-03-26
4+
5+
### Docs
6+
- Update project/README.md
7+
- Update project/context.md
8+
9+
### Other
10+
- Update project/analysis.toon.yaml
11+
- Update project/calls.mmd
12+
- Update project/calls.png
13+
- Update project/compact_flow.mmd
14+
- Update project/compact_flow.png
15+
- Update project/evolution.toon.yaml
16+
- Update project/flow.mmd
17+
- Update project/index.html
18+
- Update project/map.toon.yaml
19+
- Update project/project.toon.yaml
20+
- ... and 1 more files
21+
322
## [0.5.95] - 2026-03-26
423

524
### Docs

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.95
1+
0.5.96

code2llm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
and entity resolution with multilingual support.
99
"""
1010

11-
__version__ = "0.5.95"
11+
__version__ = "0.5.96"
1212
__author__ = "STTS Project"
1313

1414
# Core analysis components (lightweight, always needed)

code2llm/nlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
with multilingual support and fuzzy matching.
55
"""
66

7-
__version__ = "0.5.95"
7+
__version__ = "0.5.96"
88

99
from .pipeline import NLPPipeline
1010
from .normalization import QueryNormalizer

project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ code2llm ./ -f yaml --separate-orphans
332332

333333
**Generated by**: `code2llm ./ -f all --readme`
334334
**Analysis Date**: 2026-03-26
335-
**Total Functions**: 934
335+
**Total Functions**: 933
336336
**Total Classes**: 106
337337
**Modules**: 117
338338

project/analysis.toon.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# code2llm | 113f 21539L | python:105,shell:2,php:1 | 2026-03-26
2-
# CC̄=4.6 | critical:11/934 | dups:0 | cycles:0
1+
# code2llm | 113f 21511L | python:105,shell:2,php:1 | 2026-03-26
2+
# CC̄=4.6 | critical:11/933 | dups:0 | cycles:0
33

44
HEALTH[11]:
55
🟡 CC main CC=17 (limit:15)
@@ -38,12 +38,12 @@ LAYERS:
3838
│ !! html_dashboard 504L 1C 14m CC=7 ←0
3939
│ !! metrics 501L 1C 27m CC=12 ←0
4040
│ readme_exporter 496L 1C 7m CC=13 ←0
41-
│ !! prompt 492L 0C 18m CC=16 ←1
4241
│ large_repo 488L 2C 20m CC=9 ←1
4342
│ mermaid 485L 0C 16m CC=13 ←1
4443
│ llm_flow 472L 1C 24m CC=14 ←0
4544
│ evolution_exporter 471L 1C 17m CC=11 ←0
4645
│ renderer 471L 1C 26m CC=11 ←0
46+
│ !! prompt 464L 0C 17m CC=16 ←1
4747
│ !! map_exporter 435L 1C 21m CC=25 ←4
4848
│ file_analyzer 398L 1C 17m CC=12 ←0
4949
│ flow_exporter 391L 1C 14m CC=10 ←0

project/calls.mmd

Lines changed: 220 additions & 220 deletions
Large diffs are not rendered by default.

project/calls.png

36.4 KB
Loading

project/compact_flow.mmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ flowchart TD
66
code2llm_cli["code2llm.cli<br/>1 funcs"]
77
code2llm_cli_analysis["code2llm.cli_analysis<br/>11 funcs"]
88
code2llm_cli_commands["code2llm.cli_commands<br/>6 funcs"]
9-
code2llm_cli_exports["code2llm.cli_exports<br/>43 funcs"]
9+
code2llm_cli_exports["code2llm.cli_exports<br/>42 funcs"]
1010
code2llm_cli_parser["code2llm.cli_parser<br/>1 funcs"]
1111
code2llm_core["code2llm.core<br/>140 funcs"]
1212
code2llm_exporters["code2llm.exporters<br/>257 funcs"]
@@ -25,5 +25,5 @@ flowchart TD
2525
code2llm_cli_commands -->|1| code2llm_cli_exports
2626
benchmarks_benchmark_format_quality -->|1| benchmarks_format_evaluator
2727
benchmarks_benchmark_format_quality -->|1| benchmarks_project_generator
28-
code2llm_cli_exports -->|1| code2llm_core
2928
code2llm_cli_exports -->|1| code2llm_generators
29+
code2llm_cli_exports -->|1| code2llm_core

project/compact_flow.png

-437 Bytes
Loading

0 commit comments

Comments
 (0)