Added
runner configsubcommand to managerunner.toml:initscaffolds a
fully-commented starter file (--forceto overwrite),showprints the
effective config (--jsonfor machine output),validateparses and
checks it (exit 2 on error), andpathprints the resolved file path. The
scaffold's line 1 is a#:schemadirective pointing at the committed JSON
Schema, so tombi/taplo give autocompletion in any project with no setup.runner.tomlis now documented in the README with a## Configuration
section covering every section and the override precedence chain.
Changed
config validaterejects a[chain]that sets bothkeep_goingand
kill_on_failtrue — the resolver already errored on this combination at
dispatch time; validation now catches it statically against the file
alone.- JSON Schema URLs rehosted from
https://kjanat.github.io/schemas/…to
https://kjanat.github.io/runner/schemas/…. Changes the$idof every
committed schema and the$schemafield emitted bydoctor/list/why
--json. The base is now sourced from[package.metadata].schema-base.
Full Changelog: v0.14.1...v0.14.2