-
Notifications
You must be signed in to change notification settings - Fork 130
docs: add .cursorignore & AGENT.md #1831
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
Conversation
add AGENT.md remake current cursor rules to be cursor specific add new section to CONTRIBUTING.md
Preview for this PR was built for commit |
npm start | ||
``` | ||
|
||
The site will be available at `http://localhost:3000` |
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.
Nit: maybe we can mention that the site is also build as preview on a PR.
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.
Yeah that is a good point, tho the issue is that it's not always available yet. Right not it's only when an Apifier opens up a PR. If someone outside of Apify opens up a PR there will be no preview
- **`.cursor/rules/quality-standards.mdc`** - Cursor-specific quality guidelines | ||
- **`.cursor/rules/file-organization.mdc`** - Cursor-specific file organization rules | ||
### Usage |
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.
Preview for this PR was built for commit |
Preview for this PR was built for commit |
Preview for this PR was built for commit |
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.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, please have a team admin upgrade your team to Bugbot Pro by visiting the Cursor dashboard. Your first 14 days will be free!
Comment @cursor review
or bugbot run
to trigger another review on this PR
- [ ] Headings follow proper hierarchy (H1 → H2 → H3) | ||
- [ ] Content is clear, concise, and action-oriented | ||
|
||
Remember: The goal is to help users succeed with Apify. Every piece of documentation should serve that purpose by being clear, accurate, and actionable. |
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.
Bug: Filename Mismatch Breaks AI Assistant References
The newly added AGENTS.md
file is named in the plural, but all references in CONTRIBUTING.md
, .cursorignore
, and the .cursor/rules/*.mdc
files expect the singular AGENT.md
. This filename mismatch causes broken references, particularly for Cursor's AI assistant features using @AGENT.md
.
Additional Locations (4)
Preview for this PR was built for commit |
Preview for this PR was built for commit |
Preview for this PR was built for commit |
Preview for this PR was built for commit |
add AGENT.md
remake current cursor rules to be cursor specific
add new section to CONTRIBUTING.md