CodePulse v2.3.37 — Health Check Sync
Fixed health check reporting false warnings by syncing process.env after premium auto-enable and CLI path resolution.
Bug Fixes (TAB-527)
- Fixed: Health check reports false warnings — The health checker read from
process.envbut premium auto-enable and CLI path resolution wrote to config and bridge objects only. Syncedprocess.envafter both operations so health checks reflect actual runtime state. Health report improved from 1 fail and 2 warnings to 0 fail and 0 warnings.