Files
claude-task-master/.changeset/vast-shrimps-happen.md
2025-06-07 22:13:11 -04:00

907 B

task-master-ai
task-master-ai
minor

Add sync-readme command for a task export to GitHub README

Introduces a new sync-readme command that exports your task list to your project's README.md file.

Features:

  • Flexible filtering: Supports --status filtering (e.g., pending, done) and --with-subtasks flag
  • Smart content management: Automatically replaces existing exports or appends to new READMEs
  • Metadata display: Shows export timestamp, subtask inclusion status, and filter settings

Usage:

  • task-master sync-readme - Export tasks without subtasks
  • task-master sync-readme --with-subtasks - Include subtasks in export
  • task-master sync-readme --status=pending - Only export pending tasks
  • task-master sync-readme --status=done --with-subtasks - Export completed tasks with subtasks

Perfect for showcasing project progress on GitHub. Experimental. Open to feedback.