Release 1.4.17 (2026-05-05)¶
Bug fixes¶
- add safe.directory for git worktree tests in CI container
Chores¶
- upgrade workflows to standard-actions v1.5 and add CI derivation config
Documentation¶
-
update host-level-tool spec for unified consumption model Reflect the removal of the Python dev-dep requirement. All languages now use the cache-first Docker install via standard-tooling.toml, eliminating the two-path divergence that caused version drift.
-
update CLAUDE.md consumption model for unified install
Features¶
- unify cache install — Python now gets uv tool install Remove the Python special case in _build_cached_image that skipped uv tool install. All languages now get standard-tooling installed via uv tool install at Docker cache build time, followed by their language-specific warmup command.
This eliminates version drift in Python consumers: they no longer depend on a stale uv.lock pin to provide st-* commands inside the container.