Files
Charles Wiltgen 151f13a6f8 feat(axiom-swiftui): add iPhone Duo hub and fold posture guidance into layout skills
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.
2026-09-14 10:32:30 -07:00
..