Skip to content

v0.14.1

Choose a tag to compare

@tim-osterhus tim-osterhus released this 25 Apr 18:14

[0.14.1] - 2026-04-25

0.14.1 packages the repository-local skills pipeline mode alongside a smaller,
more sustainable Pi event-log contract and cleans up asset-policy lint so
millrace doctor reports a clean workspace by default.

Added

  • Added the specialized skills_pipeline_codex built-in mode.
  • Added execution.skills_pipeline and planning.skills_pipeline loop assets.
  • Added pipeline-specific planning and execution entrypoints for the skills
    production flow.
  • Added integration and asset coverage proving the compiler materializes the
    skills pipeline mode contract.

Changed

  • Added runners.pi.event_log_policy so Pi raw event-log retention is
    configurable.
  • Changed Pi runner persistence to keep full raw runner_events only on failed
    runs by default.
  • Filtered redundant Pi message_update snapshots out of persisted
    runner_events even when full logging is enabled.
  • Updated runner and compiler documentation to describe the new skills pipeline
    mode and the slimmer Pi event-log behavior.

Fixed

  • Fixed asset-policy lint warnings in the mechanic planning entrypoint and the
    skill-creator reference assets so millrace doctor no longer reports those
    false-positive or incomplete-manifest warnings.