# KIMU Increment 46 — archive verification procedure

From the extracted release root:

```bash
sha256sum -c SHA256SUMS_29072026142344.txt
./verify.sh
python3 scripts/environment_probe.py
```

`environment_probe.py` exits with status 2 when the full Flask runtime is not installed. This does not invalidate static/core verification; run `./install.sh` on the target or provide a complete local wheelhouse first.

The supported runtime default is one Gunicorn worker. Readiness intentionally fails when `KIMU_WORKERS` is greater than one.
