1 Like
And somewhat related, I have in my .cursorrules instruction to run the tests as the publishing process, so after an iteration I just say: “publish” and it runs though these steps:
When publishing, follow these steps in order:
Build and test: npm run build && npm test
Commit changes with scope prefix: feat: short description
Push changes: git push
Create patch version: npm version patch
Push tags: git push --tags
Publish: npm publish
I call it TLDR for AI: airul/docs/tldr-ai.md at main · mitkury/airul · GitHub
1 Like