Dedupe builder README cache prose into Dockerfile comments#16
Merged
Conversation
The cache-persistence section shrinks to loss-cost framing + links: the volume-subdir → home-path mapping enumeration and the literal mkdir/ln -sf recipes are owned by the Dockerfile's Rebuildable Cache wiring block (ADR 0004 decision 2, aligning ADR 0002's ownership table with ADR 0003 §6). Closes #12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #12
Implements ADR 0004 decision 2: the builder README's cache-persistence section no longer duplicates the Dockerfile's Rebuildable Cache wiring block.
Changes (
devimage-build/README.mdonly, +5/−42)mkdir/ln -sfcode blocks are removed; the section shrinks to loss-cost framing (Rebuildable Cache), a link to ADR 0003, and a pointer to the Dockerfile cache-wiring block as the sole owner (ADR 0004 decision 2).(npm / pnpm / pip / poetry / vscode-extensions)tool enumeration — another copy that would rot — is collapsed into an anchor link to the cache section.Acceptance criteria
grep -E 'cache-volumes|ln -sf|mkdir -p'on the README returns nothing)scripts/check-release-contract.shpassesOut of scope untouched:
.devcontainer/consumer README, Dockerfile wiring, no docs-vs-code sync checker.