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
The active Home main revision is now 4389ddeea0445f28f400f86995435b473b8aa167. The strict live-source audit correctly rejects it because only exact revisions are supported, while a direct Git comparison shows zero changed files under packages/runtime/src/jsc relative to the immutable 7ed99c02 base.
Acceptance:
Add an explicit home-private-4389ddee alias manifest naming the full revision and immutable base profile.
Verify every one of the 58 source hashes and all 448 normalized declarations, locations, classifications, and calling conventions against the base inventory.
Require zero source, declaration, signature, and calling-convention differences; reject any future mismatch.
Run the real live Home checkout through the alias audit and combined compile-link-runtime fixture without touching unrelated Home worktree changes.
Document the exact supported revision in the README, ABI guide, and Home integration guide.
Parent: #163
Depends on: #165, #168, #173
The active Home main revision is now
4389ddeea0445f28f400f86995435b473b8aa167. The strict live-source audit correctly rejects it because only exact revisions are supported, while a direct Git comparison shows zero changed files underpackages/runtime/src/jscrelative to the immutable7ed99c02base.Acceptance:
home-private-4389ddeealias manifest naming the full revision and immutable base profile.This is an explicit alias decision, not a moving
mainprofile or a relaxation of unknown-revision rejection.