Thanks for helping improve the OpenCode Telegram Bridge.
- Fork the repo and create a feature branch.
- Install deps:
npm install - Make changes with tests when practical.
- Run typechecks:
npm run typecheck - Run tests:
npm test - Build:
npm run build
- Keep tests deterministic and focused on core behavior.
- Add coverage for new or changed logic when practical.
- For user-facing changes, add a changeset:
npx changeset
- Docs in
docs/are for end users. Keep them concise and correct.