File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # Open Code Agents - Development Guidelines
2+
3+ ## Build/Test Commands
4+ This is a new repository - no build system detected yet. Common commands will be added as the project develops.
5+
6+ ## Code Style Guidelines
7+ - Follow standard conventions for the chosen language/framework
8+ - Use descriptive variable and function names
9+ - Include proper error handling and validation
10+ - Write clear, concise comments when necessary
11+ - Maintain consistent formatting throughout the codebase
12+
13+ ## Project Structure
14+ - Start with a clean, organized directory structure
15+ - Separate concerns (UI, logic, data, tests)
16+ - Use appropriate file naming conventions
17+
18+ ## Development Workflow
19+ - Create feature branches for new functionality
20+ - Write tests before implementing features when possible
21+ - Run linting and type checking before commits
22+ - Keep commits focused and descriptive
23+
24+ ## Notes
25+ This repository is currently empty except for this README. Agents should help establish the project structure and conventions as development begins.
Original file line number Diff line number Diff line change 1+ # Open Code Agents
2+
3+ This project is for common opensource code agent use case.
4+
5+
You can’t perform that action at this time.
0 commit comments