feat: AtchaV2 Phase 15 — 인지 채널 방어선 (폴백 확대 + time-sensitive + 노티 라우팅 + 권한 회복) - #353
Merged
YuGeonHui merged 2 commits intoAug 24, 2026
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… 권한 회복) - LA alert 도달 불가 판정(isAlertReachable: activity ∧ areActivitiesEnabled ∧ ¬dismissed)으로 폴백 조건 확대 - 폴백 노티 .timeSensitive + time-sensitive entitlement (집중 모드 관통) - UNUserNotificationCenterDelegate 도입 — 노티 탭 → 홈 랜딩, willPresent [.banner,.sound] 명시 - 알림 권한 deniedNow 1회 안내 토스트 (요청 이력 가드 불변, RegisterAlarmUseCase 반환값 확장) - 최후통첩 분기 applicationState 선행 검사 — 포그라운드 이중 알림 제거 - 위치 권한 didBecomeActive 재확인 — needsSearch 한정, 깜빡임·토스트 스팸 없음 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
isDismissedByUser단일 → "LA alert 도달 불가"(dismissed ∨ 활성 activity 없음 ∨areActivitiesEnabledfalse)로 확대 — LA 꺼둔 유저의 인지 채널 0 해소.timeSensitive+ entitlement — 집중 모드(심야에 흔함) 관통UNUserNotificationCenterDelegate도입 — 노티 탭 → 홈 랜딩, 포그라운드 표시 정책 명시didBecomeActive재확인 — needsSearch 한정, 깜빡임·토스트 스팸 없음검증
docs/prompts/atcha-v2-channel-defense-prompt.md)🤖 Generated with Claude Code