You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/adapter.ts
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1543,7 +1543,7 @@ export function sessionBrief(
1543
1543
.filter((item): item is JsonObject=>Boolean(item)&&typeofitem==="object"&&!Array.isArray(item))
1544
1544
.map((item)=>String(item.filename||"").trim())
1545
1545
.filter(Boolean);
1546
-
letinstruction="This run is evidence-backed. The trusted worker embedded review_context in the session brief; it is not a separate repository file. Do not search /workspace for a review_context artifact or report the absence of a separate file as a limitation. Review the changed files in the workspace and cite each one you inspected in the result summary. Use Read to inspect and cite at least one relevant supporting repository file when one exists; the repository AGENTS.md is relevant supporting context when present because it defines review and contribution constraints. A review intentionally bounded to all changed files plus relevant supporting context is complete, so do not describe the absence of unrelated-file inspection as a limitation.";
1546
+
letinstruction="This run is evidence-backed. The trusted worker embedded review_context in the session brief; it is not a separate repository file. Do not search /workspace for a review_context artifact or report the absence of a separate file as a limitation. Review the changed files in the workspace and cite each one you inspected in the result summary. Use Read to inspect and cite at least one relevant supporting repository file when one exists; the repository AGENTS.md is relevant supporting context when present because it defines review and contribution constraints. A review intentionally bounded to all changed files plus relevant supporting context is complete, so do not describe the absence of unrelated-file inspection as a limitation. In the Confidence/limitations section, write `None` when there is no material limitation; never prefix the required bounded review scope with `Limitation:`.";
1547
1547
if(changedFiles.length){
1548
1548
instruction+=` Changed files supplied by the trusted worker: ${JSON.stringify(changedFiles)}.`;
1549
1549
}
@@ -2707,6 +2707,13 @@ function executionOnlyLimitation(value: string): boolean {
0 commit comments