Validate upgrade safety and storage layout compatibility
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-sol-tech-stacks-solidity@IvanTorresEdge/molcajete.ai# Check Upgrade Safety Validate that a contract upgrade is safe and maintains storage layout compatibility. Use the Task tool to launch the **upgrader** agent with the following instructions: 1. Verify upgradeable contract setup: - Detect proxy pattern (UUPS, Transparent, Beacon) - Identify current implementation - Locate new implementation contract 2. Ask user for: - Current implementation contract name/path - New implementation contract name/path - Proxy address (optional, for on-chain validation) 3. Perform storage layout analysis: - Foundry: Use `forge inspect` t...