inan3
March 14, 2025, 2:31am
30
Should the description field be concise or detailed? Or does this depend on the “vibe coding” and “vibe changing” of the Cursor development team? I saw this:
I’d recommend making your description even richer. Something that:
Summarises what the file does
Includes common questions that would warrant its usage
Try this:
Provides a Git command that retrieves the latest release branch name from a remote repository by sorting branches under “origin/release/*” by the committer date. It answers questions like “What is the current release number?”, “Get the last release version number”, and “What’s the next release number?” by displaying the most recent …