fix(tests): replace mock.module with spyOn to prevent test pollution
The opencode-config-agents-reader.test.ts was using mock.module() which permanently replaced the module in bun's module cache, causing state pollution in downstream tests (plugin-detection, write-omo-config, config-loader). Replaced with spyOn() pattern that properly restores in afterEach.
Y
YeonGyu-Kim committed
ab11f2eb4ed3ee2c4bc32c7c80b32cc4a9d32817
Parent: e5d3fe9