Thanks for contributing to agent-email.
- Install Bun (
>=1.0.29). - Clone the repository.
- Install dependencies:
bun install- Run checks:
bun run check- Use small focused changes.
- Prefer descriptive commit messages.
- Include tests for behavior changes.
Before opening a PR, ensure:
bun run buildpasses.bun run testpasses.- README/docs are updated when CLI behavior changes.
For maintainer publishing steps, see RELEASING.md.
Include:
- CLI command you ran.
- Actual JSON output/error.
- Expected behavior.
- Bun version and OS.