feat(companion): enforce checksum verification in generated launcher

This commit is contained in:
William Valentin
2026-02-26 19:32:42 -08:00
parent 995166fbbc
commit ad2f7b7d04
7 changed files with 51 additions and 3 deletions
@@ -84,6 +84,11 @@ flynn companion \
./run-companion.sh
```
Launcher behavior:
- verifies `CHECKSUMS.sha256` before invoking `flynn companion`
- aborts launch on checksum mismatch or missing checksum tooling
Optional handoff smoke test:
```bash