Describe the feature
AI agents (VS Copilot, Cursor, Claude Code, Codex, etc.) are becoming an essential part of the development process. We need to adapt our repository for AI agents.
Expectation
A developer asks the AI agent to fix an issue from GitHub by providing a link, and the AI agent creates a merge request with the fix and follows our guidelines.
Input:
please fix https://github.com/rolling-scopes/rsschool-app/issues/<id>
Output:
<link to merge request with fix>
What to do
Here’s how we can achieve this: We need to treat AI agents like real remote coworkers living in a timezone with a 12-hour difference who have access only to our repository. All required context must be preserved inside the repository in some way.
I expect the following first steps:
This issue is a good starting point for people who are interested in AI and new to the RS App repository. A fresh look may help identify missing information or context and enrich our repository with all the required information.
Describe the feature
AI agents (VS Copilot, Cursor, Claude Code, Codex, etc.) are becoming an essential part of the development process. We need to adapt our repository for AI agents.
Expectation
A developer asks the AI agent to fix an issue from GitHub by providing a link, and the AI agent creates a merge request with the fix and follows our guidelines.
Input:
Output:
What to do
Here’s how we can achieve this: We need to treat AI agents like real remote coworkers living in a timezone with a 12-hour difference who have access only to our repository. All required context must be preserved inside the repository in some way.
I expect the following first steps:
This issue is a good starting point for people who are interested in AI and new to the RS App repository. A fresh look may help identify missing information or context and enrich our repository with all the required information.