- use bun
- use
bun fmtfor formatting
- commit and push directly to
main - do not create separate branches
- before finishing any code change, run
bun run check bun run checkmust pass (bun run lint+bun run fmt:check)- if formatting fails, run
bun fmt, then re-runbun run check