mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-29 22:02:04 +00:00
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Fixes #1526 PR review comments from CodeRabbit and changeset-bot
471 B
471 B
task-master-ai
| task-master-ai |
|---|
| minor |
Add watch mode and compact output to list command
- Add
-w/--watchflag to continuously monitor task changes with real-time updates - Add
-c/--compactflag for minimal task output format - Add
--no-headerflag 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