Thank you for your interest in contributing to agent-runner.
git clone https://github.com/metyatech/agent-runner.git
cd agent-runner
npm install
npm run verify # lint + format:check + test + build- Fork the repository and create a feature branch.
- Add or update tests for any changed behavior.
- Run
npm run verifyand ensure all checks pass. - Open a pull request with a clear description of the change.
- TypeScript strict mode is required.
- Format with Prettier (
npm run format). - Lint with ESLint (
npm run lint).
This project is governed by the Code of Conduct. By participating, you are expected to uphold it in all project spaces.