isolate task list # List all tasks
isolate task show <id> # Show task details
isolate task claim <id> # Claim a task
isolate task yield <id> # Yield a task
isolate task start <id> # Start work on a task
isolate task done <id> # Complete a task
isolate session list # List all sessions
isolate session add <name> # Create new session
isolate session remove <name> # Remove a session
isolate session spawn <bead> # Spawn session for agent work
isolate session sync # Sync with remote
isolate status show # Show current status
isolate status whereami # Show current location
isolate status whoami # Show current identity
isolate status context # Show context information
isolate config list # List configuration values
isolate config get <key> # Get a config value
isolate config set <key> <value> # Set a config value
isolate config schema # Show configuration schema
isolate doctor check # Run diagnostics
isolate doctor fix # Fix detected issues
isolate doctor integrity # Check system integrity
isolate doctor clean # Clean up invalid sessions