9 Commits

Author SHA1 Message Date
happybell80
d8432ca542 docs: Slack Lists 파일 첨부 구현 완료로 업데이트
- 구현 완료 섹션: 커밋 정보, 테스트 결과 추가
- 교훈 → 참고로 변경, 사실만 나열
- 향후/예상 표현 제거

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-14 22:00:50 +09:00
happybell80
a9bcc712bd docs: X-API-Key 헤더, 파일 메타, MIME 타입, 컬럼 ID 동적 매핑 보완 2025-10-14 21:43:05 +09:00
happybell80
2e7cee0b84 docs: 1-2단계 API 구현 세부사항 보충 (DB 접근, 에러 핸들링, import) 2025-10-14 21:37:06 +09:00
happybell80
cb7e728349 docs: Slack Lists 파일 첨부 3단계 구체화 및 81줄로 축소 2025-10-14 21:33:22 +09:00
happybell80
34dd99d90c docs: Slack Lists 파일 첨부 해결 방안 구체화 및 100줄 이하 준수 2025-10-14 21:30:23 +09:00
Claude-51124
54782ac8be docs: Slack Lists 파일 첨부 테스트 결과 및 문서 작성 원칙 준수
- 100줄 이하로 축소 (153줄 → 84줄)
- 이모지 제거
- 테스트 파일 위치 skill-slack/tests/로 수정
- 교훈 섹션 유지

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-14 21:10:23 +09:00
happybell80
72fb4a1072 docs: Slack Lists 문서에 전체 시나리오 참조 추가
- 전체 시나리오: 251014_coldmail_ir_analysis_scenario.md
- 문제 상황에 전체 목표 명시 (IR 분석 → 평가 → 확률 → 보고서)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-14 01:32:21 +09:00
Claude-51124
623b991920 docs: skill-rag-file SSHFS allow_other 권한 문제 해결 및 관련 문서 업데이트
- 신규: 251014_skill-rag-file_sshfs_allow_other_해결.md
  - /etc/fuse.conf user_allow_other 활성화
  - SSHFS allow_other,default_permissions 옵션 추가
  - docker-compose.yml 볼륨 마운트 추가
  - 파일 영속성 검증 완료

- 수정: 250915_skill-rag-file_Docker_빌드_및_볼륨_마운트_문제.md
  - SSHFS 볼륨 충돌 임시/최종 해결 구분
  - docker-compose.yml 볼륨 마운트 반영

- 수정: 250915_skill-rag-file_초기_구축.md
  - SSHFS 명령 allow_other 옵션 추가
  - /etc/fuse.conf 설정 주의사항 추가

- 수정: 250731_claude_SSHFS권한문제해결.md
  - 2025-10-14 업데이트 섹션 추가
  - Docker SSHFS 충돌 allow_other로 해결 가능 명시

- 수정: 251014_slack_lists_file_attachment.md
  - 우선순위 0: 파일 영속성 문제 해결 추가
  - 교훈: FUSE 권한 모델 이해 부족 추가

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-14 01:07:36 +09:00
happybell80
bea06e3069 docs: Slack Lists 첨부파일 업로드 구현 계획
- skill-rag-file: GET /api/download/{document_id} 추가 필요
- skill-slack: POST /api/v1/files/upload 추가 필요
- coldmail_briefing.py:159-204: 파일 다운로드 → 업로드 → file_id 통합 필요

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-14 00:53:42 +09:00