You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Claude cb028df08a Phase 4: 인박스(Smart Inbox) 페이지
- 멀티모달 캡처 컴포저(텍스트 Enter/보내기 + mic·image 스텁)
- 실시간 AI 분류: POST capture(동기) → 생각중 펄스 → 결과 칩(type/sphere/proj/due/when/extra)
  + 이유 한 줄 + heuristic 폴백 배지("규칙 기반(오프라인)")
- 확인(confirm)=실체화(federation): task → 실제 작업 생성 + 작업 페이지 등장
- 다르게 분류(reclassify) 타입 순환 task→event→idea, 낙관적 미리보기
- 분류 원칙 카드 4건(원문 그대로) + "오늘 어디로 갔나" 행선지 카드(동적 집계)
- sinbox.css 픽셀 이식 + dash-base.css(공유 레이아웃/카드, 대시보드 재사용)
- 서버 컴포넌트 초기 fetch + 클라 낙관적 업데이트/롤백, 전체/업무/개인 필터

검증: 백엔드 pytest 46, 프론트 vitest 42, playwright 28(shell+tasks+inbox+a11y),
tsc/eslint clean, build OK. 인박스→작업 연합 e2e 통과, 4 골든 + 폴백 배지 + voice 스텁 검증.
라이브 시각 확인(컴포저/칩/이유/원칙/행선지).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2 months ago
..
app Phase 4: 인박스(Smart Inbox) 페이지 2 months ago
components Phase 4: 인박스(Smart Inbox) 페이지 2 months ago
lib Phase 4: 인박스(Smart Inbox) 페이지 2 months ago
playwright Phase 4: 인박스(Smart Inbox) 페이지 2 months ago
public Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
styles Phase 4: 인박스(Smart Inbox) 페이지 2 months ago
tests Phase 4: 인박스(Smart Inbox) 페이지 2 months ago
.gitignore Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
.prettierrc Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
AGENTS.md Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
CLAUDE.md Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
README.md Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
eslint.config.mjs Phase 3: 작업(Tasks) 페이지 2 months ago
next.config.ts Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
package.json Phase 3: 작업(Tasks) 페이지 2 months ago
playwright.config.ts Phase 1: 디자인 시스템 & 앱 셸 2 months ago
pnpm-lock.yaml Phase 3: 작업(Tasks) 페이지 2 months ago
tsconfig.json Phase 0: 모노레포 스캐폴딩 & 개발환경 2 months ago
vitest.config.ts Phase 1: 디자인 시스템 & 앱 셸 2 months ago

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.