wip: phase_z2 evidence 파이프라인 + matching 실험(phase2~26) + 프론트 trace 패널 진행분 스냅샷
- src: phase_z2 composition/mapper/pipeline/placement_planner/retry, ai_fallback(prompts/schema/validate), mdx_text_atoms 신규 - Front: PipelineTracePanel 신규, FramePanel/SlideCanvas/Home/designAgentApi 등 갱신 + 테스트 4종 추가 - templates/phase_z2: catalog(component_expansion_registry, node_slot_mapping 신규), frames, families, slide_base 갱신 - tests/matching: phase2~26 매칭 실험 스크립트·리포트·온톨로지 전체 (미커밋 진행분) - tests: b4_v4 evidence, task5~28.5 시리즈, regression(imp95 baseline) 등 신규 테스트 대량 추가 - docs/reference: MDX 구조 인벤토리, MDX→Frame 구조 계약 문서 - scripts: mdx 계약/parity/coverage/viewport 체크, gitea comment, run sync 유틸 - .gitignore: tmp*.json, chromedriver, .orchestrator, *.pkl, Front_test* 등 임시/스냅샷 제외 미완성 작업의 보존용 스냅샷 커밋 (2026-07-02) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
# Ground Truth for MDX ↔ Figma frame matching
|
||||
# 7 섹션 (MDX01~03의 ## 중목차)
|
||||
# primary: 가장 강한 매칭 1개 (없으면 null)
|
||||
# secondary: 보조 매칭 (있으면 리스트, 없으면 빈 리스트)
|
||||
# confidence: 사람이 판단한 확신도
|
||||
|
||||
sections:
|
||||
- id: MDX01-intro
|
||||
mdx_file: "01.mdx"
|
||||
section_title: "용어의 혼용 (intro)"
|
||||
primary: null
|
||||
secondary: []
|
||||
confidence: high
|
||||
note: "개념 정의 intro, 직접 매칭 블록 없음"
|
||||
|
||||
- id: MDX01-1
|
||||
mdx_file: "01.mdx"
|
||||
section_title: "1. 용어 정의"
|
||||
primary: null
|
||||
secondary: [1171281189]
|
||||
confidence: medium
|
||||
note: "정의 콘텐츠 → 약한 매칭만 가능"
|
||||
|
||||
- id: MDX01-2
|
||||
mdx_file: "01.mdx"
|
||||
section_title: "2. 용어간 상호관계"
|
||||
primary: 1171281195
|
||||
secondary: []
|
||||
confidence: very_high
|
||||
note: "BIM vs DX 12행 비교표가 정확히 일치"
|
||||
|
||||
- id: MDX02-1
|
||||
mdx_file: "02.mdx"
|
||||
section_title: "1. DX의 궁극적 목표"
|
||||
primary: 1171281189
|
||||
secondary: [1171281191]
|
||||
confidence: high
|
||||
note: "안전/품질/생산성 3원 교차"
|
||||
|
||||
- id: MDX02-2
|
||||
mdx_file: "02.mdx"
|
||||
section_title: "2. DX 기반 Process 혁신에 따른 주체별 기대효과"
|
||||
primary: 1171281191
|
||||
secondary: [1171281189]
|
||||
confidence: very_high
|
||||
note: "발주자/시공자/설계자 3열 카드"
|
||||
|
||||
- id: MDX03-1
|
||||
mdx_file: "03.mdx"
|
||||
section_title: "1. DX 시행을 위한 필수 요건"
|
||||
primary: 1171281190
|
||||
secondary: [1171281192]
|
||||
confidence: very_high
|
||||
note: "기술/사람/자연 3열 직접 일치"
|
||||
|
||||
- id: MDX03-2
|
||||
mdx_file: "03.mdx"
|
||||
section_title: "2. Process의 혁신과 Product의 변화"
|
||||
primary: 1171281210
|
||||
secondary: []
|
||||
confidence: very_high
|
||||
note: "과정/결과 혁신 2열 비교"
|
||||
Reference in New Issue
Block a user