- Added active Keyboard Dismiss logic to TelepathicEngine.find_best_node():
If the keyboard is open and the intent is NOT typing-related (e.g., 'tap post username'),
the bot automatically issues a back press to close the keyboard and re-fetches the UI state.
- Broadened structural fast-path for 'tap send post button' in IntentResolver to
also match 'direct_share_button' or 'send'/'share' desc, preventing VLM fallback
on POST_DETAIL screens (Bug #3).