Skip to content

Next (unreleased)

This page tracks changes that will be included in the next release. It is updated as pull requests are merged.

runok test no longer evaluates inline tests from remote presets

Section titled “runok test no longer evaluates inline tests from remote presets”

Inline tests defined in remote presets (e.g., github:org/repo) are now stripped on load. Previously, these tests were collected and evaluated against the full merged config, causing them to fail when local rules overrode the same patterns with stricter actions. Remote preset inline tests are meant to be validated by the preset itself, not by downstream consumers.