fix: reviewer auto-trigger now receives owner turn outputs instead of static prompt

This commit is contained in:
Eyejoker
2026-03-31 03:55:45 +09:00
parent efb5710aad
commit 61c9b8c2e9
3 changed files with 36 additions and 20 deletions

View File

@@ -116,6 +116,7 @@ vi.mock('./db.js', () => {
getOpenWorkItem: vi.fn(() => undefined),
getPendingServiceHandoffs: vi.fn(() => []),
getLatestOpenPairedTaskForChat: vi.fn(() => undefined),
getPairedTurnOutputs: vi.fn(() => []),
createProducedWorkItem: vi.fn((input) => ({
id: 1,
group_folder: input.group_folder,