Releases: thothforge/thothctl
Releases · thothforge/thothctl
v0.14.3: fix(inventory): weighted technical debt scoring for modules vs providers
Modules now carry 70% weight and providers 30% in debt score calculation. This prevents a single outdated provider from inflating the score disproportionately in projects where modules are current. Also aligns CDK risk thresholds with the main formula (70/50/30).
v0.14.2: fix: resolve template_url mismatch between init and upgrade commands
- upgrade_service now falls back to repo_url when template_url is missing - init command now saves template_url in origin_metadata for new projects - Added template_url to Azure DevOps and GitHub clone_repo metadata - Added unit tests for the fix
v0.14.1
v0.14.1 - feat(cdkv2): CDK multi-language scaffold support with bugfixes
v0.13.6: feat: add release date and staleness detection to inventory
Fetch published_at from Terraform Registry API for modules and providers. Classify staleness into risk levels (critical >2y, high >1y, medium >6m, low). Display release date with color-coded icon in console and HTML reports. Add Stale Dependencies summary card to HTML report.
v0.13.5
chore: bump version to 0.13.5
v0.13.4
v0.13.4 - feat: --context flag for steering docs in init project
v0.13.3
v0.13.3 - feat: AgentCore Runtime support for AI agent
v0.13.2
v0.13.2 - feat: parallel checkov scan with memory optimization
v0.13.1
v0.13.1 - fix: skip provider check on uninitialized modules
v0.13.0
v0.13.0 - Drift Detection, OPA/Conftest, Tool Updates