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) {