crosspad_check
Run a health check on your build to detect stale executables, missing sources, and dirty submodules. Use it to determine whether a rebuild is needed before starting the build process.
Instructions
[PC] Health check for a build — detects stale exe, new sources missing from build system, dirty submodules. Use before crosspad_build to decide if rebuild needed. Currently PC-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | Platform — currently only 'pc' is supported here. | pc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| reasons | Yes | ||
| success | Yes | ||
| exe_path | Yes | ||
| exe_exists | Yes | ||
| needs_rebuild | Yes |