Feature Request
Add options to export reports in multiple formats:
- Interactive single-page HTML report (
--format html)
- Machine-readable JSON summary (
--format json)
Proposed CLI Usage
insight . --format html -o ./html_report
insight . --format json -o ./analysis.json
Value & Benefits
- HTML Dashboard: Generates a clean, interactive single-page dashboard with search, sortable tables, syntax highlighting, and charts for code metrics and AI scores.
- JSON Output: Enables developers to pipe
insight results directly into CI/CD quality gates, automated security checks, and developer tooling.
Feature Request
Add options to export reports in multiple formats:
--format html)--format json)Proposed CLI Usage
Value & Benefits
insightresults directly into CI/CD quality gates, automated security checks, and developer tooling.