a71dd54f8e
- Moved hook.test.ts, background-update-check.test.ts, workspace-resolution.test.ts, and cache.test.ts to separate sibling directories (_auc-mocks-hook, _auc-mocks-bg, _auc-mocks-ws, _auc-mocks-cache) - Separated sync-package-json.test.ts to _auc-sync-mocks - Fixed all relative import paths to account for new directory structure - Bun runs same-directory test files in parallel; mock.module() calls contaminate each other. Only reliable isolation is separate directory = separate CI batch - CI plan now creates individual isolated target for each mocking test file, preventing cross-file pollution