Replay RuntimeInstallReceipt core#47
Merged
Merged
Conversation
This was referenced May 22, 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.
Summary
Clean replay of the core payload from #25 onto current
mainafter #46 landed.Original PR #25 is valid and check-green but reported
mergeable: false. This replacement carries forward the RuntimeInstallReceipt schema, examples, emission module, and validator without forcing a stale branch merge.Added / updated
.gitignorecontracts/runtime-install-receipt.schema.jsonexamples/runtime-install-receipt.installed.jsonexamples/runtime-install-receipt.failed.jsonexamples/runtime-install-receipt.denied.jsonexamples/runtime-install-receipt.partial.jsonexamples/runtime-install-receipt.rolled_back.jsonexamples/runtime-install-receipt.deferred.jsonsrc/agent_machine/runtime_install_receipt.pyscripts/validate-runtime-install-receipts.pyScope
Adds RuntimeInstallReceipt emission/validation for install/update lifecycle states. This does not activate runtime installation or perform host mutation.
Residual capture
#25 also included Makefile wiring and
src/agent_machine/contracts.pymapping/type-fallback updates. The connector blocked safe current-main patching ofcontracts.py; Makefile wiring should not be landed without the mapping. These residual wiring edits will be tracked separately after this core replay lands.Validation
Original PR head
36b935239fdf2aa3ee22084a438bb2809d893403had:validate: successTrust Surface: successExpected focused validation for this replay:
Supersedes
Partially supersedes #25 for the core RuntimeInstallReceipt payload. Do not close #25 until the residual wiring edits are captured or explicitly linked to a follow-up issue.