ghostty: split durable artifact infrastructure - #111
Merged
Conversation
Pin the remux Ghostty source and make the reusable builder produce and verify one macOS+iOS artifact. Keep app-specific MoriRemote consumer changes out of this infrastructure commit.
Track the source/build/artifact authority outside ignored Frameworks, package verified universal candidates, and reject malformed locks or mutated trees before publication.
Make app releases draft-first before repository immutability, add the protected source publisher, and verify no-overwrite/multi-asset publication offline.
This was referenced Aug 1, 2026
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.
What
GhosttyKit.xcframeworkWhy
GhosttyKit production and app release are separate concerns. Actions cache remains acceleration only; it is not durable artifact authority. Landing this infrastructure separately keeps the MoriRemote rewrite review focused and lets the publisher workflow exist on the default branch before its first guarded dispatch.
Deliberate limits
ghosttykit-lock.jsonremains a candidate with both artifact digestsnulluntil the first protected publication completes.Verification
bash -nfor all changed shell entry pointsmise.tomlbash scripts/tests/test-ghosttykit-contract.shbash scripts/tests/test-release-workflows.shgit diff --checkA local clean universal build reaches Zig but fails at the known local Zig 0.15.2 macOS linker issue (
_sigaction,_waitpid, etc.); the canonicalmacos-15workflow build is the artifact gate.