fix: start Deep Search LaunchAgent reliably #28
Reference in New Issue
Block a user
Delete Branch "codex/fix-deep-search-launchagent"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Root cause
The verified runtime starts correctly in the foreground, but the first-install LaunchAgent used a symlink as its working directory and invoked the script directly. launchd rejected that configuration before the process could write logs. The rollback also left the newly created agent loaded when no previous release existed.
Fix
/bin/bashexplicitlyWorkingDirectoryValidation