Skip to content

Commit d9e5512

Browse files
chore(goal): code quality metrics with 2 supporting modules
new_capabilities: - capability: code quality metrics impact: maintainability tracking - capability: configuration management impact: customizable workflows - capability: changelog generation impact: release documentation structure: - category: config files: 1 names: [goal.yaml] impact: lines: "+2/-1 lines (NET +1, 33% churn deletions)" framework_score: 80 files: config: 1
1 parent b6c3dce commit d9e5512

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.0.32] - 2026-02-15
2+
3+
### Summary
4+
5+
chore(goal): code quality metrics with 2 supporting modules
6+
7+
### Config
8+
9+
- config: update goal.yaml
10+
11+
112
## [1.0.31] - 2026-02-15
213

314
### Summary

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.31
1+
1.0.32

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "code2logic"
7-
version = "1.0.31"
7+
version = "1.0.32"
88
description = "Convert source code to logical representation for LLM analysis"
99
readme = "README.md"
1010
license = "Apache-2.0"
1111
authors = [
12-
"Softreck <info@softreck.dev>"
12+
"Softreck <info@softreck.dev>",
13+
"Tom Sapletta <tom@sapletta.com>",
1314
]
1415
maintainers = ["Softreck <info@softreck.dev>"]
1516
keywords = [

0 commit comments

Comments
 (0)