diff --git a/.memory/worklog.json b/.memory/worklog.json
index 220fadc..c033a10 100644
--- a/.memory/worklog.json
+++ b/.memory/worklog.json
@@ -1742,6 +1742,19 @@
"message": "auto-save 2026-05-13 15:00 (~2)",
"hash": "dfa5600",
"files_changed": 2
+ },
+ {
+ "ts": "2026-05-13T15:06:07+08:00",
+ "type": "commit",
+ "message": "auto-save 2026-05-13 15:05 (~2)",
+ "hash": "6d08857",
+ "files_changed": 2
+ },
+ {
+ "ts": "2026-05-13T07:07:40Z",
+ "type": "session-heartbeat",
+ "message": "Claude 会话活跃 · 最近命令:claude · 2 项未提交变更 · 最近提交:auto-save 2026-05-13 15:05 (~2)",
+ "files_changed": 2
}
]
}
diff --git a/web/app/page.tsx b/web/app/page.tsx
index 014db0f..c6b4d02 100644
--- a/web/app/page.tsx
+++ b/web/app/page.tsx
@@ -299,18 +299,10 @@ export default function Home() {
<>
- {/* 右上工具 */}
-
- {job && (
-
- JOB
- {job.id.slice(0, 8)}
- ·
- {job.message || job.status}
-
- )}
+ {/* 主题切换 — 左下角 */}
+
-
+
{/* 左侧:竖向 tile 看板(极窄) */}