removedInput schema / properties / appName / description
Removed value: -"The target app name, used in generated comments and test references. E.g., 'HealthTracker'. Optional."
removedInput schema / properties / componentKind / description
Removed value: -"Optional component blueprint for the component surface, such as feedCard, mediaCard, utilityRow, avatar, statusRing, missionCard, contextPanel, decisionLog, approvalCard, agentRow, roleCard, signalCard, channelRow, sidebarRail, profileCard, settingsView, semanticCard, semanticRow, semanticPill, semanticPanel, semanticBar, semanticList, or cardArchetypes for a multi-component kit. Omit to let Axint infer from the description."
removedInput schema / properties / context / description
Removed value: -"Optional nearby SwiftUI/design context. Axint uses this as a weak hint for layout primitives, platform patterns, and token usage; it does not copy proprietary code."
removedInput schema / properties / description / description
Removed value: -"What the feature does, in natural language. E.g., 'Let users log water intake via Siri' or 'Add a Spotlight-searchable recipe entity'. The description is used to infer the feature name, domain, and parameters."
removedInput schema / properties / domain / description
Removed value: -"Apple App Intent domain. One of: messaging, productivity, health, social, community, collaboration, developer-tools, food, creative, finance, commerce, media, navigation, smart-home. If omitted, inferred from the description. Determines default entitlements, Info.plist keys, and parameter suggestions."
removedInput schema / properties / format / description
Removed value: -"When true (default), pipes every generated Swift file through swift-format with Axint's house style. Falls back to raw output when swift-format is not on $PATH. Set false to receive raw generator output."
removedInput schema / properties / name / description
Removed value: -"PascalCase feature name, e.g., 'LogWaterIntake'. If omitted, inferred from the description. Used as the base name for all generated Swift structs."
removedInput schema / properties / params / additionalProperties / description
Removed value: -"Swift type for this parameter"
removedInput schema / properties / params / description
Removed value: -"Explicit parameter definitions as { fieldName: typeString }. E.g., { amount: 'double', unit: 'string' }. If omitted, inferred from the domain and description. Types: string, int, double, float, boolean, date, duration, url."
removedInput schema / properties / platform / description
Removed value: -"Target Apple platform for generated starter UI. Use 'macOS' to avoid iOS-only SwiftUI affordances in generated views. Defaults to 'all'."
removedInput schema / properties / surfaces / description
Removed value: -"Which Apple surfaces to generate. 'intent' produces an App Intent struct for Siri/Shortcuts/Spotlight. 'widget' produces a WidgetKit widget with timeline provider. 'view' produces a SwiftUI view. 'component' produces a reusable SwiftUI component under Sources/Components. 'store' produces a shared Observable data store. 'app' produces a SwiftUI @main app shell. Defaults to ['intent'] if omitted. Combine surfaces to scaffold a multi-surface feature: ['store', 'view', 'intent', 'widget'] for an integrated Apple-native loop."
removedInput schema / properties / tokenNamespace / description
Removed value: -"Optional Swift token enum generated by axint.tokens.ingest, e.g., 'SwarmTokens'. When provided, generated SwiftUI references namespace colors, radii, and layout values instead of raw literals."