feat: Rust 네이티브 Figma→DevupUI MCP와 fidelity 검증 - #1
Open
owjs3901 wants to merge 93 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
목적
Figma 링크/노드를 Rust 네이티브 MCP 하나로 탐색·수집하고, DevupUI TSX 및
devup.json을 높은 충실도로 생성합니다. 직접 OAuth 연결이 불가능하거나 승인되지 않은 환경에서는 공식 Figma MCP host handoff로 안전하게 전환합니다.주요 변경
cargo insta ... --check로 snapshot drift까지 검증검증
cargo insta test --workspace --all-features --check— 통과, snapshot drift 없음cargo clippy --workspace --all-targets --all-features -- -D warnings— 통과cargo fmt --all -- --check— 통과cargo build --workspace --release— 통과git diff --check— 통과현재 GitHub CI 실패/취소 표시는 비용 절감을 위해 사용자가 워크플로를 중단한 결과이며, 위 로컬 전체 gate로 최신 커밋을 검증했습니다.
보안·개인정보
changepack
.changepacks/changepack_log_figma_remote_mcp.json에 네 crate의 Minor 변경과 전체 기능/호환성 내용을 기록했습니다.커밋
e883ff8fix: enforce end-to-end figma fidelity남은 제약/위험