引入上下文片段、固定槽与投影排序,并完善机遇裁定与游玩期 UI。

把创作产物收敛为可挂载片段与 play_slots/context_order,同步修订世界模拟器模块与运行时拼装。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-03 01:36:32 +08:00
parent 00dfcb6615
commit 94f67fa744
69 changed files with 7786 additions and 1283 deletions

View File

@@ -73,6 +73,10 @@ export function getActiveQuestions(view) {
};
}
if (wr.kind === "review_artifact" && wr.questions?.length) {
const assessment =
typeof wr.assessment === "string" && wr.assessment.trim()
? wr.assessment.trim()
: "";
return {
questions: normalizeQuestions(wr.questions).map((q) => ({
...q,
@@ -80,6 +84,7 @@ export function getActiveQuestions(view) {
})),
workerId: view.reviewArtifact?.workerId,
pageSize,
assessment,
optional: true,
skipLabel: "跳过",
dismissOnAccept: true,