Module JS files were using relative imports (../core/) which resolved incorrectly when served from modules/audit/js/pages/ instead of the original web/js/pages/. Changed to absolute paths (/js/core/, /js/pages/) so they correctly resolve to the core JS utilities. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>