Verify Kit
boosthis_verify_kitTamper-evidence check: re-hashes every vendored Boosthis-owned file against the shipped boosthis-kit-manifest.json. status is 'ok' when every file matches and 'mismatch' when one changed, went missing, or was added. A mismatch matters because an edited kit file can disable the kit at the next entitlement check-in; re-fetching the file from boosthis_get_integration_kit restores the shipped bytes. This answers from a local stdio server, which can read the project's files; the hosted server cannot see them and answers with the local ./boosthis verify . equivalent instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional: the folder containing the vendored kit (the directory holding boosthis-kit-manifest.json), e.g. ./lib/boosthis-runtime-rn. Defaults to the current working directory. |