addedInput schema / properties / agent / description
Added value: +"Agent host/tool lane for this gate...."
addedInput schema / properties / availableTools / description
Added value: +"Optional list of Axint MCP tools visible in..."
addedInput schema / properties / availableTools / items / description
Added value: +"String value for this Axint parameter."
addedInput schema / properties / cwd / description
Added value: +"Project directory containing .axint/session/c..."
addedInput schema / properties / featureBypassReason / description
Added value: +"Concrete reason axint.feature was..."
addedInput schema / properties / format / description
Added value: +"Output format. Defaults to markdown."
addedInput schema / properties / modifiedFiles / description
Added value: +"Files changed in this agent pass, used to..."
addedInput schema / properties / modifiedFiles / items / description
Added value: +"String value for this Axint parameter."
addedInput schema / properties / notes / description
Added value: +"Optional human/agent context for why a step..."
addedInput schema / properties / ranCloudCheck / description
Added value: +"Whether axint.cloud.check was run with..."
addedInput schema / properties / ranFeature / description
Added value: +"Whether axint.feature was used for a new..."
addedInput schema / properties / ranRepair / description
Added value: +"Whether axint.repair was used for an..."
addedInput schema / properties / ranStatus / description
Added value: +"Whether axint.status was called to confirm..."
addedInput schema / properties / ranSuggest / description
Added value: +"Whether axint.suggest was used during planning."
addedInput schema / properties / ranSwiftValidate / description
Added value: +"Whether axint.swift.validate was run on..."
addedInput schema / properties / readAgentInstructions / description
Added value: +"Whether AGENTS.md, CLAUDE.md, or .axint/proje..."
addedInput schema / properties / readDocsContext / description
Added value: +"Whether .axint/AXINT_DOCS_CONTEXT.md was..."
addedInput schema / properties / readRehydrationContext / description
Added value: +"Whether .axint/AXINT_REHYDRATE.md was read..."
addedInput schema / properties / requireSession / description
Added value: +"Set false only for legacy/manual checks...."
addedInput schema / properties / sessionStarted / description
Added value: +"Whether axint.session.start was called in..."
addedInput schema / properties / sessionToken / description
Added value: +"Token returned by axint.session.start...."
addedInput schema / properties / stage / description
Added value: +"Workflow stage being checked. Defaults to..."
addedInput schema / properties / surfaces / description
Added value: +"Apple surfaces touched by this task. If..."
addedInput schema / properties / surfaces / items / description
Added value: +"Allowed string value for this Axint parameter."
addedInput schema / properties / xcodeBuildPassed / description
Added value: +"Whether Xcode build evidence passed."
addedInput schema / properties / xcodeTestsPassed / description
Added value: +"Whether focused unit/UI tests passed."
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "isError": {
+ "description": "Whether Axint marked the tool response as an error.",
+ "type": "boolean"
+ },
+ "text": {
+ "description": "Primary Axint tool response text, matching the first text content block.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "text"
+ ],
+ "type": "object"
+}