Add crash recovery launch scaffolding#1
Open
danielcorin wants to merge 1 commit into
Open
Conversation
danielcorin
force-pushed
the
codex/crash-recovery-scaffolding
branch
from
July 17, 2026 18:44
95f90be to
1e9e328
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
SMAppServicelaunch-agent abstraction for relaunch after unsuccessful exits while allowing normal quits to stay quitValidation
xcodebuild -project Reco.xcodeproj -scheme Reco -configuration Debug -derivedDataPath build/PRCheck CODE_SIGNING_ALLOWED=NO buildFollow-up
This PR is scaffolding. The new types are not yet wired into
AppDelegateor the menu toggle, and the bundle does not yet include the requiredContents/Library/LaunchAgentsplist. That integration is required before automatic crash relaunch is active.