- 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>
92 lines
1.9 KiB
HTML
92 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>anchor_sets 정리 리포트 (Milestone 2)</title>
|
|
|
|
<style>
|
|
body {
|
|
font-family: -apple-system, 'Segoe UI', 'Malgun Gothic', sans-serif;
|
|
max-width: 1800px;
|
|
margin: 0 auto;
|
|
padding: 24px;
|
|
line-height: 1.6;
|
|
color: #1e293b;
|
|
background: #f8fafc;
|
|
}
|
|
h1 { color: #1e293b; border-bottom: 3px solid #2563eb; padding-bottom: 12px; }
|
|
h2 {
|
|
color: #1a365d;
|
|
background: #e0e7ff;
|
|
padding: 10px 16px;
|
|
border-radius: 6px;
|
|
margin-top: 32px;
|
|
}
|
|
hr { border: none; border-top: 1px solid #cbd5e1; margin: 24px 0; }
|
|
table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
margin: 12px 0 24px;
|
|
background: #fff;
|
|
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
|
|
}
|
|
th, td {
|
|
border: 1px solid #e2e8f0;
|
|
padding: 10px;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
th {
|
|
background: #1e293b;
|
|
color: #fff;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
width: 120px;
|
|
}
|
|
td:first-child {
|
|
background: #f1f5f9;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
width: 120px;
|
|
}
|
|
td img {
|
|
max-width: 260px;
|
|
height: auto;
|
|
display: block;
|
|
margin: 0 auto 6px;
|
|
border: 1px solid #cbd5e1;
|
|
border-radius: 4px;
|
|
}
|
|
td br + strong { color: #2563eb; }
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<h1>Milestone 2 / Step 1 — anchor_sets 정리 리포트</h1>
|
|
<p><strong>목적</strong>: <code>keyword_base.yaml</code> 기준으로 <code>structure_ontology.yaml</code> templates_v1 의 anchor_sets 정리.</p>
|
|
<p><strong>canonical 수</strong>: 266
|
|
<strong>excluded 수 (bucket 별):</strong>
|
|
- REMOVE_no_evidence: 2</p>
|
|
<h2>변경 요약</h2>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Action</th>
|
|
<th>수</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>REMOVE</td>
|
|
<td>1</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h2>Frame 별 변경 (1개 frame 영향)</h2>
|
|
<h3>Frame 1171281189</h3>
|
|
<ul>
|
|
<li><strong>[intersection_concept]</strong> REMOVE: 제거: ['3원교차', '3원']</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|