Skip to content

Commit 2e4a7fd

Browse files
refactor(docs): code analysis engine
stats: lines: "+0/-16947 (net -16947)" files: 20 complexity: "Stable complexity"
1 parent c474a01 commit 2e4a7fd

39 files changed

Lines changed: 27 additions & 16952 deletions

CHANGELOG.md

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

3+
## [0.5.140] - 2026-04-21
4+
5+
### Docs
6+
- Update project/README.md
7+
- Update project/batch_1/context.md
8+
- Update project/context.md
9+
- Update project/root/context.md
10+
- Update project/test_python_only_examples/context.md
11+
12+
### Other
13+
- Update project/analysis.toon.yaml
14+
- Update project/batch_1/analysis.toon.yaml
15+
- Update project/batch_1/evolution.toon.yaml
16+
- Update project/calls.mmd
17+
- Update project/calls.png
18+
- Update project/calls.toon.yaml
19+
- Update project/calls.yaml
20+
- Update project/code2llm/analysis.toon.yaml
21+
- Update project/code2llm_part2/analysis.toon.yaml
22+
- Update project/compact_flow.mmd
23+
- ... and 18 more files
24+
325
## [0.5.139] - 2026-04-20
426

527
### Other

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## AI Cost Tracking
55

6-
![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.5.139-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
6+
![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.5.140-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
77
![AI Cost](https://img.shields.io/badge/AI%20Cost-$7.50-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-66.9h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
88

99
- 🤖 **LLM usage:** $7.5000 (190 commits)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.139
1+
0.5.140

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.139"
11+
__version__ = "0.5.140"
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.139"
7+
__version__ = "0.5.140"
88

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

project/README.md

Lines changed: 0 additions & 339 deletions
This file was deleted.

0 commit comments

Comments
 (0)