swiftui-ctx CLI: resolution fixes
lookup now resolves real-world queries instead of hard-failing:
- Case-insensitive resolution (
navigationstack→NavigationStack). - Multi-word / intent queries (
drag gesture,sheet presentation) resolve to real apis + recipes via the shared intent resolver, instead of exiting 3. - Tokenized suggestions — no more garbage "did you mean" on multi-word misses (
sheet presentation→hueRotation). - AppKit/UIKit names (
NSWindowDelegate,UIView…) get an out-of-scope hint pointing at thensview-bridgerecipe. - Bare attributes (
@Observable) now print an explicit "no argument forms" consensus line. - New
pagingintent + enrichedscrollalias.
Universal macOS binary (arm64 + x86_64). The plugin's swiftui-ctx wrapper downloads this automatically for v1.0.2.
Full Changelog: v1.0.0...v1.0.2