feat(space): recovery 카피와 CTA 위계 분리

This commit is contained in:
2026-03-14 18:16:03 +09:00
parent 4421e776b2
commit cc3eafb2fa
8 changed files with 93 additions and 66 deletions

View File

@@ -302,6 +302,9 @@ Away / Return이 끼어들기 전, 다음으로 예정된 축은 아래 두 가
### 진행 중
- `Pause / Break / Return` separation polish
- material 1차 분리 반영 완료
- copy / CTA hierarchy 2차 분리 반영 완료
- 남은 것은 browser QA와 motion 미세 조정
### 다음 대기

View File

@@ -47,6 +47,11 @@ Last Updated: 2026-03-14
- `Return(focus)``Return(break)`가 같은 tray처럼 보이지 않도록 break tray에 emerald tint release tone 도입
- `Goal Complete``잠깐 쉬기` 선택도 같은 break 계열 material로 연결
- timer HUD는 break phase에서 더 가벼운 emerald 계열 glass로 보정해 focus/pause와 구분되게 조정
- `/space` Pause / Break / Return copy + interaction polish:
- `Pause``멈춘 이유` 대신 `다시 시작할 한 줄`을 중심으로 카피를 다시 정리
- `Return(focus)``멈춘 자리에서 이어가기`, `Return(break)``지금부터 쉬기 / 다음 블록 이어가기` 중심으로 재서술
- `Goal Complete``다음 블록 이어가기 / 잠깐 쉬기 / 여기까지 끝내기` 순의 선택 tray를 먼저 보여주고, 다음 블록 입력은 이후 단계에서만 열리게 정리
- choice/next view의 헤더와 설명도 각각 다른 감정 상태에 맞춰 분리
- Focus Entry Surface / Execution Surface 재정의:
- `/app`을 planning home이 아니라 hero-first focus entry surface로 재구성

View File

@@ -14,8 +14,8 @@ Last Updated: 2026-03-14
## 현재 우선순위
1. `Pause / Break / Return` 분리 polish
2. `/space` Refocus + Return 브라우저 QA
1. `/space` Refocus + Return 브라우저 QA
2. `Pause / Break / Return` motion polish
3. `Weekly Review` 상세 기획
## 최근 세션 상태
@@ -52,6 +52,10 @@ Last Updated: 2026-03-14
- `Return(break)`은 focus 복귀 tray와 같은 재질을 쓰지 않고, 더 부드러운 emerald tint release tone으로 분리했다.
- `Goal Complete``잠깐 쉬기` 선택도 같은 release tone으로 연결했다.
- timer HUD도 break phase에서는 더 가벼운 emerald 계열 material로 바뀌어 pause/focus와 다르게 읽히도록 정리 중이다.
- `Pause / Break / Return`의 카피와 CTA 위계를 2차로 분리했다.
- `Pause``멈춘 이유`보다 `다시 시작할 한 줄`에 집중하는 recovery tone으로 다시 썼다.
- `Return(focus)``이어가기`, `Return(break)``지금부터 쉬기 / 다음 블록 이어가기` 중심으로 문구를 분리했다.
- `Goal Complete``마무리 / 쉬기 / 이어가기`의 선택 tray가 먼저 보이고, 다음 블록 입력은 이후 단계에서만 열리도록 더 선명해졌다.
- `/app`을 single-goal commitment gate로 다시 줄였다.
- 2-step ritual setup을 제거했다.
- current session이 있으면 `Resume` UI만 보여주고, `/space`로 이어가기만 제안한다.

View File

@@ -81,8 +81,10 @@
- pause는 recovery tone
- break는 release tone
- return은 re-entry tone으로 분리된다
- copy와 CTA hierarchy 2차 분리가 반영된다
- 검증:
- 브라우저 수동 확인
- motion 미세 조정
- 커밋 힌트:
- feat(space): separate-pause-break-return