test(gateway): cover claude cli bootstrap injection

This commit is contained in:
Peter Steinberger
2026-04-05 09:46:55 +01:00
parent 3d952aa35d
commit a9c52dd935
6 changed files with 293 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ import { onSessionTranscriptUpdate } from "../sessions/transcript-events.js";
import {
getInspectableTaskRegistrySummary,
startTaskRegistryMaintenance,
stopTaskRegistryMaintenance,
} from "../tasks/task-registry.maintenance.js";
import { runSetupWizard } from "../wizard/setup.js";
import { createAuthRateLimiter, type AuthRateLimiter } from "./auth-rate-limit.js";
@@ -1530,6 +1531,7 @@ export async function startGatewayServer(
cron,
heartbeatRunner,
updateCheckStop: stopGatewayUpdateCheck,
stopTaskRegistryMaintenance,
nodePresenceTimers,
broadcast,
tickInterval,