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 f28de8b729
commit d4f21be1a3
7 changed files with 1798 additions and 89 deletions

View File

@@ -838,6 +838,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>"',