| name | same-goal-amplifier |
| description | 生成同终点加戏 planning branch proposal,在章末目标不变的前提下强化过程链。 |
| argument-hint | <project-id> [chapter-id] [brief] |
| disable-model-invocation | true |
same-goal-amplifier
用于章节或场景规划阶段的过程强化分支。它只调用:
python app.py same-goal-amplifier <project_id> --chapter-id <chapter_id> --brief "<强化要求>"
约束:
- 必须保持章末目标不变。
- 只产出
chapters/<chapter_id>/planning_branches/*.json。
- 不直接写
chapter_goal.json、chapter_outline.json 或 scene_beats.json。
- 用户选择后,再调用
python app.py merge-planning-branch <project_id> --chapter-id <chapter_id> --branch-file <branch_file> 生成 chapter_planning proposal。
阶段产物契约
- 输入文件:
projects/$0/published/effective_views/authoring_view.json、projects/$0/chapters/${1:-ch001}/chapter_plan_source.json、projects/$0/chapters/${1:-ch001}/chapter_goal.json。
- 输出文件:
projects/$0/chapters/${1:-ch001}/planning_branches/*.json,状态为 proposal。
- 禁止行为:不要改变章末目标;不要直接写正式
chapter_goal.json、chapter_outline.json、scene_beats.json 或任何 source_assets/*;不要绕过 merge-planning-branch 和 confirm-stage。