Skip to content

Release 1.4.2 (2026-04-29)

Documentation

  • fix spec-plan alignment issues from pushback review (#366)
  • docs: update spec and plan to reflect cache-first implementation

Phase 1 shipped as cache-first (not per-command wrapping). Updates: - Spec: remove ST_DOCKER_SKIP_INSTALL, unimplemented docker.* config overrides, and wrapping references; fix fallback description; add per-command wrapping to rejected alternatives - Plan: rewrite Phase 1+1b as completed single phase with what actually shipped; remaining phases updated for cache-first language

Features

  • decouple standard-tooling from dev container images (#362) (#364)
  • feat(docker): decouple standard-tooling from dev container images (#362)

Add per-branch Docker image caching so non-Python repos get standard-tooling installed once at image build time rather than pre-baked into dev container images. st-docker-run auto-builds cached images on first use; hash-based invalidation rebuilds when st-config.toml or lockfiles change.