Contributing to Claude Conductor

Thank you for your interest in contributing to Claude Conductor! We appreciate your willingness to help improve this project.

Important Notice

This is an open source project maintained on a best-effort basis. We do not maintain any specific timeline or commitment for:

  • Reviewing pull requests
  • Responding to issues
  • Accepting contributions
  • Providing support

We address contributions and issues as time allows. Your patience and understanding are appreciated.

How to Contribute

Reporting Issues

  1. Check if the issue already exists
  2. Create a new issue with a clear title and description
  3. Include steps to reproduce the problem
  4. Mention your environment (Node version, OS, etc.)

Submitting Pull Requests

  1. Fork the repository
  2. Create a new branch for your feature/fix
  3. Make your changes
  4. Test your changes thoroughly
  5. Submit a pull request with a clear description

Code Guidelines

What We're Looking For

What We're NOT Looking For

Development Setup

# Clone the repository
git clone https://github.com/superbasicstudio/claude-conductor.git

# Install dependencies
npm install

# Run tests
npm test

# Run the CLI locally
node index.js

Testing

Please ensure all existing tests pass and add tests for new functionality when applicable.

License

By contributing to Claude Conductor, you agree that your contributions will be licensed under the BSD 2-Clause License.

Questions?

Feel free to open an issue for discussion, but please remember that responses may be delayed.


Thank you for contributing to Claude Conductor!