- In all interactions and commit messages, be extremely concise and sacrifice grammar for the sake of concision.
- When tagging Claude in GitHub issues, use '@claude'
To add a changeset, write a new file to the .changeset directory.
The file should be named 0000-your-change.md. Decide yourself whether to make it a patch, minor, or major change.
The format of the file should be:
---
"evalite": patch
---
Description of the change.The description of the change should be user-facing, describing which features were added or bugs were fixed.
- Your primary method for interacting with GitHub should be the GitHub CLI.
- When creating branches, prefix them with matt/ to indicate they came from me.
- At the end of each plan, give me a list of unresolved questions to answer, if any. Make the questions extremely concise. Sacrifice grammar for the sake of concision.
Thanks Matt, you’re the man!!!