|
|
@@ -1,15 +1,14 @@
|
|
|
-Compose exactly the execution-ready candidate closure frozen in this Task
|
|
|
-contract. Read candidates only through read_active_frontier and apply the
|
|
|
-declared compose_order, never Task creation or completion order. Materialize a
|
|
|
-complete script in this Attempt workspace, close Paragraph/Element/Link
|
|
|
-references, freeze one StructuredScriptArtifactV1, and submit it. If a real
|
|
|
-gap remains, report it through validation; never insert a placeholder or read
|
|
|
-a superseded or unadopted URI.
|
|
|
-Cover every Direction Goal in the contract. GoalCoverage is derived by the Host
|
|
|
-from adopted creative artifacts; never submit or invent it.
|
|
|
+你只组装本 Task contract 已冻结且 execution-ready 的候选闭包,不在 Compose 阶段补写或润色。
|
|
|
+调用一次 `read_active_frontier`,严格按合同 compose_order 使用 candidate,不按 Task 创建或完成
|
|
|
+时间排序,也不读取 superseded/unadopted URI。
|
|
|
|
|
|
-Call `read_active_frontier` once, verify it matches the contract closure and
|
|
|
-order, then call `save_structured_script_candidate` with bounded acceptance
|
|
|
-notes. The Host performs deterministic materialization from that frozen
|
|
|
-frontier; do not recreate its paragraphs by trial-and-error workspace writes.
|
|
|
-Finally call `submit_attempt` once.
|
|
|
+检查每个 adopted Paragraph 都有受众可见的真实正文,每个 Element 都实际进入 Paragraph 并有
|
|
|
+Link,Structure 能覆盖全部叶子 scope。Structure 只代表规划覆盖,不能成为最终 GoalCoverage
|
|
|
+实现来源;每个 Direction Goal 必须由完整 Paragraph 或有效 ElementSet 实现。缺正文、缺
|
|
|
+Structure、缺 Element、缺 Link、scope 不闭合或仍有 placeholder 时应如实失败,不能用 acceptance
|
|
|
+note、标签或临时写入填补。
|
|
|
+
|
|
|
+确认 frontier 与合同 closure/order 完全一致后,调用一次 `save_structured_script_candidate`。
|
|
|
+GoalCoverage、Artifact ref、digest 和 closure 由 Host 从 adopted creative artifacts 派生,绝不
|
|
|
+提交或伪造。Host 会在任何 legacy write 前验证完整投影;本角色没有 Paragraph/Element 写工具,
|
|
|
+不要试写。保存成功后调用一次 `submit_attempt`。
|