mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-06-19 15:41:46 +02:00
6918780928
Simulated taps via XcodeBuildMCP (and all iOS simulator automation tools) silently fail on SwiftUI Text views with inline AttributedString links due to a platform limitation — inline links are not exposed as separate accessibility elements. Added a known-limitation note in the testing step and a human-verification table entry so the agent prompts for manual taps instead of retrying silently. Closes #59.