Thanks for contributing to this repository.
- Use Node.js 20+ and pnpm 8+ (see
package.jsonengines). - Install deps:
pnpm install - Useful commands:
pnpm buildpnpm typecheckpnpm lintpnpm test
- Prefer updating docs under
docs/and keep relative links valid. - Avoid committing secrets. Use
.env(already in.gitignore) and/.env.examplefor templates.
- Keep changes focused and include a short explanation.
- If you change CLI commands, file paths, or settings keys, update the relevant
.mddocs in the same PR.