[fix]: fix cursor link to be copy pastable#98
Conversation
There was a problem hiding this comment.
Greptile Summary
This PR makes two key changes to improve the usability of the Cursor deep link integration:
-
Improves the README.md presentation of the Cursor deep link by moving it from an inline format to a dedicated code block with clear instructions, making it easier for users to copy the link accurately.
-
Updates package.json to include 'assets' and 'README.md' in the published npm package by adding them to the 'files' array, ensuring all necessary resources are available to end users after installation.
These changes work together to enhance the user experience when using Cursor deep links with the package, addressing a practical usability issue where users might have had trouble accurately copying the link.
Confidence score: 5/5
- This PR is very safe to merge as it only affects documentation and package distribution configuration.
- The changes are straightforward, well-documented, and don't impact any runtime behavior.
- No files need special attention as the changes are isolated to documentation and package configuration.
2 files reviewed, no comments
Edit PR Review Bot Settings | Greptile
What
Fix the cursor link to be copy pastable.