Thanks for contributing to parallel-agents.
- Install Python 3.11+.
- Clone the repository.
- Install dependencies:
pip install -e ".[dev]"Run these before opening a pull request:
python -m ruff check src tests
python -m pytest -q- Keep changes scoped to one objective.
- Add or update tests when behavior changes.
- Update
CHANGELOG.mdfor user-visible changes. - Keep CLI and JSON output compatibility in mind (see
COMPATIBILITY.md).
Use clear, imperative commit messages, for example:
Add parse retry handling to judge agentFix npm wrapper Python detection on Windows