Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 640 Bytes

File metadata and controls

24 lines (19 loc) · 640 Bytes

Contributing to AI Dev OS

Welcome! We are excited that you want to contribute to the AI Dev OS project.

Workflow

  1. Fork the repository.
  2. Create a feature branch: feature/your-feature-name.
  3. Follow the rules in AGENTS.md (mandatory).
  4. Implement your changes using TDD.
  5. Ensure all tests pass: uv run pytest.
  6. Submit a Pull Request.

Code Style

  • Use black for formatting.
  • Use isort for imports.
  • Maintain 90%+ test coverage for new code.

Submitting a PR

Your PR must include:

  • A clear description of changes.
  • Reference to any related issues.
  • Updated documentation.
  • All tests green.