add claude commit command

This commit is contained in:
Partouf
2025-06-18 14:58:29 +02:00
parent bbe966f115
commit 2bbeb0eeed

View File

@@ -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