Improve preserved slide loop for run-001

This commit is contained in:
2026-04-02 15:38:43 +09:00
parent 01a3ad51b9
commit 37ae72a63e
21 changed files with 329 additions and 229 deletions

View File

@@ -1,8 +1,31 @@
{
"rollback_stage": "stage_2",
"rollback_stage": "stage_1_5b",
"failures": [
"Verify-DesignNarrative"
"Verify-RenderZone"
],
"reasons": [],
"mutations": []
"reasons": [
"overflow가 발생하여 budget/문장 길이/보조 정보 밀도를 재조정해야 함"
],
"mutations": [
{
"role": "배경",
"change": "budget",
"strategy": "compress_visible_copy"
},
{
"role": "결론",
"change": "budget",
"strategy": "compress_visible_copy"
},
{
"area": "body_bg",
"change": "verification",
"strategy": "reduce_density_and_split_visibility"
},
{
"area": "body_core",
"change": "verification",
"strategy": "reduce_density_and_split_visibility"
}
]
}