Detection
Project Detector
Detect app type, package scripts, deployment clues, PWA files and runner mode.
Private local action
This module prepares the local engine command and output path. Project files stay on your machine and are not sent anywhere by this static control surface.
cd local-engine npm install npm run project-detector -- <target>
Quick checklist
Coverage items
Items prepared for this module.
| Check | Status | Notes |
|---|---|---|
| Framework detected | Ready | Included in the private local automation checklist. |
| Scripts detected | Ready | Included in the private local automation checklist. |
| Entry point found | Ready | Included in the private local automation checklist. |
| Deployment config found | Ready | Included in the private local automation checklist. |
| Runner mode selected | Ready | Included in the private local automation checklist. |
Output preview
Local runner output is stored in the private reports and exports folders.
Project Detector Status: ready for private local automation Output: local-engine/reports/latest/ Export: local-engine/exports/latest/ Privacy: private by default; public-safe proof can be generated.