Quick Start
1. Start the Daemon
Section titled “1. Start the Daemon”clauderon daemon2. Create a Session
Section titled “2. Create a Session”clauderon create --repo ~/my-project --prompt "Fix the login bug"Options: --backend (zellij/docker), --agent (claude/codex/gemini).
Or use the TUI (clauderon tui, press n) or Web UI (http://localhost:3030).

3. Session Lifecycle
Section titled “3. Session Lifecycle”clauderon list # List sessionsclauderon list --archived # Include archivedclauderon attach <session-name> # Attach to terminalclauderon archive <session-name> # Hide but preserveclauderon delete <session-name> # Delete permanentlyExample Workflows
Section titled “Example Workflows”# Docker-isolated sessionclauderon create --backend docker --repo ~/project --prompt "Refactor database layer"