Clean all build artifacts and cache
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-sol-tech-stacks-solidity@IvanTorresEdge/molcajete.ai# Clean Build Artifacts Clean all build artifacts and cache. Use the Task tool to launch the **developer** agent with the following instructions: 1. Detect project framework using framework-detection skill 2. Clean build artifacts: - Foundry: `forge clean` - Hardhat: `npx hardhat clean` 3. Remove cache directories 4. Report cleaned directories and freed space Reference the framework-detection skill.
Remove old sprint directories with safety checks and archiving options
Fix all black, isort, flake8 and mypy issues in the entire codebase
Remove old sprint directories with safety checks and archiving options
Remove dead code safely from codebase
Fix all linting and formatting issues across the codebase