Config validation was failing when 'dev-browser' was set as the browser automation provider, causing the entire config to be rejected. This silently disabled all config options including tmux.enabled. - Add 'dev-browser' as valid option in BrowserAutomationProviderSchema - Update JSDoc with dev-browser description - Regenerate JSON schema