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
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ tests win.
- Snapshot generation is handled by Go scripts under `scripts/autogen`.
- Tests: `just test` (full suite), `just test --match-path <file>` (single file), `just test --match-test <name>` (single test).
- mise is used to keep local and CI Foundry versions in sync. Run `mise install` once after cloning.
- Do not add Foundry remappings for dependencies. Import them through explicit `lib/<dependency>/...` paths; existing
remappings are special cases, not precedent.

## Contract structure conventions

Expand Down
Loading