Skip to content

milo-cli 0.3.1

Choose a tag to compare

@lbliii lbliii released this 23 May 18:52
· 24 commits to main since this release
ecd6820

Patch release focused on post-0.3.0 dependency alignment, template verification, and steward guidance.

Highlights

  • Kida 0.9 adoption — Milo now depends on kida-templates>=0.9.0,<0.10.0.
  • Template verificationscripts/check_templates.py now enforces Kida strict end tags and refactor-safe same-folder imports while still compiling through Milo's terminal-aware filters and globals.
  • Steward network — Root and scoped AGENTS.md guidance now includes verification status, cross-cutting concerns, known regression patterns, steward questions, and self-audit tracking.

Changed

  • Refreshed the lockfile for Kida 0.9.
  • Expanded steward guidance across core, docs, examples, site, benchmarks, scaffold, templates, input, and tests.

Fixed

  • Cleaned bundled component imports to use refactor-safe ./_defs.kida same-folder paths.
  • Removed the generic try close from error.kida so the bundled templates satisfy the stricter local template gate without relying on Kida 0.9's inconsistent try close suggestion.