-
Removes file cleanup instructions - The report markdown file no longer needs to be deleted when running in CI, since the Docker container shuts down automatically. This eliminates unnecessary cleanup logic.
-
Makes cross-repo searches conditional - Cross-repo searches in sentry-javascript-bundler-plugins and sentry-docs are now optional and only performed when relevant to the issue:
- Bundler plugins: Only search when the issue involves build tools, bundlers, source maps, or webpack/vite/rollup
- Docs: Only search when clarification is needed about documented behavior