feat: implement incremental pentest data persistence

This commit is contained in:
Ahmed Allam
2025-11-22 22:54:07 +04:00
committed by Ahmed Allam
parent 86e6ed49bb
commit 5befb32318
5 changed files with 48 additions and 33 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ async def run_cli(args: Any) -> None: # noqa: PLR0915
results_text = Text()
results_text.append("📊 Results will be saved to: ", style="bold cyan")
results_text.append(f"agent_runs/{args.run_name}", style="bold white")
results_text.append(f"strix_runs/{args.run_name}", style="bold white")
note_text = Text()
note_text.append("\n\n", style="dim")