Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.16 KB

File metadata and controls

33 lines (22 loc) · 1.16 KB

Contributing

Thanks for your interest in contributing to the Hyperagent Runtime Starter System.

How to Contribute

  1. Bug reports - Open an issue describing the problem, steps to reproduce, and your environment
  2. Feature requests - Open an issue describing the use case and proposed solution
  3. Pull requests - Fork the repo, make your changes, submit a PR

Guidelines

  • Keep it simple. This is a markdown-based project - no build steps, no dependencies
  • Test that Hyperagent Runtime can discover and use your changes
  • Follow the existing file structure and naming conventions
  • One change per PR - easier to review, easier to revert if needed

What We're Looking For

  • Bug fixes in commands, skills, or rules
  • Improvements to documentation clarity
  • New use cases or examples
  • Better defaults for session management

What We're Not Looking For

  • Features that require runtime dependencies (npm, pip, etc.)
  • Changes that break backwards compatibility without discussion
  • Large refactors without a prior issue/discussion

Code of Conduct

This project follows our Code of Conduct. By participating, you agree to uphold it.