Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: added Vercel deployment cursorrules #246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
feat: added Vercel deployment cursorrules #246
Changes from all commits
6fa0cedFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove trailing space in link text and shorten description for consistency.
Two issues on this line:
[Vercel ]), which violates the markdown linting rule MD039.📝 Proposed fix
As per coding guidelines: Use consistent formatting for list items in the README.md file.
📝 Committable suggestion
🧰 Tools
🪛 markdownlint-cli2 (0.22.0)
[warning] 213-213: Spaces inside link text
(MD039, no-space-in-links)
🤖 Prompt for AI Agents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: PatrickJS/awesome-cursorrules
Length of output: 55
Remove the duplicate MDC file; both
rules-new/vercel-deployment.mdcandrules/vercel-deployment-cursorrules-prompt-file/vercel-deployment.mdcare identical.The files contain identical front-matter, structure, and examples. Only one should be maintained to avoid maintenance burden. Clarify the purpose of the
rules-new/directory and delete the redundant file.🤖 Prompt for AI Agents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
What are the current serverless function timeout limits for Vercel Hobby and Pro plans?💡 Result:
For Vercel serverless functions (Vercel Functions) with Fluid Compute enabled (now default), the current timeout limits (maximum duration) are: Hobby plan: Default and maximum 300 seconds (5 minutes), configurable up to 300s. Pro plan: Default 300 seconds (5 minutes), configurable up to 800 seconds (13+ minutes). Note: Older documentation mentions lower limits (Hobby max 60s, Pro max 300s) for projects not using Fluid Compute or deployed before ~April 2025. Fluid Compute provides higher limits and is recommended/enabled by default for new deployments. Edge Runtime has separate stricter limits (e.g., 25s to begin response), but the query refers to standard serverless functions.
Citations:
🌐 Web query:
Is VERCEL_OIDC_TOKEN the current environment variable name for Vercel OIDC authentication?💡 Result:
Yes, VERCEL_OIDC_TOKEN is the current environment variable name for Vercel OIDC authentication.
Citations:
Update timeout limits to reflect current Vercel Fluid Compute defaults.
The cursor rules contain outdated timeout limits. Current Vercel serverless function timeouts with Fluid Compute enabled (now the default) are significantly higher than stated:
Line 104:
VERCEL_OIDC_TOKENis confirmed as the current environment variable name—this requires no changes.🤖 Prompt for AI Agents
Uh oh!
There was an error while loading. Please reload this page.