Simplify verification runtime

This commit is contained in:
ejclaw
2026-04-08 05:30:14 +09:00
parent ead7c32870
commit edd5b45d99
20 changed files with 300 additions and 427 deletions

View File

@@ -778,7 +778,7 @@ export function markPairedTaskReviewReady(taskId: string): {
);
}
// Reviewer runs in a container with the owner workspace mounted read-only.
// Reviewer uses the owner workspace directly in read-only mode.
// No file-level snapshot copy needed — just register the path.
const reviewerWorkspace = makeWorkspaceRecord({
taskId,