Clean remaining verification legacy references
This commit is contained in:
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
@@ -1,6 +1,5 @@
|
|||||||
# Core code - maintainer only
|
# Core code - maintainer only
|
||||||
/src/ @gavrielc @gabi-simons
|
/src/ @gavrielc @gabi-simons
|
||||||
/container/ @gavrielc @gabi-simons
|
|
||||||
/groups/ @gavrielc @gabi-simons
|
/groups/ @gavrielc @gabi-simons
|
||||||
/launchd/ @gavrielc @gabi-simons
|
/launchd/ @gavrielc @gabi-simons
|
||||||
/package.json @gavrielc @gabi-simons
|
/package.json @gavrielc @gabi-simons
|
||||||
|
|||||||
@@ -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.
|
// No snapshot copy needed — just return the owner workspace as reviewer workspace.
|
||||||
const reviewerWorkspace = getPairedWorkspace(task.id, 'reviewer') ?? null;
|
const reviewerWorkspace = getPairedWorkspace(task.id, 'reviewer') ?? null;
|
||||||
if (reviewerWorkspace) {
|
if (reviewerWorkspace) {
|
||||||
|
|||||||
Reference in New Issue
Block a user