axint.cloud.check
Run an agent-callable Cloud Check against Swift or Axint TypeScript source. Accepts inline source or a sourcePath, then returns a Cloud-style verdict, Apple-specific findings, next steps, an AI repair prompt, and a redacted compiler feedback signal when the check finds a bug. Use: use for Apple-aware source review and repair prompts; provide evidence for UI/runtime claims. Inputs: provide source or sourcePath, not both; evidence fields strengthen UI and runtime claims. Effects: read-only response from provided source/path; may use configured Cloud Check endpoint; no source is sent unless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format. markdown returns the report, json returns structured data. | |
| source | No | Inline Swift or Axint TypeScript source to check. | |
| fileName | No | Optional display name for diagnostics when passing inline source. | |
| language | No | Optional language override. | |
| platform | No | Optional target platform hint. | |
| sourcePath | No | Optional file path to read and check. | |
| testFailure | No | Optional short failing unit/UI-test excerpt. | |
| xcodeBuildLog | No | Optional short Xcode build excerpt. | |
| actualBehavior | No | Optional observed behavior for behavior-gap checks. | |
| runtimeFailure | No | Optional crash, freeze, hang, launch timeout, console, preview, or runtime. | |
| expectedVersion | No | Optional expected Axint version for this project/session. | |
| expectedBehavior | No | Optional expected behavior for behavior-gap checks. | |
| projectContextPath | No | Optional path to a local .axint/context/latest.json pack written by. | |
| cloudRulesetVersion | No | Optional hosted/cloud ruleset version when different from the local compiler. | |
| localPackageVersion | No | Optional local CLI/package version when the caller knows it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| isError | No |