标题(20-200 字符) 描述(背景/上下文) 数据驱动重构(REQ-1294e858)把三幕结构以 JSON 数组塞进 generation_recipe.movement_config 单列,违反3NF铁律"禁在表中嵌套JSON/数组",且该JSON内嵌对 place.region/place_category 与 character.generation 的过滤引用(隐式FK),会被 _auto_generate_scenes_from_beats 解析。数据架构师对抗式审查裁定为必改项(正文生成组件将读取此列)。正确拆法:recipe_movement(recipe_id FK, sequence_num, name, pct_min/max, gen_max) + recipe_movement_place_filter(movement_id FK, filter_type, filter_value)。属对已ship重构的反馈原则闭环。 用户故事 验收标准(JSON,数组,每项 given/when/then) [] 支持 JSON 数组格式。空数组表示无 AC。 非功能需求(JSON 对象,key/value 字符串) {} 优先级 P0 P1 P2 P3 负责人 截止日期 标签(逗号分隔) 保存修改 取消