addedInput schema / properties / autoStartSession / description
Added value: +"Whether to start axint.session.start..."
addedInput schema / properties / cwd / description
Added value: +"Project directory to guard. Defaults to the..."
addedInput schema / properties / expectedVersion / description
Added value: +"Expected Axint version for the active project."
addedInput schema / properties / format / description
Added value: +"Output format. Defaults to markdown."
addedInput schema / properties / lastAxintResult / description
Added value: +"Short result from the last Axint tool call."
addedInput schema / properties / lastAxintTool / description
Added value: +"Last Axint tool the agent used, e.g...."
addedInput schema / properties / maxMinutesSinceAxint / description
Added value: +"Maximum allowed minutes since latest Axint..."
addedInput schema / properties / modifiedFiles / description
Added value: +"Files in scope for this task."
addedInput schema / properties / modifiedFiles / items / description
Added value: +"String value for this Axint parameter."
addedInput schema / properties / notes / description
Added value: +"Agent/user notes to scan for compaction,..."
addedInput schema / properties / platform / description
Added value: +"Target Apple platform, such as macOS, iOS,..."
addedInput schema / properties / projectName / description
Added value: +"Project name for the guard report."
addedInput schema / properties / sessionToken / description
Added value: +"Current axint.session.start token, if..."
addedInput schema / properties / stage / description
Added value: +"Current Xcode workflow stage. Defaults to..."
addedInput schema / properties / writeReport / description
Added value: +"Whether to write .axint/guard/latest.json..."
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"
+}