Thanks for creating this excellent project! Commit0 provides a fantastic framework for AI coding challenges. ### Issue The README provides comprehensive command options but lacks practical usage examples for the complete workflow. ### Missing Information - Where agent-generated code is stored after execution - How to evaluate results after agent runs - Complete workflow from setup to evaluation ### Example Use Case ```bash commit0 setup lite agent config aider agent run my-branch # Where do generated files go? # How to evaluate results? ``` ### Request Please add: 1. Basic workflow example in README 2. Clarify output file locations (`repos/` directory structure) 3. Evaluation steps after agent execution This would help users understand the complete process from agent setup to result evaluation.