Release 1.4.13 (2026-05-03)¶
CI¶
- bump standard-actions CI pin to v1.4.7
Chores¶
- add memory management policy (#474)
- replace blanket chore skip with targeted mechanical-commit filters (#475) The blanket ^chore skip rule was dropping 115 commits including dependency updates, CI migrations, and tooling cleanup. Narrow the skip to four mechanical release-pipeline patterns (version bumps, prepare-release, merge-into-release) and route all remaining chore commits to a new Chores changelog group. Applied to both cliff.toml and cliff-release-notes.toml.
Documentation¶
- markdownlint standardization spec, plan, and reviews (#476) (#478)
-
docs: add markdownlint standardization design spec (#476)
-
narrow markdownlint standardization to published docs scope (#476) (#480)
- docs: narrow markdownlint scope to published docs only (#476)
Revert lint scope from markdownlint-everything to docs/site plus README.md. Config standardization delivers the real value; global scope added complexity (vendored-path exclusions, generator compliance, blast radius) with no user-facing benefit. Stale config hygiene remains.
Features¶
- fail on dirty working tree after cleanup (#477)
-
feat(git): add working_tree_status helper (issue #472)
-
bundle canonical config and remove per-repo configs (#476) (#481)