From 970e8ed39590246bd0f0d3c79ebc32b334abfe82 Mon Sep 17 00:00:00 2001 From: Ahmed Allam Date: Sun, 9 Aug 2026 22:50:50 +0000 Subject: [PATCH] writer: drop the executive-report docstring --- strix/report/writer.py | 6 ------ 1 file changed, 6 deletions(-) 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",