Problem
현재 설치 방법이 cargo install git-parsec 뿐이라 Rust 툴체인이 없는 환경에서는 사용 불가.
Proposed Solution
GitHub Actions 릴리스 워크플로우 추가:
v* 태그 push 시 자동 빌드
- 타겟: linux-x86_64, macos-x86_64, macos-aarch64, windows-x86_64
- 빌드된 바이너리를 GitHub Release 에셋으로 자동 첨부
- 설치:
curl -LO 또는 GitHub Release 페이지에서 다운로드
Impact
Rust 미설치 환경(CI 서버, 팀원 온보딩 등)에서 즉시 사용 가능. 채택 장벽 대폭 하락.
Priority: high
Problem
현재 설치 방법이
cargo install git-parsec뿐이라 Rust 툴체인이 없는 환경에서는 사용 불가.Proposed Solution
GitHub Actions 릴리스 워크플로우 추가:
v*태그 push 시 자동 빌드curl -LO또는 GitHub Release 페이지에서 다운로드Impact
Rust 미설치 환경(CI 서버, 팀원 온보딩 등)에서 즉시 사용 가능. 채택 장벽 대폭 하락.
Priority: high