How to Contribute
Spawnfile is fully open source under the MIT license. Contributions and discussion are welcome on GitHub.
Ways to Contribute
Section titled “Ways to Contribute”- 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
Getting Started
Section titled “Getting Started”- Fork the repository
- Clone your fork
- Install dependencies:
npm install - Run tests:
npm test - Make your changes
- Submit a pull request
Discussion
Section titled “Discussion”Open an issue or discussion on GitHub for questions, proposals, or ideas.