From 74b44705270b33cc423bd265fb4bbf6042308dd4 Mon Sep 17 00:00:00 2001 From: David Meister Date: Mon, 21 Sep 2026 11:22:56 +0000 Subject: [PATCH] docs: scope the no-concrete-contract claim to src/ `test/concrete/` holds six contracts, one of which the same file names two paragraphs later. Co-Authored-By: Claude Opus 5 (1M context) --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 0254931..c39752e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -9,7 +9,7 @@ rain.factory is a Solidity **library** repo for EIP1167 minimal proxy (clone) factories in the Rain ecosystem: the `ICloneable*` interface surface and the `LibICloneableFactoryV4` library that implements it. It is the library half of the library/deploy split (rainlanguage/rain.factory#46) — no concrete contract, -no deploy pins, no deploy script. +deploy pin or deploy script in `src/`. The concrete `CloneFactory` — meant to be a pure delegation into `LibICloneableFactoryV4`, one call per entry point — its deployed address +