From 9f5533e940302c2ddf1dbc069e32762ca3dc9865 Mon Sep 17 00:00:00 2001 From: ejclaw Date: Wed, 8 Apr 2026 05:47:54 +0900 Subject: [PATCH] Clean remaining verification legacy references --- .github/CODEOWNERS | 1 - src/paired-workspace-manager.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 44368e5..b739960 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/src/paired-workspace-manager.ts b/src/paired-workspace-manager.ts index cf33f02..7431525 100644 --- a/src/paired-workspace-manager.ts +++ b/src/paired-workspace-manager.ts @@ -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) {