Open
Conversation
Contributor
Author
|
@vladfrangu 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Copilot
AI
changed the title
[WIP] [Copilot test] Adapt cursor rules file to agents.md format
Adapt cursor rules file to agents.md format
Sep 23, 2025
Co-authored-by: vladfrangu <17960496+vladfrangu@users.noreply.github.com>
Removed examples section and updated documentation notes.
cdc173a to
58d59f8
Compare
vladfrangu
approved these changes
Sep 25, 2025
janbuchar
requested changes
Sep 25, 2025
Contributor
janbuchar
left a comment
There was a problem hiding this comment.
- please make the title conform to the conventional commits spec
- at this point, the repository does not have any cursor rules - what is the PR adapting? I would instead say something like "introduce an agents.md file"
janbuchar
requested changes
Sep 25, 2025
| - Actor configuration uses `.actor/actor.json` (new format) | ||
| - Reference constants from `src/lib/consts.ts` for file paths and configurations | ||
|
|
||
| ## Testing |
Comment on lines
+97
to
+98
| - Write tests for new commands following existing patterns in the `test/` directory | ||
| - Use the testing utilities and setup from the project |
Contributor
There was a problem hiding this comment.
Let's describe this in concrete words so that the agent doesn't have to re-analyze the project every time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adapts the cursor rules file from PR #829 to the standard
agents.mdformat, providing comprehensive guidance for AI agents working on the Apify CLI project.Changes Made
agents.md- A new file that serves as the standard AI agent instruction file for the projectKey Features
The new
agents.mdfile includes:ApifyCommand,Args, andFlagsfrom the command frameworkapifyCommandsoractorCommandsarraysExample Content
The file provides practical examples like this command template:
This maintains all the valuable guidance from the original cursor rules while making it more accessible and comprehensive for AI agents working on the codebase.
Fixes #916.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.