-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update Neon agents #387
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
base: main
Are you sure you want to change the base?
Update Neon agents #387
Conversation
Updated the name format and modified the prerequisites section for clarity.
Updated agent name and modified prerequisites section for clarity.
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.
Pull Request Overview
This PR updates two Neon-related agent files to improve their configuration and tool invocation syntax. The changes modernize how prerequisites are checked and documentation is referenced by using explicit tool syntax directives.
- Changes agent name format from spaces to hyphens
- Adds tool invocation syntax for file checking and documentation fetching
- Removes unnecessary empty lines in prerequisites sections
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| agents/neon-optimization-analyzer.agent.md | Updates agent name to use hyphens and adds tool directives for environment file checking and documentation fetching |
| agents/neon-migration-specialist.agent.md | Updates agent name to use hyphens and adds tool directives for environment file checking and documentation fetching |
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
The agent files for Neon had spaces in the name, which is not allowed.
I also specified built-in tools for the agent to use.
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.