addedInput schema / properties / audience
Added value: +{
+ "description": "Optional audience context, such as consumers, teams, operators, developers, clinicians, creators, or enterprise buyers.",
+ "type": "string"
+}
addedInput schema / properties / constraints
Added value: +{
+ "description": "Optional constraints for Pro mode, such as must be macOS-native, no server, no payments, or build in one session.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
changedInput schema / properties / domain / description
Previous value: -"Primary app domain. One of: messaging, productivity, health, finance, commerce, media, navigation, smart-home. If provided, suggestions are tailored to this domain."New value: +"Primary app domain. One of: messaging, productivity, health, social, community, collaboration, developer-tools, food, education, creative, finance, commerce, media, navigation, smart-home. Treated as a weak hint, not an override."
addedInput schema / properties / exclude
Added value: +{
+ "description": "Optional concepts to avoid, for example ['dating', 'fitness'].",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedInput schema / properties / goals
Added value: +{
+ "description": "Optional product goals for Pro mode, such as activation, retention, conversion, speed, accessibility, or investor readiness.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedInput schema / properties / mode
Added value: +{
+ "description": "Suggestion strategy. local is deterministic and offline. pro/ai uses the authenticated Axint Pro intelligence endpoint. auto uses Pro only when AXINT_PRO_INSIGHTS=1.",
+ "enum": [
+ "local",
+ "auto",
+ "ai",
+ "pro"
+ ],
+ "type": "string"
+}
addedInput schema / properties / platform
Added value: +{
+ "description": "Optional Apple platform target used by AI mode to tailor suggestions.",
+ "enum": [
+ "iOS",
+ "macOS",
+ "watchOS",
+ "visionOS",
+ "multi"
+ ],
+ "type": "string"
+}
addedInput schema / properties / stage
Added value: +{
+ "description": "Optional product stage used by Pro mode to tune suggestions without embedding private strategy logic in the compiler.",
+ "enum": [
+ "idea",
+ "prototype",
+ "mvp",
+ "growth",
+ "enterprise",
+ "unknown"
+ ],
+ "type": "string"
+}