Contributing
Thanks for helping build AEX. We welcome contributions in the following areas:
- Example task contracts
- Runtime adapters and integrations
- Parser, validator, and runtime improvements
- Documentation, tutorials, and diagrams
- Test coverage and fixtures
Workflow
- Fork the repo and create a feature branch.
- Run
npm installand relevant scripts before pushing. - Keep commits focused. Small, reviewable changes help everyone move faster.
- Include docs or examples when adding new user-facing behavior.
- Open a pull request explaining the motivation, behavior changes, and testing performed.
We follow the project Code of Conduct and value respectful collaboration.