# Omni/Task The Task Manager system for the Omnirepo. ## Task Types - `Epic`: A container for related tasks. - `WorkTask`: A standard unit of work (default). - `HumanTask`: A task specifically for human operators. These are excluded from the `task ready` queue used by agents. ## Usage ```bash # Create a human task task create "Manual review required" --type=human # List all human tasks task list --type=human ```