fix(space): intent 카드 dismissal 규칙 정리

This commit is contained in:
2026-03-14 18:56:27 +09:00
parent 729afe0cbf
commit 0b8c207fe2
4 changed files with 47 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ Last Updated: 2026-03-14
- 상시 큰 goal 카드 대신 idle에서는 goal 1줄과 작은 expand affordance만 남는 collapsed glass rail 구조로 변경
- hover / focus / toggle에서만 expanded card로 열리며, 이때만 microStep과 `이번 목표 완료` 액션이 노출됨
- recovery tray(`pause / return / next-beat / complete / refocus`)가 열릴 때는 base card가 강제로 collapsed 상태를 유지하도록 정리
- expanded rail은 outside click으로 접히지만, recovery tray는 outside click으로 닫히지 않고 명시적 액션으로만 닫힘
- Focus Entry Surface / Execution Surface 재정의:
- `/app`을 planning home이 아니라 hero-first focus entry surface로 재구성