Skip to content

Commit e2ce293

Browse files
refactor(docs): configuration management system
stats: lines: "+15/-25 (net -10)" files: 2 complexity: "Stable complexity"
1 parent 663f46d commit e2ce293

7 files changed

Lines changed: 28 additions & 30 deletions

File tree

CHANGELOG.md

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

3+
## [2.1.176] - 2026-03-31
4+
5+
### Docs
6+
- Update README.md
7+
8+
### Other
9+
- Update project/validation.toon.yaml
10+
311
## [2.1.175] - 2026-03-31
412

513
### Docs

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
<p align="center">
8-
<img src="https://img.shields.io/badge/version-2.1.175-blue.svg" alt="Version">
8+
<img src="https://img.shields.io/badge/version-2.1.176-blue.svg" alt="Version">
99
<img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="Python">
1010
<img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg" alt="License">
1111
<img src="https://img.shields.io/badge/pypi-goal-orange.svg" alt="PyPI">
@@ -23,11 +23,11 @@
2323

2424
## AI Cost Tracking
2525

26-
![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-2.1.175-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
27-
![AI Cost](https://img.shields.io/badge/AI%20Cost-$7.50-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-81.6h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
26+
![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-2.1.176-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
27+
![AI Cost](https://img.shields.io/badge/AI%20Cost-$7.50-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-82.6h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
2828

29-
- 🤖 **LLM usage:** $7.5000 (197 commits)
30-
- 👤 **Human dev:** ~$8163 (81.6h @ $100/h, 30min dedup)
29+
- 🤖 **LLM usage:** $7.5000 (198 commits)
30+
- 👤 **Human dev:** ~$8263 (82.6h @ $100/h, 30min dedup)
3131

3232
Generated on 2026-03-31 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
3333

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.175
1+
2.1.176
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""None"""
22

3-
__version__ = "2.1.175"
3+
__version__ = "2.1.176"

goal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Goal - Automated git push with smart commit messages, changelog updates, and version tagging."""
22

3-
__version__ = "2.1.175"
3+
__version__ = "2.1.176"

project/validation.toon.yaml

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
# vallm batch | 240f | 168✓ 19⚠ 0✗ | 2026-03-31
1+
# vallm batch | 241f | 168✓ 17⚠ 0✗ | 2026-03-31
22

33
SUMMARY:
4-
scanned: 240 passed: 168 (70.0%) warnings: 19 errors: 0 unsupported: 72
4+
scanned: 241 passed: 168 (69.7%) warnings: 17 errors: 0 unsupported: 73
55

6-
WARNINGS[19]{path,score}:
6+
WARNINGS[17]{path,score}:
77
examples/validation/test_api_signatures.py,0.93
88
issues[4]{rule,severity,message,line}:
99
complexity.cyclomatic,warning,extract_function_calls has cyclomatic complexity 20 (max: 15),27
1010
complexity.cyclomatic,warning,validate_call has cyclomatic complexity 20 (max: 15),123
1111
complexity.lizard_cc,warning,extract_function_calls: CC=20 exceeds limit 15,27
1212
complexity.lizard_cc,warning,validate_call: CC=20 exceeds limit 15,123
13-
goal/license/manager.py,0.93
14-
issues[4]{rule,severity,message,line}:
15-
complexity.cyclomatic,warning,update_license_file has cyclomatic complexity 18 (max: 15),427
16-
complexity.cyclomatic,warning,validate_license_file has cyclomatic complexity 20 (max: 15),494
17-
complexity.lizard_cc,warning,update_license_file: CC=18 exceeds limit 15,427
18-
complexity.lizard_cc,warning,validate_license_file: CC=20 exceeds limit 15,494
1913
goal/summary/generator.py,0.93
2014
issues[4]{rule,severity,message,line}:
2115
complexity.cyclomatic,warning,generate_value_title has cyclomatic complexity 19 (max: 15),330
@@ -33,9 +27,9 @@ WARNINGS[19]{path,score}:
3327
complexity.maintainability,warning,Low maintainability index: 16.6 (threshold: 20),
3428
goal/smart_commit/generator.py,0.96
3529
issues[3]{rule,severity,message,line}:
36-
complexity.cyclomatic,warning,_generate_functional_summary has cyclomatic complexity 22 (max: 15),126
37-
complexity.maintainability,warning,Low maintainability index: 19.0 (threshold: 20),
38-
complexity.lizard_cc,warning,_generate_functional_summary: CC=22 exceeds limit 15,126
30+
complexity.cyclomatic,warning,_generate_functional_summary has cyclomatic complexity 16 (max: 15),145
31+
complexity.maintainability,warning,Low maintainability index: 16.9 (threshold: 20),
32+
complexity.lizard_cc,warning,_generate_functional_summary: CC=16 exceeds limit 15,145
3933
examples/validation/test_readme_consistency.py,0.97
4034
issues[2]{rule,severity,message,line}:
4135
complexity.cyclomatic,warning,validate_readme has cyclomatic complexity 22 (max: 15),92
@@ -44,22 +38,18 @@ WARNINGS[19]{path,score}:
4438
issues[2]{rule,severity,message,line}:
4539
complexity.cyclomatic,warning,update_project_metadata has cyclomatic complexity 18 (max: 15),118
4640
complexity.lizard_cc,warning,update_project_metadata: CC=18 exceeds limit 15,118
47-
goal/config/validation.py,0.97
48-
issues[2]{rule,severity,message,line}:
49-
complexity.cyclomatic,warning,_validate_advanced_section has cyclomatic complexity 21 (max: 15),261
50-
complexity.lizard_cc,warning,_validate_advanced_section: CC=21 exceeds limit 15,261
5141
goal/formatter.py,0.97
5242
issues[2]{rule,severity,message,line}:
5343
complexity.cyclomatic,warning,format_enhanced_summary has cyclomatic complexity 19 (max: 15),306
5444
complexity.lizard_cc,warning,format_enhanced_summary: CC=18 exceeds limit 15,306
45+
goal/license/manager.py,0.97
46+
issues[2]{rule,severity,message,line}:
47+
complexity.cyclomatic,warning,update_license_file has cyclomatic complexity 18 (max: 15),427
48+
complexity.lizard_cc,warning,update_license_file: CC=18 exceeds limit 15,427
5549
goal/push/core.py,0.97
5650
issues[2]{rule,severity,message,line}:
5751
complexity.cyclomatic,warning,execute_push_workflow has cyclomatic complexity 17 (max: 15),114
5852
complexity.lizard_cc,warning,execute_push_workflow: CC=17 exceeds limit 15,114
59-
goal/push/stages/commit.py,0.97
60-
issues[2]{rule,severity,message,line}:
61-
complexity.cyclomatic,warning,handle_split_commits has cyclomatic complexity 22 (max: 15),140
62-
complexity.lizard_cc,warning,handle_split_commits: CC=22 exceeds limit 15,140
6353
goal/push/stages/push_remote.py,0.97
6454
issues[2]{rule,severity,message,line}:
6555
complexity.cyclomatic,warning,push_to_remote has cyclomatic complexity 16 (max: 15),20
@@ -91,4 +81,4 @@ UNSUPPORTED[5]{bucket,count}:
9181
Dockerfile*,1
9282
*.txt,1
9383
*.yml,1
94-
other,19
84+
other,20

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 = "goal"
7-
version = "2.1.175"
7+
version = "2.1.176"
88
description = "Goal - Automated git push with enterprise-grade commit intelligence, smart conventional commit generation based on deep code analysis, and interactive release workflow management."
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)