# 4P3X BuildProof Local Engine

Private local engine scaffold for deeper checks. Use on your own machine. Do not publish this folder inside public demo apps.

## Commands

```bash
npm install
npm run qa:url -- https://your-site.example
npm run demo:url -- https://your-site.example
npm run scan:folder -- ../your-project-folder
npm run health:folder -- ../your-project-folder
npm run archive:folder -- ../your-project-folder
npm run sanitise:folder -- ../your-project-folder
npm run validate:export -- ../your-export-folder
npm run repair:plan -- ./reports/latest/qa-report.json
npm run build:check -- ../your-project-folder
```

The static dashboard is the private control layer. This folder is the optional machine-side engine scaffold for real local checks.
