feat: add build cache support#233
Conversation
Greptile SummaryThis PR adds optional build-cache support to the executor: a named Docker volume is mounted at
Confidence Score: 3/5Not safe to merge until the orchestration library is released as a tagged version; the dev-branch constraint in composer.json is the blocking concern. The core cache logic is straightforward and cacheKey validation is solid, but the feature depends on utopia-php/orchestration pinned to an untagged dev branch. Any force-push or rebase before a stable tag is cut will break composer install in CI and production deployments that regenerate the lockfile. composer.json — the dev-feature/mount-value-object orchestration constraint must be replaced with a tagged release before merging. Important Files Changed
Reviews (8): Last reviewed commit: "fix: isolate build cache by volume subpa..." | Re-trigger Greptile |
Summary
Testing