Skip to content

Commit cbc0e90

Browse files
committed
Initial commit with README and AGENTS.md
0 parents  commit cbc0e90

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

AGENTS.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Open Code Agents
2+
3+
This project is for common opensource code agent use case.
4+
5+

0 commit comments

Comments
 (0)