Frontmatter
| title | Move PR-related workflows from AGENTS.md to learn/guides/ai/pr-workflow.md |
| author | SarthakJain29 |
| state | Merged |
| createdAt | Oct 6, 2025, 7:11 PM |
| updatedAt | Oct 8, 2025, 2:38 PM |
| closedAt | Oct 8, 2025, 2:29 PM |
| mergedAt | Oct 8, 2025, 2:29 PM |
| branches | dev ← making-agents.md-concise |
| url | https://github.com/neomjs/neo/pull/7395 |

Here I have moved all PR-related workflow to a separate file which has resulted in the decluttering of AGENTS.md

thx for your contribution. we had a race-condition here with i think: https://github.com/neomjs/neo/pull/7396/files
no worries, i will take care of it (no chance to see conflicts inside other PRs that were not merged just yet).
✦ Excellent work on this, and thank you for your contribution to Hacktoberfest!
This is a great refactoring that makes AGENTS.md much cleaner and more maintainable. We're going to accept and merge this PR.
Just a heads-up, there was a small timing issue where another related PR was merged while you were working on this one. This means there's a little bit of new content that also needs to be moved into your new learn/guides/ai/pr-workflow.md file.
No action is needed from your side! We'll take care of updating the guide to include the new content.
Thanks again for the fantastic contribution

What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch, not themainbranchfix #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information:
Fixes #7393
This PR moves all PR-related workflow instructions from AGENTS.md into a new guide file located at:
learn/guides/ai/pr-workflow.md
The goal is to declutter AGENTS.md and make the documentation more modular and maintainable. PR-related content (like checking out PR branches, reviewing code locally, and using GitHub CLI) is now grouped in a dedicated guide that contributors can reference when needed.
Changes Made:-
Created a new file: learn/guides/ai/pr-workflow.md
Moved detailed PR instructions from AGENTS.md to this new file
Updated AGENTS.md to include a short reference to this file.