Hotfix
- ctx_doctor/ctx_upgrade pluginRoot —
dirname(dirname(import.meta.url))resolved one level too high when running fromserver.bundle.mjs. Now uses__pkg_dirwithpackage.jsonexistence check to resolve correctly in both bundle andbuild/contexts. - npm install timeout — increased from 60s to 120s for slow networks/native rebuilds.