Thank you for your interest in contributing!
- Fork the repository.
- Create a feature branch.
- Implement your changes and add tests if applicable.
- Run
npm run typecheck && npm run lint && npm testto verify. - Submit a Pull Request.
git clone https://github.com/your-fork/opencode-lcm.git
cd opencode-lcm
npm install
npm run build
npm testBy submitting a Pull Request, you agree that your contributions are licensed under the MIT License.