Skip to content

Commit 1e031ca

Browse files
fix(config): configuration management system
changes: - file: output_formatters.py area: cli added: [build_failed_files_data, format_error_message, build_files_data] modified: [output_batch_toon, output_batch_json, output_batch_yaml] - file: security.py area: core modified: [SecurityValidator, _try_bandit] stats: lines: "+2974/-114 (net +2860)" files: 8 complexity: "+40% complexity (new features)"
1 parent 5c68f95 commit 1e031ca

File tree

11 files changed

+2985
-117
lines changed

11 files changed

+2985
-117
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124124
- **Tree-sitter for all** — syntax validation for 165+ languages
125125
- **Example 07** — comprehensive multi-language demo with 8 languages
126126

127+
## [0.1.19] - 2026-03-23
128+
129+
### Other
130+
- Update project.sh
131+
- Update project/validation.json
132+
- Update project/validation.toon
133+
- Update project/validation.yaml
134+
127135
## [0.1.18] - 2026-03-23
128136

129137
### Docs

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.18
1+
0.1.19

project.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ rm project/analysis.yaml
1818
# --parallel --functions-only --incremental --min-lines 5
1919
#.venv/bin/redup scan . --format toon --output ./project --parallel --incremental --functions-only
2020
.venv/bin/vallm batch . --recursive --output toon > ./project/validation.toon
21-
#.venv/bin/vallm batch . --recursive --no-imports --no-complexity
2221
#vallm batch . --recursive --no-imports --no-complexity --output toon > ./project/validation.toon

0 commit comments

Comments
 (0)