Skip to content

Commit ed05bcf

Browse files
refactor(docs): code analysis engine
stats: lines: "+1006695/-1373 (net +1005322)" files: 7 complexity: "Stable complexity"
1 parent 8eb827f commit ed05bcf

File tree

11 files changed

+1006711
-1376
lines changed

11 files changed

+1006711
-1376
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,19 @@ 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.64] - 2026-03-25
128+
129+
### Docs
130+
- Update project/context.md
131+
132+
### Other
133+
- Update project.sh
134+
- Update project/analysis.json
135+
- Update project/analysis.toon.yaml
136+
- Update project/analysis.yaml
137+
- Update project/map.toon.yaml
138+
- Update project/toon.toon.yaml
139+
127140
## [0.1.63] - 2026-03-25
128141

129142
### Docs

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.63
1+
0.1.64

project.sh

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

project/analysis.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)