v0.2.0
GDMetrics for Godot 3 — v0.2.0
Pride Versioning DEFAULT release (PROUD.DEFAULT.SHAME). Early / pre-stable until 1.0.0.
Highlights
- CI threshold gates:
cc.threshold_fail/cog.threshold_failreturn exit code1with a breach summary - Consumer CLI:
cli/analyze_project.gd(exit0/1/2) - Release zip includes
cli/andexamples/github-actions/ - Drop-in GitHub Actions template for PR complexity gates (Godot 3.5.3 headless)
- Docs: Pride Versioning + distribution notes (
docs/DISTRIBUTION.md)
Install
- Download
gdmetrics-v0.2.0.zip - Copy
addons/gdscript_complexity/andcli/into your Godot 3.x project - Project → Project Settings → Plugins → enable GDScript Complexity Analyzer
- Optional: copy
examples/github-actions/complexity-check.ymlinto.github/workflows/
CLI
godot --no-window -s cli/analyze_project.gd -- \
--project-path . --output report.json --csv-output report.csvDocs
See README.md, docs/USER_GUIDE.md, docs/DISTRIBUTION.md, and docs/COMPATIBILITY.md in the zip.