Add AGENTS.md file#115
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds an AGENTS.md file to the src/request/ directory, providing step-by-step instructions for adding new RPC methods to the codebase. The documentation guides developers through the process of creating method declarations, schemas, and folder structures. The version is bumped from 0.17.1 to 0.17.2 to reflect this addition.
Changes:
- Added AGENTS.md documentation file with instructions for adding new RPC methods
- Bumped package version from 0.17.1 to 0.17.2
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| src/request/AGENTS.md | New documentation file explaining how to add RPC methods, including schema creation patterns and file structure requirements |
| package.json | Version bump to 0.17.2 |
| package-lock.json | Version bump to 0.17.2 to match package.json |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…onnect-core-request-conventions
Adds AGENTS.md file