Skip to content

v0.15.2

Choose a tag to compare

@tim-osterhus tim-osterhus released this 26 Apr 07:45

Highlights

  • Hardened compiled-plan authority and runtime startup around current config/assets.
  • Added explicit workspace initialization, baseline manifests, and baseline upgrade CLI support.
  • Moved repository-local skills-pipeline mode, graph, loop, and entrypoint assets out of the core Millrace package.
  • Added generic workspace-local mode and graph discovery so specialized workflows can own their own runtime overlays.

Verification

  • uv run --extra dev python -m pytest -q -> 492 passed
  • uv run --with ruff ruff check src/millrace_ai tests -> passed
  • uv run --with mypy mypy src/millrace_ai -> passed
  • uv build -> built wheel and sdist
  • uv run --with twine python -m twine check dist/* -> passed
  • package artifact scan -> 0 skills-pipeline paths in wheel/sdist