Skip to content

v1.3.1

Choose a tag to compare

@Vitexus Vitexus released this 15 Apr 16:36
· 58 commits to main since this release

Bugfixes

  • application: fix --deffile CLI option that does not exist; both file and deffile module params now correctly map to --file
  • application: fix false changed on re-runs — file path excluded from idempotency checks (system-installed path vs dev path always differed)
  • runtemplate: fix always-changed behaviour on re-runs; module now compares scalar fields and full config dict before deciding to update

Minor Changes

  • AGENTS.md: added AI agent guidance covering module patterns, known CLI constraints, and local dev install workflow