Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 966 Bytes

File metadata and controls

34 lines (23 loc) · 966 Bytes

Contributing to OpencodeClaw

Thanks for your interest in contributing! This guide covers the basics.

Reporting Issues

  • Search existing issues first
  • Include your Python version, OS, and relay log output
  • For security issues, do not open a public issue -- email the maintainer directly

Pull Requests

  1. Fork the repo and create a branch from main
  2. Make your changes
  3. Run flake8 relay_bot.py to check style
  4. Open a PR with a clear description of what changed and why

Code Style

  • Follow PEP 8
  • Keep functions focused and small
  • Use type hints where practical
  • Comment non-obvious logic

Ideas Welcome

  • Support for additional AI agents (Aider, Claude Code, etc.)
  • Multi-user support
  • SLURM job status commands
  • Additional messaging platforms (Discord, WhatsApp)

License

By contributing, you agree that your contributions will be licensed under the BSD-3 License.