Clean remaining verification legacy references

This commit is contained in:
ejclaw
2026-04-08 05:47:54 +09:00
parent 52a59a1eba
commit 9f5533e940
2 changed files with 1 additions and 2 deletions

1
.github/CODEOWNERS vendored
View File

@@ -1,6 +1,5 @@
# Core code - maintainer only
/src/ @gavrielc @gabi-simons
/container/ @gavrielc @gabi-simons
/groups/ @gavrielc @gabi-simons
/launchd/ @gavrielc @gabi-simons
/package.json @gavrielc @gabi-simons

View File

@@ -828,7 +828,7 @@ export function prepareReviewerWorkspaceForExecution(
};
}
// Container mode: reviewer mounts owner workspace directly as read-only.
// Reviewer uses the owner workspace directly in read-only mode.
// No snapshot copy needed — just return the owner workspace as reviewer workspace.
const reviewerWorkspace = getPairedWorkspace(task.id, 'reviewer') ?? null;
if (reviewerWorkspace) {