Skip to content

Release 1.4.5 (2026-04-28)

Documentation

  • audit: rationalize skill catalog as a coherent dev+deploy toolkit
  • publish + pr-workflow: docs.yml verification, Phase 6 closure, Phase 7 hand-off
  • summarize: keep three-mode unified skill; SOC mode is canonical for the fleet
  • complete audit steps 6-7, align host/container routing (#96)

Features

  • pr-workflow: verify post-merge async workflows from repository profile Generalize the docs-deploy-only verification to verify all async workflows listed in the repository profile. Add a Post-merge async workflows section to repository-standards.md that declares which workflows must succeed after a merge to develop. The pr-workflow skill reads this section and blocks finalization until all listed workflows report success.

  • enforce host-vs-container tool routing per #96 PreToolUse hook that denies wrapping host tools in st-docker-run and warns on bare container tool invocations. Canonical tool lists in hooks/scripts/lib/host-container-tools.sh. Documented in hooks reference.

  • publish: verify cross-repo image rebuild for standard-tooling releases Phase 4 now watches the dispatched docker-publish.yml run in standard-tooling-docker after a standard-tooling release. Non-Python consumers get standard-tooling from the dev container image — a tagged release whose image rebuild fails is a partial deployment.

Refactoring

  • eliminate branch-workflow skill; extract substance to starting-work-on-an-issue.md
  • rewrite pr-workflow for worktree convention + humans-review posture
  • project-issue: strip GitHub Projects integration, remove add-to-project workflow GitHub Projects haven't been load-bearing for months. Strip project selection, st-list-project-repos, st-set-project-field, Priority/Work Type fields from the skill. Delete add-to-project.yml workflow. The skill now files issues directly in a repo with a label. Step 5 of the #114 audit.