e719829f0b
AI 추천이 문서 내용을 반영하지 못해도(추출 실패·미지원 형식) 추천은 정상 응답되어 사용자가 인지할 수 없던 문제를 해소한다. 문서 목록에 반영 상태 배지를 노출한다. - ProjectAttachmentResponse.aiStatus 추가(ready/failed/unsupported) · ready: 추출 성공(반영 가능) · failed: 지원 형식이나 추출 실패 · unsupported: 미지원 형식(이미지·xlsx·ppt·zip 등) - isExtractableType + deriveAiStatus 로 상태 산출 (추출 본문은 응답에 노출하지 않고 상태 판별에만 사용) - listFiles 에서 extracted_text 를 명시적으로 선택(select:false 우회) - 공용 AttachmentAiBadge 컴포넌트 추가 → 프로젝트 상세·설정 문서 목록에 적용 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
frontend
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Run Unit Tests with Vitest
npm run test:unit