TUI: fix stale comment (task file location)
This commit is contained in:
2
main.go
2
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 <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"
|
||||
|
||||
Reference in New Issue
Block a user