The CLI is published on npm (npm i -g @aex-lang/cli). APIs are experimental and may change before v1.0. Roadmap →
Skip to content

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

  1. Fork the repo and create a feature branch.
  2. Run npm install and relevant scripts before pushing.
  3. Keep commits focused. Small, reviewable changes help everyone move faster.
  4. Include docs or examples when adding new user-facing behavior.
  5. Open a pull request explaining the motivation, behavior changes, and testing performed.

We follow the project Code of Conduct and value respectful collaboration.

Prompts are not permissions. Plans are not contracts.