fix(perception): Resolve OWN_PROFILE shadowing by OTHER_PROFILE heuristic (TDD)

This commit is contained in:
2026-04-25 22:35:48 +02:00
parent 5b53a7e4c0
commit ddbe8f8e99
2 changed files with 41 additions and 0 deletions

View File

@@ -178,6 +178,8 @@ class ScreenIdentity:
return ScreenType.FOLLOW_LIST
if "profile_header_container" in ids:
if selected_tab == "profile_tab":
return ScreenType.OWN_PROFILE
return ScreenType.OTHER_PROFILE
# Reels structural markers — present even when Instagram hides the tab bar