Thank you for considering contributing to this project! This repository uses Bun for package management.
- Install Bun.
- Install dependencies from the repository root:
This command also installs packages for the
bun install
mind-agentsandwebsiteworkspaces. - Run the test suite:
The tests are located in the
bun testmind-agentspackage and are executed automatically in CI.
- Create a new branch for your change.
- Ensure
bun testpasses before opening a pull request. - The GitHub Actions workflow will run
bun testand build the project for every push and pull request.
We appreciate your contributions!