Format files touched by reviewer runtime cleanup

This commit is contained in:
ejclaw
2026-04-06 07:56:59 +09:00
parent aaa9eeb50a
commit bf55ad65fd
5 changed files with 17 additions and 10 deletions

View File

@@ -105,10 +105,7 @@ vi.mock('child_process', async () => {
};
});
import {
runAgentProcess,
AgentOutput,
} from './agent-runner.js';
import { runAgentProcess, AgentOutput } from './agent-runner.js';
import * as agentRunnerEnvironment from './agent-runner-environment.js';
import type { RegisteredGroup } from './types.js';
@@ -681,5 +678,4 @@ OUROBOROS_LLM_BACKEND = "codex"
expect.objectContaining({ newSessionId: 'stale-session' }),
);
});
});