feat: add AGENTS.md project guide for agents#272
Merged
Conversation
jeffsmale90
reviewed
Feb 18, 2026
Contributor
jeffsmale90
left a comment
There was a problem hiding this comment.
I'm loving this! We should get this across our other repositories asap!
- Remove "should" from test descriptions for clearer assertions - Add directory paths for packages in Project Overview - Replace in-memory caching guideline with batching RPC calls for better relevance Addresses reviewer comments from PR #272
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add AGENTS.md file with comprehensive project guidelines for AI agents working on the snap-7715-permissions monorepo. This document provides essential information about the project structure, technology stack, build commands, code standards, testing patterns, error handling, security considerations, and troubleshooting tips.
The AGENTS.md follows the agents.md specification format, making it human-readable for agents while documenting best practices and development workflows specific to this ERC-7715 permissions implementation.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
N/A - Documentation file
Before
No AGENTS.md file present in the repository.
After
Complete AGENTS.md file with project guidelines available at the repository root.
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Documentation-only addition with no runtime, build, or dependency changes.
Overview
Adds a new root-level
AGENTS.mddocument that standardizes agent-oriented guidance for this monorepo (architecture overview, required toolchain versions, common yarn workflows, env var setup, coding/testing conventions, and troubleshooting references).Written by Cursor Bugbot for commit 2a77bcc. This will update automatically on new commits. Configure here.