diff --git a/.claude/commands/commit.md b/.claude/commands/commit.md new file mode 100644 index 000000000..907038656 --- /dev/null +++ b/.claude/commands/commit.md @@ -0,0 +1,9 @@ +Follow the following todo list and check them off as you go: +1. Remove superfluous comments +2. Run: `npm run ts-check` and fix any issues +3. Run: `npm run lint` and fix any issues that the linter could not fix by itself +4. Update any documentation that touches on what we have changed +5. Run: `npm run lint` and fix any issues that the linter could not fix by itself +6. Create a new branch if we're currently on main +7. Commit +8. Push