Skip to content
Open
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
5 changes: 3 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ SPDX headers.
Nix + Foundry. Enter the shell with `nix develop`, then run rainix tasks:
`rainix-sol-static` (Slither), `rainix-sol-legal` (REUSE), `rainix-sol-prelude`
(deps, run first), `rainix-sol-test`, and `forge build` / `forge test` directly.
Tests exercise the library through `TestCloneFactory`, a pure-delegation
concrete, with OZ `Clones` as foreign EIP1167 oracle.
Tests call the library directly, and through `TestCloneFactory` where
`msg.sender`/`address(this)` must be real. OZ `Clones` is the foreign EIP1167
oracle.

## Architecture

Expand Down
Loading