Check For Update
boosthis_check_for_updateWhether a newer Boosthis kit exists for THIS project. runtime is one of 'rn' (the default), 'web', 'node', 'python', 'java', 'go', 'php', 'dotnet', 'ruby', 'flutter', 'swift', 'kotlin', 'rust', 'elixir' or 'edge'; installed_version is the installed kit's own version constant (the kit package.json for rn/web/node; RUNTIME_VERSION / RuntimeVersion in the kit's thresholds file for the rest). Returns latest_version, a behind/current/ahead verdict, what changed, what updating involves (repair_steps: true for that as ordered steps), and kit_download_url — a plain-HTTPS address serving the identical complete kit JSON (same project key), useful if any installed kit file is missing or truncated regardless of version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runtime | No | Which runtime's kit to check, matched to the project you are in. Defaults to 'rn' (React Native) when omitted. | |
| repair_steps | No | Return what updating involves as ordered steps. Default false, which states it as a finding instead. | |
| installed_version | No | The kit version currently installed in this project. |