Skip to content

How to Contribute

Spawnfile is fully open source under the MIT license. Contributions and discussion are welcome on GitHub.

  • Spec improvements — propose changes to the Spawnfile specification
  • Runtime adapters — add support for new autonomous agent runtimes
  • Compiler features — improve the compilation pipeline
  • Fixtures — add test cases and example projects
  • Documentation — improve guides, references, and research notes
  • Bug reports — file issues for anything that doesn’t work as expected
  1. Fork the repository
  2. Clone your fork
  3. Install dependencies: npm install
  4. Run tests: npm test
  5. Make your changes
  6. Submit a pull request

Open an issue or discussion on GitHub for questions, proposals, or ideas.