ninja(sync): add sync-readme command for GitHub README export with UTM tracking and professional markdown formatting. Experimental

This commit is contained in:
Eyal Toledano
2025-06-07 22:07:35 -04:00
parent 54bfc72baa
commit 2e55757b26
7 changed files with 1798 additions and 89 deletions

View File

@@ -525,6 +525,11 @@ function displayHelp() {
args: '--id=<id> --status=<status>',
desc: `Update task status (${TASK_STATUS_OPTIONS.join(', ')})`
},
{
name: 'sync-readme',
args: '[--with-subtasks] [--status=<status>]',
desc: 'Export tasks to README.md with professional formatting'
},
{
name: 'update',
args: '--from=<id> --prompt="<context>"',