Skip to main content

cleo focus

Single-task workflow discipline. Set/show/clear active task.
Agent Relevance: Critical - Essential for LLM agent workflows

Synopsis

cleo focus <set|show|clear|note|next> [OPTIONS]

Subcommands

SubcommandDescription
setRun cleo focus set --help for details
showRun cleo focus show --help for details
clearRun cleo focus clear --help for details
noteRun cleo focus note --help for details
nextRun cleo focus next --help for details

Options

OptionDescription
--formatOutput format: text, json
--quietSuppress output, return only essential data
This command supports JSON output via --json flag for LLM agent integration.

Examples

cleo focus

Exit Codes

CodeMeaningRecoverable
0SuccessNo
2Invalid argumentsNo
4Resource not foundNo

See Also