From 519d6b850e07a0387511a8f024dc394250b1a241 Mon Sep 17 00:00:00 2001 From: Clawd Date: Sat, 28 Feb 2026 15:26:02 -0800 Subject: Clear artifacts when creating new session Each new session now starts with empty research.md and plan.md files, preventing stale content from previous sessions appearing. --- renderer/dist/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 renderer/dist/index.html (limited to 'renderer/dist/index.html') diff --git a/renderer/dist/index.html b/renderer/dist/index.html new file mode 100644 index 0000000..1e29651 --- /dev/null +++ b/renderer/dist/index.html @@ -0,0 +1,18 @@ + + + + + + + Claude Flow + + + + +
+ + + \ No newline at end of file -- cgit v1.2.3