From 820f4a2f8b5b8b6913a3563d0e84d11f24ec6c5c Mon Sep 17 00:00:00 2001 From: Sam Rolfe Date: Tue, 4 Aug 2026 12:09:26 +1000 Subject: [PATCH] TUI: fix stale comment (task file location) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index a8e2a73..b2e229c 100644 --- a/main.go +++ b/main.go @@ -630,7 +630,7 @@ func openHunk(m model) tea.Cmd { } // openTuxedo opens the selected agent's project task board (todo.txt), -// which lives at /.pi/dashboard/tasks/todo.txt. +// which lives at /todo.txt (project root). func openTuxedo(m model) tea.Cmd { home, _ := os.UserHomeDir() globalTodo := home + "/.pi/agent/dashboard/tasks/todo.txt"