fix: resolve Deep Search runtime symlink #29
Open
tkmind
wants to merge 0 commits from
codex/fix-deep-search-runtime-realpath into main
pull from: codex/fix-deep-search-runtime-realpath
merge into: tkmind:main
tkmind:main
tkmind:codex/fix-stable-promotion-release
tkmind:codex/fix-canary-deepseek-tool-rounds
tkmind:codex/fix-canary-mcp-container-path
tkmind:codex/fix-canary-ssh-stdin
tkmind:codex/fix-canary-edge-routing
tkmind:codex/release-canary-103
tkmind:codex/fix-phase5-doc-whitespace
tkmind:codex/fix-deepseek-v4-models
tkmind:codex/langgraph-phase5-merge-fix
tkmind:codex/orchestrator-zero-impact-hardening
tkmind:codex/fix-deep-search-launchagent
tkmind:codex/search-service-registry
tkmind:codex/system-disclosure-policy
tkmind:codex/clean-main-20260723
tkmind:codex/fix-wechat-session-page-links
tkmind:codex/fix-wechat-episodic-recall
tkmind:codex/episodic-memory-recall
tkmind:codex/wechat-thumbnail-delivery-fix
tkmind:codex/memory-recall-safety-20260721
tkmind:codex/wechat-thumbnail-retry-20260722
tkmind:codex/wechat-generated-image-origin-fix-20260721
tkmind:codex/wechat-page-negation-fix-20260721
tkmind:codex/wechat-service-image-generation-20260721
tkmind:codex/mindspace-release-liveness
tkmind:codex/mindspace-persisted-release
tkmind:0717-dev
tkmind:codex/fix-session-replay-cursor
tkmind:codex/fix-umami-users-identify
tkmind:codex/fix-excel-package-lock
tkmind:codex/fix-goosed-remount
tkmind:codex/fix-page-data-pg-runtime
tkmind:codex/fix-pg-agent-role-set
tkmind:0715-dev-MindSearch
tkmind:codex/release-pnpm-lock
tkmind:codex/release-security-patches
tkmind:release/imgproxy-runtime-103
tkmind:codex/imgproxy-runtime-103
tkmind:feature/hybrid-published-page-csp
tkmind:feature/0713-dev
tkmind:hotfix/page-data-structural-bind
tkmind:codex/page-data-transactional-delivery-0712
tkmind:feature/0712-dev
tkmind:release/0712-portal-prep
tkmind:feature/0711-dev
tkmind:feature/wechat-miniapp-mvp
tkmind:feature/0709-dev
tkmind:hotfix/mindspace-url-canonical-0710
tkmind:feature/0708-dev
tkmind:feature/fix-chat-concurrent-order
tkmind:0707-dev
tkmind:0707-dev-codex
tkmind:docs/goosed-pool-9-instances
tkmind:fix/goose-session-postgres-runtime-bundle
tkmind:fix/goose-session-postgres-ensure
tkmind:feature/plaza-ops-admin
tkmind:feature/rpc-publication-errors
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "codex/fix-deep-search-runtime-realpath"
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
Node resolves the ESM bundle to its physical release path, while
process.argv[1]retained thecurrentsymlink path. The standalone entry guard therefore evaluated false and the LaunchAgent exited successfully without starting the server.Fix
cd -Pbefore invoking Nodecurrentsymlink and asserts the physical bundle pathValidation
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.