Skip to content

Commit fb27d4d

Browse files
feat(goal): code analysis engine
changes: - file: cli.py area: cli modified: [_export_code2logic] stats: lines: "+99/-89 (net +10)" files: 5 complexity: "Large structural change (normalized)"
1 parent b07aaf7 commit fb27d4d

5 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [0.5.13] - 2026-03-02
2+
3+
### Summary
4+
5+
feat(goal): code analysis engine
6+
7+
### Docs
8+
9+
- docs: update context.md
10+
11+
### Other
12+
13+
- update code2llm/cli.py
14+
- update project/analysis.toon
15+
- update project/evolution.toon
16+
- update project/project.toon
17+
18+
119
## [0.5.12] - 2026-03-02
220

321
### Summary

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.12
1+
0.5.13

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.12"
11+
__version__ = "0.5.13"
1212
__author__ = "STTS Project"
1313

1414
# Core analysis components

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.12"
7+
__version__ = "0.5.13"
88

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "code2llm"
7-
version = "0.5.12"
7+
version = "0.5.13"
88
description = "High-performance Python code flow analysis with optimized TOON format - CFG, DFG, call graphs, and intelligent code queries"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)