changedInput schema / properties / actualBehavior / description
Previous value: -"Optional observed behavior for behavior-gap checks. Pair with expectedBehavior so Cloud Check can return a..."New value: +"Optional observed behavior for behavior-gap checks."
changedInput schema / properties / cloudRulesetVersion / description
Previous value: -"Optional hosted/cloud ruleset version when different from the local compiler package."New value: +"Optional hosted/cloud ruleset version when different from the local compiler."
changedInput schema / properties / expectedBehavior / description
Previous value: -"Optional expected behavior for behavior-gap checks. Pair with actualBehavior when the bug is semantic rather..."New value: +"Optional expected behavior for behavior-gap checks."
changedInput schema / properties / expectedVersion / description
Previous value: -"Optional expected Axint version for this project/session. Cloud Check also reads .axint/project.json when..."New value: +"Optional expected Axint version for this project/session."
changedInput schema / properties / fileName / description
Previous value: -"Optional display name for diagnostics when passing inline source. Defaults to sourcePath or <cloud-check>."New value: +"Optional display name for diagnostics when passing inline source."
changedInput schema / properties / format / description
Previous value: -"Output format. markdown returns the report, json returns structured data, prompt returns only the repair..."New value: +"Output format. markdown returns the report, json returns structured data."
changedInput schema / properties / language / description
Previous value: -"Optional language override. Omit to infer from file extension and source contents."New value: +"Optional language override."
changedInput schema / properties / localPackageVersion / description
Previous value: -"Optional local CLI/package version when the caller knows it. Used only for version-truth reporting."New value: +"Optional local CLI/package version when the caller knows it."
changedInput schema / properties / platform / description
Previous value: -"Optional target platform hint. Use macOS to catch common iOS-only SwiftUI modifiers in Mac app work."New value: +"Optional target platform hint."
changedInput schema / properties / projectContextPath / description
Previous value: -"Optional path to a local .axint/context/latest.json pack written by axint.project.index. Omit when..."New value: +"Optional path to a local .axint/context/latest.json pack written by."
changedInput schema / properties / runtimeFailure / description
Previous value: -"Optional crash, freeze, hang, launch timeout, console, preview, or runtime failure text. Include the..."New value: +"Optional crash, freeze, hang, launch timeout, console, preview, or runtime."
changedInput schema / properties / source / description
Previous value: -"Inline Swift or Axint TypeScript source to check. Prefer sourcePath when possible; inline source should be..."New value: +"Inline Swift or Axint TypeScript source to check."
changedInput schema / properties / sourcePath / description
Previous value: -"Optional file path to read and check. Use this from Xcode agents after writing a generated Swift file."New value: +"Optional file path to read and check."
changedInput schema / properties / testFailure / description
Previous value: -"Optional short failing unit/UI-test excerpt. Use this when static checks pass but Xcode tests still fail;..."New value: +"Optional short failing unit/UI-test excerpt."
changedInput schema / properties / xcodeBuildLog / description
Previous value: -"Optional short Xcode build excerpt. Pass only the failing lines or focused proof summary; full logs should..."New value: +"Optional short Xcode build excerpt."
removedOutput schema / properties / isError / description
Removed value: -"Whether Axint marked the tool response as an error."
removedOutput schema / properties / text / description
Removed value: -"Primary Axint tool response text, matching the first text content block."