Verify Kit Install
boosthis_verify_kit_installCheck a Boosthis kit's FILES ON DISK are byte-perfect (same check over plain HTTPS: POST https://www.boosthis.com/api/kit//verify) - a pass proves the files, never that anything is measured yet. files[] is { path, sha256 } for every kit file written; runtime says which kit - name it, we never guess. The verdict names the exact missing, modified and unexpected paths, each with expected sha256. Read-only; returns no credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Each written kit file as { path, sha256 } - the lowercase-hex sha256 of the file's exact contents. | |
| runtime | No | Which runtime's kit to verify against. Required, never guessed. | |
| repair_steps | No | Optional. Adds step-by-step repair text. Default false. | |
| installed_version | No | The kit version installed here. |