What's changed
Container build refactor for faster, rate-limit-free local builds:
- Published GHCR base image. The slow-changing runtime layers (Python + Node.js + Claude Code CLI + uv + git + non-root user) now live in
ghcr.io/skillberry-ai/runspace-agent-base(multi-arch: amd64 + arm64). The runtime image startsFROMthat base and only layers Python deps + the package source on top, sorunspace-srvbuilds are fast and avoid apt/npm registry rate limits. - uv replaces pip for the dependency install layer.
- git added to the image (remote skills are cloned via
npx skills addat container startup). - New
scripts/publish-base-image.shto (re)publish the base; README documents it.
No public API changes.