Add separate results folder for run outputs
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"concepts": [
|
||||
{
|
||||
"topic_id": 1,
|
||||
"relation_type": "requirements",
|
||||
"expression_hint": "Preserve the technology, people, and condition requirement groups.",
|
||||
"summary": ""
|
||||
},
|
||||
{
|
||||
"topic_id": 2,
|
||||
"relation_type": "process",
|
||||
"expression_hint": "Keep the As-is/To-be process change and follow-up bullets visible.",
|
||||
"summary": ""
|
||||
},
|
||||
{
|
||||
"topic_id": 3,
|
||||
"relation_type": "product",
|
||||
"expression_hint": "Preserve the product change bullets and collaboration outcomes.",
|
||||
"summary": ""
|
||||
},
|
||||
{
|
||||
"topic_id": 4,
|
||||
"relation_type": "conclusion",
|
||||
"expression_hint": "Keep the conclusion sentence as-is in the footer.",
|
||||
"summary": "**DX는 필요한 요건과 체계를 갖춘 후 시행해야만 그 효과를 기대할 수 있다.**"
|
||||
}
|
||||
]
|
||||
}
|
||||
35
docs/run-003/04-plan/retry-plan.json
Normal file
35
docs/run-003/04-plan/retry-plan.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"rollback_stage": "stage_1b",
|
||||
"failures": [
|
||||
"Verify-ComparisonVisible",
|
||||
"Verify-CoreMessage",
|
||||
"Verify-DesignNarrative",
|
||||
"Verify-DesignStructure",
|
||||
"Verify-ImageRef"
|
||||
],
|
||||
"reasons": [
|
||||
"가시 메시지/관계도/비교 요약이 부족하여 topic 표현 지시를 다시 강화해야 함"
|
||||
],
|
||||
"mutations": [
|
||||
{
|
||||
"topic_id": 2,
|
||||
"change": "summary",
|
||||
"strategy": "core_message_strengthen"
|
||||
},
|
||||
{
|
||||
"topic_id": 3,
|
||||
"change": "expression_hint",
|
||||
"strategy": "force_relation_diagram_visible"
|
||||
},
|
||||
{
|
||||
"topic_id": 5,
|
||||
"change": "expression_hint",
|
||||
"strategy": "force_visible_comparison_summary"
|
||||
},
|
||||
{
|
||||
"topic_id": 6,
|
||||
"change": "summary",
|
||||
"strategy": "strong_footer_conclusion"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -5,9 +5,22 @@
|
||||
"total_pages": 1
|
||||
},
|
||||
"page_structure": {
|
||||
"??": {
|
||||
"body": {
|
||||
"topic_ids": [
|
||||
6
|
||||
1,
|
||||
2
|
||||
],
|
||||
"weight": 0.72
|
||||
},
|
||||
"sidebar": {
|
||||
"topic_ids": [
|
||||
3
|
||||
],
|
||||
"weight": 0.18
|
||||
},
|
||||
"footer": {
|
||||
"topic_ids": [
|
||||
4
|
||||
],
|
||||
"weight": 0.1
|
||||
}
|
||||
|
||||
@@ -9,14 +9,14 @@
|
||||
{
|
||||
"topic_id": 2,
|
||||
"relation_type": "process",
|
||||
"expression_hint": "Keep the As-is/To-be process change and follow-up bullets visible.",
|
||||
"summary": ""
|
||||
"expression_hint": "Keep the As-is/To-be process change and follow-up bullets visible. 본문 첫 블록에서 DX는 상위 개념, BIM은 핵심 기술이라는 문구를 그대로 가시 텍스트로 노출한다.",
|
||||
"summary": "DX는 상위 개념이고 BIM은 핵심 기술이다."
|
||||
},
|
||||
{
|
||||
"topic_id": 3,
|
||||
"relation_type": "product",
|
||||
"expression_hint": "Preserve the product change bullets and collaboration outcomes.",
|
||||
"summary": ""
|
||||
"expression_hint": "Preserve the product change bullets and collaboration outcomes. 관계도는 팝업이나 숨김영역이 아니라 본문 중앙의 가시 다이어그램으로 렌더링한다.",
|
||||
"summary": "DX와 GIS, BIM, Digital Twin의 관계를 시각적으로 드러낸다."
|
||||
},
|
||||
{
|
||||
"topic_id": 4,
|
||||
|
||||
Reference in New Issue
Block a user