aboutsummaryrefslogtreecommitdiffstats
path: root/renderer/dist/index.html
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-02-28 15:26:02 -0800
committerClawd <ai@clawd.bot>2026-02-28 15:26:02 -0800
commit519d6b850e07a0387511a8f024dc394250b1a241 (patch)
tree5ee0a1bbbd7410f93a770e8129c88e29b5a5e5fb /renderer/dist/index.html
parentbebbffa890c38f12f04b6fafad4c5c5e46e051a8 (diff)
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.
Diffstat (limited to 'renderer/dist/index.html')
-rw-r--r--renderer/dist/index.html18
1 files changed, 18 insertions, 0 deletions
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 @@
1<!doctype html>
2<html>
3 <head>
4 <meta charset="utf-8" />
5 <meta
6 http-equiv="Content-Security-Policy"
7 content="default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self'; connect-src 'self' ws: http://localhost:5173"
8 />
9 <meta name="viewport" content="width=device-width, initial-scale=1" />
10 <title>Claude Flow</title>
11 <script type="module" crossorigin src="./assets/index-Cf79PRin.js"></script>
12 <link rel="stylesheet" crossorigin href="./assets/index-SZRk6EZ2.css">
13 </head>
14 <body>
15 <div id="root"></div>
16 <!-- Use a **relative** entry so it still works after base='./' rewrites -->
17 </body>
18</html> \ No newline at end of file