Skip to main content

cleo sync

Bidirectional sync with Claude Code TodoWrite
Agent Relevance: Critical - Essential for LLM agent workflows

Synopsis

cleo sync [OPTIONS]

Options

OptionDescription
--formatOutput format: text, json
--quietSuppress output, return only essential data
--dry-runPreview changes without applying
--injectInject tasks for TodoWrite
--extractExtract from TodoWrite
--statusFilter by status
--focused-onlyOnly process focused task
This command supports JSON output via --json flag for LLM agent integration.

Examples

cleo sync

Exit Codes

CodeMeaningRecoverable
0SuccessNo
2Invalid argumentsNo
3File operation failureNo
6Validation errorNo

See Also