feat(engine): prepare Pilot native distribution - #400
Merged
Conversation
tcballard
marked this pull request as ready for review
July 31, 2026 10:32
Signed-off-by: Tom Ballard <tom@armytage.co>
tcballard
force-pushed
the
codex/pilot-app-distribution
branch
from
July 31, 2026 10:44
8eda5c3 to
36589ac
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.
Summary
macos-15runnerWhy this is a prerequisite
Pilot native apps require macOS and Linux assets on both amd64 and arm64. Core currently omits two of those four targets, so an app submission would be incomplete and unverifiable. The adapter submission follows after one immutable release contains all four assets and hashes.
Validation
decided validate decisions: 440 valid, 0 invalid; OKF v0.2 conformantdecided relationships decisions --validate: 2,642 checked, 0 issuesdecided sentry decisions --base origin/main: 0 violationsgit diff --check: passedFollow-up after merge and release
Use Pilot's official
pilot-appgenerator to createio.pilot.asdecided, pin all four release asset hashes, expose only help/retrieve/validate/relationships, verify the signed bundle, and prove install + retrieval on a real Pilot node before catalogue submission.Authored under my direction with Codex.