TUI: fix stale comment (task file location)

This commit is contained in:
2026-08-04 12:09:26 +10:00
parent 181d035b27
commit 820f4a2f8b

View File

@@ -630,7 +630,7 @@ func openHunk(m model) tea.Cmd {
}
// openTuxedo opens the selected agent's project task board (todo.txt),
// which lives at <cwd>/.pi/dashboard/tasks/todo.txt.
// which lives at <cwd>/todo.txt (project root).
func openTuxedo(m model) tea.Cmd {
home, _ := os.UserHomeDir()
globalTodo := home + "/.pi/agent/dashboard/tasks/todo.txt"