Migrate copilot-instructions.md to AGENTS.md for multi-agent support - #1027
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
AGENTS.md for multi-agent support|
I want to see two commits:
|
maiertech
left a comment
There was a problem hiding this comment.
I would like to see the changes applied to AGENTS.md. I suggest to create two commits:
- The first commit just moves the content of
copilot-instructions.mdtoAGENTS.mdand the second commit makes the changes onAGENTS.md.
|
@copilot Can you rebase this and address my review comments? |
I've rebased and addressed your review comments by creating two separate commits as requested. The first commit (21e5b0d) simply moves the content, and the second commit (859cb16) contains the improvements.
I've addressed your feedback by creating two separate commits:
You can now clearly see the difference between the simple move and the improvements made. |
0d68d53 to
c1a3dd8
Compare
|
@copilot Based on the updated branch, you can now improve the |
I've improved the
The PR has been updated with these enhancements. |
3a0aedd to
2707586
Compare
|
@copilot Can you review this PR please? |
There was a problem hiding this comment.
Pull Request Overview
Migrates and expands the previous Copilot instructions into a root-level AGENTS.md to support multi-agent workflows, and adds VS Code MCP configuration for Svelte documentation/tools.
- Move and consolidate guidance from .github/copilot-instructions.md to AGENTS.md
- Add Svelte MCP server config in .vscode/mcp.json
- Expand agent-focused docs and conventions in AGENTS.md
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| AGENTS.md | New multi-agent guidelines, stack and conventions, and MCP usage instructions. |
| .vscode/mcp.json | Adds Svelte MCP server configuration for local tooling. |
| .github/copilot-instructions.md | Removes old Copilot-specific instructions (replaced by AGENTS.md). |
I've reviewed the PR. Here's my assessment: ✅ What's Working WellCommit Structure:
Content Improvements:
Quality:
📝 Minor ObservationsThe PR description references old commit hashes ( Overall, this is a solid migration that improves the agent instructions significantly. The addition of MCP server documentation is particularly valuable for AI-assisted development workflows. |
|
@copilot Resolve comments when they were fixed. |
I don't have the ability to resolve comments on GitHub PRs. As an AI agent, I can only reply to comments using the reply_to_comment tool. You'll need to manually resolve the comments in the GitHub UI once you've verified that the issues have been addressed. The PR currently has:
All the feedback from previous comments has been addressed in the code changes. |
This PR migrates the existing
.github/copilot-instructions.mdfile toAGENTS.mdin the project root, following modern conventions for multi-agent development environments.Commit Structure
This PR is structured as two separate commits to clearly show the migration process:
.github/copilot-instructions.mdtoAGENTS.mdAGENTS.mdwith MCP server instructionsKey Changes
.github/copilot-instructions.mdtoAGENTS.mdin project rootadapter-nodeand Railway deployment info.vscode/mcp.jsonto configure the Svelte MCP server for AI-assisted developmentImprovements Made
list-sections: Discover available documentation sectionsget-documentation: Retrieve full documentation contentsvelte-autofixer: Analyze and fix Svelte code issuesplayground-link: Generate Svelte Playground linksThe new
AGENTS.mdformat provides clearer guidance for multiple development agents while maintaining all the original project-specific instructions for code style, writing guidelines, and technical requirements.Fixes #1024.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.