Contributing to logic-md
April 18, 2026 · View on GitHub
Development Setup
git clone https://github.com/SingularityAI-Dev/logic-md.git
cd logic-md
npm install
Commands
npm test— run tests (vitest)npm run lint— check lint + format (biome)npm run lint:fix— auto-fix lint + formatnpm run typecheck— TypeScript type checking
Pull Requests
- Fork the repo and create a feature branch from
main - Make your changes
- Ensure
npm test,npm run lint,npm run typecheck, andnode spec/fixtures/run-fixtures.mjsall pass - Submit a PR to
main
Community standards
Please see CODE_OF_CONDUCT.md for the standards of behaviour expected in this project. Security vulnerabilities should be reported via SECURITY.md, not public issues.
License
By contributing, you agree that your contributions will be licensed under the MIT License.