Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ tests win.
- Do not add Foundry remappings for dependencies. Import them through explicit `lib/<dependency>/...` paths; existing
remappings are special cases, not precedent.

## Solidity style guide

- Follow the [Coinbase Solidity Style Guide](https://github.com/coinbase/solidity-style-guide) for new or modified
Solidity code.
- Before making non-trivial Solidity changes, consult the relevant sections of the guide.
- If the guide conflicts with this file, nearby code, formatting tools, or enforced tests, the repository-local rules
take precedence.

## Contract structure conventions

### Style-guide ordering inside a contract
Expand Down
Loading