mirror of
https://github.com/CharlesWiltgen/Axiom.git
synced 2026-09-20 19:58:20 +08:00
151f13a6f8
Apple's iPhone Duo talks (2026-09-11) introduced a device whose width changes at runtime, with a hinge, posture-dependent toolbar placement, and front cameras that swap roles as it opens. Axiom had nothing on it. New iphone-duo sub-skill in axiom-swiftui is the hub: resize readiness, hinge-aware layout, toolbar placement across poses, and the principles Apple stated now, with the 27.1 APIs attributed but not coded until that SDK ships. The guidance folds into the skills developers already reach for: SwiftUI layout and presentations, UIKit adaptive layout, app composition, and camera capture (which front camera faces the user in each pose). The swiftui-layout, resize, and camera auditors gain Duo-readiness checks. Routing scenarios cover SwiftUI, UIKit, and camera prompts about the device, plus a negative case so Duo two-factor authentication does not route to axiom-swiftui.