Skip to content

Commit 5c68f95

Browse files
refactor(docs): code analysis engine
changes: - file: output_formatters.py area: cli modified: [output_batch_toon] stats: lines: "+1713/-2108 (net -395)" files: 19 complexity: "Large structural change (normalized)"
1 parent 9f492ed commit 5c68f95

24 files changed

+1736
-2111
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,26 @@ 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.18] - 2026-03-23
128+
129+
### Docs
130+
- Update README.md
131+
- Update docs/README.md
132+
- Update project/context.md
133+
134+
### Other
135+
- Update project.sh
136+
- Update project/analysis.toon
137+
- Update project/calls.mmd
138+
- Update project/calls.png
139+
- Update project/compact_flow.mmd
140+
- Update project/compact_flow.png
141+
- Update project/dashboard.html
142+
- Update project/duplication.toon
143+
- Update project/flow.mmd
144+
- Update project/flow.png
145+
- ... and 6 more files
146+
127147
## [0.1.17] - 2026-03-23
128148

129149
### Docs

README.md

Lines changed: 308 additions & 21 deletions
Large diffs are not rendered by default.

VERSION

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

docs/README.md

Lines changed: 40 additions & 40 deletions
Large diffs are not rendered by default.

project.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ rm project/analysis.yaml
1919
#.venv/bin/redup scan . --format toon --output ./project --parallel --incremental --functions-only
2020
.venv/bin/vallm batch . --recursive --output toon > ./project/validation.toon
2121
#.venv/bin/vallm batch . --recursive --no-imports --no-complexity
22+
#vallm batch . --recursive --no-imports --no-complexity --output toon > ./project/validation.toon

project/analysis.toon

Lines changed: 515 additions & 515 deletions
Large diffs are not rendered by default.

project/calls.mmd

Lines changed: 406 additions & 406 deletions
Large diffs are not rendered by default.

project/calls.png

103 KB
Loading

project/compact_flow.mmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ flowchart TD
3737
examples_10_mcp_ollama_demo -->|2| examples_utils
3838
examples_04_graph_analysis -->|1| src_vallm
3939
examples_04_graph_analysis -->|1| examples_utils
40+
examples_12_ollama_simple_demo -->|1| examples_utils
4041
examples_11_claude_code_autonomous -->|1| examples_utils
4142
examples_01_basic_validation -->|1| publish_env_lib
42-
examples_12_ollama_simple_demo -->|1| examples_utils
43-
examples_02_ast_comparison -->|1| examples_utils
4443
examples_03_security_check -->|1| examples_utils
44+
examples_02_ast_comparison -->|1| examples_utils
4545
examples_07_multi_language -->|1| src_vallm
4646
examples_08_code2llm_integration -->|1| src_vallm

project/compact_flow.png

-1.06 KB
Loading

0 commit comments

Comments
 (0)