---
description: 
globs: 
alwaysApply: true
---

- Before committing, always run `bun run ci`
- When asked to create a PR, add all current changes, and analyse the branch
  history to accurately describe the changes.
- When pushing new changes to a branch with a PR, always update the title and
  description to describe the entire changeset
- On a clean branch/checkout, always run `bun install` followed by
  `bunx settlemint connect --instance local`
- Before opening a PR, make sure to run `bun run artifacts` to generate all the
  checked in generated code. Commit the changes.
