Files
claude-task-master/.changeset/list-watch-compact.md
Eyal Toledano 38c2c08af1 feat(cli): add --watch flag to list command for real-time updates (#1526)
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
Fixes #1526 PR review comments from CodeRabbit and changeset-bot
2025-12-18 20:11:40 +01:00

471 B

task-master-ai
task-master-ai
minor

Add watch mode and compact output to list command

  • Add -w/--watch flag to continuously monitor task changes with real-time updates
  • Add -c/--compact flag for minimal task output format
  • Add --no-header flag to hide the command header
  • Support file-based watching via fs.watch for local tasks.json
  • Support API-based watching via Supabase Realtime for authenticated users
  • Display last sync timestamp and source in watch mode