Getting Started with CLEO
CLEO is a task management system designed for solo developers and their AI coding agents. It provides structured task tracking with anti-hallucination validation and LLM-first output.Quick Start
Get up and running in 5 minutes
Installation
Detailed installation guide
Core Concepts
Understand CLEO’s philosophy
First Task
Create your first task
Why CLEO?
Anti-Hallucination Validation
Anti-Hallucination Validation
Every operation is validated against JSON Schema before execution. Tasks must have unique IDs, valid statuses, and proper timestamps.
Context Persistence
Context Persistence
State persists across Claude conversations. Resume where you left off with
cleo session resume.LLM-First Output
LLM-First Output
JSON by default when piped. Structured error responses with copy-paste fix commands.
Multi-Agent Support
Multi-Agent Support
Multiple AI agents can work concurrently with session isolation and scope boundaries.
Quick Install
Verify with
cleo version and cleo validate