* feat: add --compact flag for minimal task list output --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
13 lines
566 B
Markdown
13 lines
566 B
Markdown
---
|
|
"task-master-ai": minor
|
|
---
|
|
|
|
Add compact mode --compact / -c flag to the `tm list` CLI command
|
|
|
|
- outputs tasks in a minimal, git-style one-line format. This reduces verbose output from ~30+ lines of dashboards and tables to just 1 line per task, making it much easier to quickly scan available tasks.
|
|
- Git-style format: ID STATUS TITLE (PRIORITY) → DEPS
|
|
- Color-coded status, priority, and dependencies
|
|
- Smart title truncation and dependency abbreviation
|
|
- Subtask support with indentation
|
|
- Full backward compatibility with existing list options
|