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
This commit is contained in:
Eyal Toledano
2025-12-18 14:11:40 -05:00
committed by GitHub
parent 4d1ed20345
commit 38c2c08af1
14 changed files with 447 additions and 28 deletions

View File

@@ -0,0 +1,12 @@
---
"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