# Milo 0.3.1

URL: /milo-cli/releases/0.3.1/
Section: releases
Description: Kida 0.9 adoption, template verification hardening, and steward network updates.

---

> For a complete page index, fetch /milo-cli/llms.txt.

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 verification** — `scripts/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.
