QA: Missing Foundry submodules — repo does not build after clone
After cloning the repo, `forge test` in `contracts/` fails because `.gitmodules` is empty and `lib/` has no dependencies. Had to manually install: openzeppelin-contracts, forge-std, prb-math. Should be tracked as git submodules or documented in a setup script.
issue