Skip to content

Release 1.4.22 (2026-05-08)

Bug fixes

  • remove unnecessary uv run prefix from st-docker-run invocations st-validate is installed into PATH inside the cached docker image via uv tool install — the uv run prefix is only needed in the standard-tooling repo itself where self-repo detection skips package installation. Ref #270

  • correct enforcement attribution for auto-close keyword ban The skill referenced block-autoclose-linkage as the sole enforcement mechanism. In reality, enforcement is layered: st-commit rejects auto-close keywords in commit bodies, st-pr-issue-linkage rejects them in PR bodies at CI time, and the plugin hook adds a further guard at the agent tool-call layer. Updated the text to reflect all three layers. Ref #272

Features

  • require full triage of all st-finalize-repo errors and warnings Both pr-workflow and publish skills now include explicit guidance that all st-finalize-repo errors and warnings are serious and must be triaged and reported to the human. No silent dismissal, no pre-existing exception. Ref #266