Update report-template.html#91
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c66f6f9. Configure here.
| @@ -1,139 +1 @@ | |||
| <!DOCTYPE html> | |||
There was a problem hiding this comment.
HTML template content entirely deleted, breaking report generation
High Severity
The entire 139-line HTML template has been replaced with a single blank line. compile_report.mjs reads this file at runtime (line 56) and performs placeholder replacements ({{TITLE}}, {{TABLE_ROWS}}, etc.) to generate index.html. With an empty template, the script will produce a blank/broken report file, completely breaking the company research report generation feature.
Reviewed by Cursor Bugbot for commit c66f6f9. Configure here.


Note
High Risk
The PR deletes the entire
report-template.htmlbody, leaving an empty template that will causecompile_report.mjsto generate blank/invalidindex.htmlunless an alternate template is provided.Overview
Removes the full HTML/CSS report template from
skills/company-research/references/report-template.html, leaving the file empty.This effectively disables the default report rendering used by
compile_report.mjs(auto-detected template), so generated reports will be blank/invalid unless callers pass a different--template.Reviewed by Cursor Bugbot for commit c66f6f9. Bugbot is set up for automated code reviews on this repo. Configure here.