Thanks for considering a contribution to CodeRelay.
- Use
Node.js 20+ - Never commit secrets, tokens, QR payloads, local pairing state, or runtime logs
- Keep public docs in
docs/ - Keep project planning notes in
project-docs/
nvm use
npm install
npm run typecheckapps/: runnable appspackages/: reusable packagesdocs/: public documentation for users and contributorsproject-docs/: planning and design notes
- Keep changes focused
- Add or update docs when behavior changes
- Prefer example config over hard-coded credentials
- Call out any security-sensitive decisions in the PR description