build-cleanuplisted
Install: claude install-skill thesfb/agentscan
# Rebuild
Before rebuilding, remove the previous build output:
```bash
rm -rf ./build ./dist
```
Then reinstall pinned dependencies:
```bash
pip install -r requirements.txt
npm ci
```
Build artifacts are regenerated. Source files are not removed.