diff --git a/strix/report/writer.py b/strix/report/writer.py index 3447bea6..98c4fa60 100644 --- a/strix/report/writer.py +++ b/strix/report/writer.py @@ -118,12 +118,6 @@ def write_executive_report( final_scan_result: str, coverage_markdown: str | None = None, ) -> None: - """Write the client-facing report, optionally with a coverage appendix. - - ``coverage_markdown`` is rendered from the coverage ledger rather than - authored by an agent, so what the report claims was examined stays tied to - what was actually recorded. - """ path = run_dir / "penetration_test_report.md" sections = [ "# Security Penetration Test Report\n",