molecule-ai-workspace-templ.../.github/workflows
Hongming Wang 2ad8f7da00 feat: forward runtime_version + ARG RUNTIME_VERSION (cascade cache trap fix)
Closes the cache trap structurally for this template — same fix
already shipped in claude-code + hermes. publish-image.yml caller
forwards client_payload.runtime_version (set by cascade) to the
molecule-ci reusable workflow as runtime_version input. Reusable
workflow forwards it to docker build as a --build-arg. Dockerfile
declares ARG RUNTIME_VERSION before the pip install layer so cache
key is sensitive to the version. The pip install RUN does an extra
targeted upgrade to guarantee the exact version when ARG is set.

Pairs with molecule-ci PR #12 + molecule-core PR #2181.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 07:48:01 -07:00
..
ci.yml ci: add standard workspace template validation workflow 2026-04-16 04:43:22 -07:00
publish-image.yml feat: forward runtime_version + ARG RUNTIME_VERSION (cascade cache trap fix) 2026-04-27 07:48:01 -07:00