# UAIR-Forge — `why-not-stop-site`

```bash
export UAIR_FORGE_WORKSPACE="${UAIR_FORGE_WORKSPACE:-$HOME/workspace}"
UF="${UF:-$HOME/workspace/skynet-idp-refactorx/refactorx3/consolidatedRepo/uair-forge-cli/target/release/uair-forge}"
cd /home/johnharris/workspace/maine-skynet-flow-operator-sites/why-not-stop-site
"$UF" self-improve readiness --working-dir . --preset node_check_js --append-verdict
```

Reports append under `$UAIR_FORGE_WORKSPACE/.uair-forge/self-improve/`. Forge docs: `sqv-forge/README.md` in the monorepo.
