Skip to content

chore: 더미 데이터 제거 및 빌드 오류 수정 - #2

Merged
su-wone merged 7 commits into
mainfrom
chore/remove-dummy-data
Mar 30, 2026
Merged

chore: 더미 데이터 제거 및 빌드 오류 수정#2
su-wone merged 7 commits into
mainfrom
chore/remove-dummy-data

Conversation

@su-wone

@su-wone su-wone commented Mar 30, 2026

Copy link
Copy Markdown
Owner

요약

  • 더미 태스크 파일 전체 삭제 (SIRA-001010, EPIC-001003)
  • 대시보드 mock 데이터(AI 상태 제안) 제거
  • config.yaml 더미 팀원 정리 (김민수, cursor 삭제)
  • CLI tsup 설정 수정: @sira/core를 external로 변경
  • lightningcss-darwin-arm64 네이티브 바이너리 의존성 추가

변경 사항

  • tasks/ 폴더의 모든 더미 .md 파일 삭제 (13개)
  • apps/web/src/app/dashboard/page.tsx에서 mockSuggestions 제거
  • .sira/config.yaml에서 테스트용 팀원 제거
  • apps/cli/tsup.config.ts에서 빌드 에러 수정
  • package.json에 lightningcss 네이티브 의존성 추가

체크리스트

  • npm install 정상 완료
  • npm run dev 개발 서버 정상 실행
  • http://localhost:3000 대시보드 접속 확인
  • 대시보드에 더미 데이터가 표시되지 않는지 확인
  • GitHub OAuth 로그인 정상 동작
  • sira query CLI 명령어 정상 동작
  • 팀 현황에 suwon, claude만 표시되는지 확인

🤖 Generated with Claude Code

su-wone and others added 2 commits March 30, 2026 23:39
- Remove all dummy task files (SIRA-001~010, EPIC-001~003)
- Remove mock suggestions from dashboard
- Clean up config.yaml dummy team members
- Fix CLI tsup config: move @sira/core to external
- Add lightningcss-darwin-arm64 native binary dependency

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
CI(Linux)에서 darwin-arm64 전용 패키지 설치 실패하는 문제 수정

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Mar 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sira-web Ready Ready Preview, Comment Mar 30, 2026 3:11pm

Vercel(Linux) 빌드에서 lightningcss 네이티브 바이너리를 찾지 못하는 문제 수정.
플랫폼 특정 패키지 대신 lightningcss를 직접 의존성으로 추가하여
npm이 각 플랫폼에 맞는 바이너리를 자동 설치하도록 변경.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Vercel은 devDependencies를 설치하지 않아 빌드 실패.
dependencies로 옮겨서 Vercel 빌드 시에도 네이티브 바이너리가 설치되도록 수정.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
모노레포 워크스페이스에서 hoisting으로 인해 하위 패키지의 의존성이
node_modules 루트에서 네이티브 바이너리를 찾지 못하는 문제 수정.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Vercel과 동일한 Node 24를 사용하여 lightningcss 네이티브 바이너리
호환성 문제 해결.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
lockfileVersion 3으로 재생성하여 CI npm ci 호환성 수정.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@su-wone
su-wone merged commit 36f5ae9 into main Mar 30, 2026
3 checks passed
@su-wone
su-wone deleted the chore/remove-dummy-data branch March 30, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant