Welcome! We are excited that you want to contribute to the AI Dev OS project.
- Fork the repository.
- Create a feature branch:
feature/your-feature-name. - Follow the rules in AGENTS.md (mandatory).
- Implement your changes using TDD.
- Ensure all tests pass:
uv run pytest. - Submit a Pull Request.
- Use
blackfor formatting. - Use
isortfor imports. - Maintain 90%+ test coverage for new code.
Your PR must include:
- A clear description of changes.
- Reference to any related issues.
- Updated documentation.
- All tests green.