You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cctrace ships faster than everything else; upgrading it should not cost
a full-manifest re-resolve or a full image rebuild.
- version-upgrade.sh --only tool[,tool] / ONLY= env: selected tools get
latest, everything else folds into the pinned pathway via versions.env
(manifest shows them as pinned; no downstream changes needed)
- make versions-up ONLY=cctrace passthrough
- install-agent-tooling.sh DEVA_TOOLING_STAGE=agents|cctrace|all
- both Dockerfiles: cctrace gets its own RUN with ARG+LABEL declared
adjacent. ARGs poison the cache of every later RUN when changed;
declared early, a cctrace bump rebuilt the whole npm layer (and the
rust image's Playwright layer). Now it rebuilds one small layer.
Closes#419
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments