docs(core): define hermetic build kernel - #45
Merged
Windsor Nguyễn (windsornguyen) merged 1 commit intoAug 13, 2026
Merged
Conversation
Windsor Nguyễn (windsornguyen)
requested review from
annyzhou and
Catherine Di (cathydi)
August 8, 2026 07:42
Windsor Nguyễn (windsornguyen)
force-pushed
the
docs/hermetic-build-core
branch
from
August 8, 2026 07:56
ce0c622 to
e7fee01
Compare
Windsor Nguyễn (windsornguyen)
force-pushed
the
docs/hermetic-build-core
branch
from
August 8, 2026 08:12
e7fee01 to
9fba353
Compare
Windsor Nguyễn (windsornguyen)
force-pushed
the
docs/hermetic-build-core
branch
from
August 8, 2026 08:23
9fba353 to
e2d2d2e
Compare
Windsor Nguyễn (windsornguyen)
removed request for
annyzhou and
Catherine Di (cathydi)
August 8, 2026 22:29
1 task
Windsor Nguyễn (windsornguyen)
force-pushed
the
docs/hermetic-build-core
branch
from
August 11, 2026 01:18
e2d2d2e to
c3b6e73
Compare
Dedalus (dedalus-ai)
approved these changes
Aug 11, 2026
Windsor Nguyễn (windsornguyen)
force-pushed
the
docs/hermetic-build-core
branch
2 times, most recently
from
August 11, 2026 01:40
0a68cf6 to
99b568d
Compare
Dedalus (dedalus-ai)
approved these changes
Aug 11, 2026
Windsor Nguyễn (windsornguyen)
force-pushed
the
docs/hermetic-build-core
branch
from
August 11, 2026 01:52
99b568d to
5d59a58
Compare
Dedalus (dedalus-ai)
approved these changes
Aug 11, 2026
Windsor Nguyễn (windsornguyen)
force-pushed
the
docs/hermetic-build-core
branch
from
August 12, 2026 23:05
5d59a58 to
be0bcbf
Compare
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.
Depends on #44.
What does this change?
This PR documents Bessemer's hermetic build kernel.
The model contains three parts:
The document explains how immutable version sets compose with the content-addressed store and action cache. An action key includes only the reachable dependency closure. An unrelated package update does not invalidate the action.
The document also defines the hermeticity boundary, complexity properties, and direction for tenant-safe cache reuse. Similarity hashes can select candidates. They cannot authorize a cache hit.
How was it tested?
pnpm run ci testpassed 33 tests.cargo build --locked --bin bsmr.git diff --check feat/version-set-identity..docs/hermetic-build-core.Reviewed rendered links and Markdown structure locally.
CLA/Vouch check passes, or this PR only updates
VOUCHED.td.